makefile: add ability to use alternate fs on multi container tests

Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
John Mulligan 2023-02-06 16:16:07 -05:00 committed by John Mulligan
parent 0a036df85a
commit 530fea2032
1 changed files with 3 additions and 1 deletions

View File

@ -200,7 +200,9 @@ test-containers-test: $(BUILDFILE) $(TEST_CTR_A) $(TEST_CTR_B)
--wait-for=/ceph_a/.ready:/ceph_b/.ready \
--mirror-state=/ceph_b/.mstate \
--ceph-conf=/ceph_a/ceph.conf \
--mirror=/ceph_b/ceph.conf $(ENTRYPOINT_ARGS)
--mirror=/ceph_b/ceph.conf \
--altfs=@/ceph_a/altfs.txt \
$(ENTRYPOINT_ARGS)
ifdef RESULTS_DIR
$(RESULTS_DIR):