summaryrefslogtreecommitdiffstats
path: root/src/cephadm/tests/test_ingress.py
diff options
context:
space:
mode:
authorJohn Mulligan <jmulligan@redhat.com>2023-11-05 00:18:24 +0100
committerJohn Mulligan <jmulligan@redhat.com>2023-11-11 14:10:49 +0100
commit7817a6f4292cf283a119d7f5de57832594482e59 (patch)
tree9d4cb26afcef1a4810370c0f9f5b9722a400b188 /src/cephadm/tests/test_ingress.py
parentcephadm: add customize_container_mounts method to keepalived class (diff)
downloadceph-7817a6f4292cf283a119d7f5de57832594482e59.tar.xz
ceph-7817a6f4292cf283a119d7f5de57832594482e59.zip
cephadm: add customize_container_mounts method to haproxy class
Signed-off-by: John Mulligan <jmulligan@redhat.com>
Diffstat (limited to 'src/cephadm/tests/test_ingress.py')
-rw-r--r--src/cephadm/tests/test_ingress.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cephadm/tests/test_ingress.py b/src/cephadm/tests/test_ingress.py
index d2bb7deb6ee..7f23f64f51f 100644
--- a/src/cephadm/tests/test_ingress.py
+++ b/src/cephadm/tests/test_ingress.py
@@ -90,7 +90,7 @@ def test_haproxy_container_mounts():
good_haproxy_json(),
SAMPLE_HAPROXY_IMAGE,
)
- cmounts = hap.get_container_mounts("/var/tmp")
+ cmounts = hap._get_container_mounts("/var/tmp")
assert len(cmounts) == 1
assert cmounts["/var/tmp/haproxy"] == "/var/lib/haproxy"