File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,11 @@ test-with-ceph: ## Launch test suite with ceph
4444 mkdir -p tests/logs
4545 ANSIBLE_CONFIG=$(TEST_CONFIG ) ansible-playbook -v -i $(TEST_INVENTORY ) -e @$(TEST_SECRETS ) -e @$(TEST_VARS ) $(TEST_ARGS ) tests/playbooks/test_with_ceph.yaml 2>&1 | tee $(TEST_OUTFILE )
4646
47+ test-with-ceph-and-ironic : TEST_OUTFILE ?= tests/logs/test_with_ceph_and_ironic_out_$(shell date +% FT% T% Z) .log
48+ test-with-ceph-and-ironic : # # Launch test suite with ceph and ironic
49+ mkdir -p tests/logs
50+ ANSIBLE_CONFIG=$(TEST_CONFIG ) ansible-playbook -v -i $(TEST_INVENTORY ) -e @$(TEST_SECRETS ) -e @$(TEST_VARS ) $(TEST_ARGS ) tests/playbooks/test_with_ceph_and_ironic.yaml 2>&1 | tee $(TEST_OUTFILE )
51+
4752test-tripleo-requirements : TEST_OUTFILE ?= tests/logs/test_tripleo_requirements_out_$(shell date +% FT% T% Z) .log
4853test-tripleo-requirements : # # Launch test suite related to the ceph migration
4954 mkdir -p tests/logs
@@ -88,7 +93,7 @@ test-rollback-only-with-ceph:
8893test-with-ironic : TEST_OUTFILE ?= tests/logs/test_with_ironic_out_$(shell date +% FT% T% Z) .log
8994test-with-ironic : # # Launch test suite with Ironic
9095 mkdir -p tests/logs
91- ANSIBLE_CONFIG=$(TEST_CONFIG ) ansible-playbook -v -i $(TEST_INVENTORY ) -e @$(TEST_SECRETS ) -e @$(TEST_VARS ) tests/playbooks/test_with_ironic.yaml 2>&1 | tee $(TEST_OUTFILE )
96+ ANSIBLE_CONFIG=$(TEST_CONFIG ) ansible-playbook -v -i $(TEST_INVENTORY ) -e @$(TEST_SECRETS ) -e @$(TEST_VARS ) $( TEST_ARGS ) tests/playbooks/test_with_ironic.yaml 2>&1 | tee $(TEST_OUTFILE )
9297
9398# #@ DOCS
9499
You can’t perform that action at this time.
0 commit comments