File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414-->
1515<playlist xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" ../../TKG/resources/playlist.xsd" >
1616 <test >
17- <testCaseName >tomcat_test </testCaseName >
17+ <testCaseName >tomcat_startup_test </testCaseName >
1818 <command > $(TEST_ROOT)$(D)external$(D)external.sh --run --tag "${DOCKERIMAGE_TAG}" --dir tomcat --reportdst $(REPORTDIR) --docker_args "$(EXTRA_DOCKER_ARGS)" ; \
1919 $(TEST_STATUS); \
2020 $(TEST_ROOT)$(D)external$(D)external.sh --clean --tag "${DOCKERIMAGE_TAG}" --dir tomcat
2626 <group >external</group >
2727 </groups >
2828 </test >
29+ <test >
30+ <testCaseName >tomcat_test</testCaseName >
31+ <command > $(TEST_ROOT)$(D)external$(D)external.sh --run --tag "${DOCKERIMAGE_TAG}" --dir tomcat --reportdst $(REPORTDIR) --docker_args "$(EXTRA_DOCKER_ARGS)" ; \
32+ $(TEST_STATUS); \
33+ $(TEST_ROOT)$(D)external$(D)external.sh --clean --tag "${DOCKERIMAGE_TAG}" --dir tomcat
34+ </command >
35+ <levels >
36+ <level >special</level >
37+ </levels >
38+ <groups >
39+ <group >external</group >
40+ </groups >
41+ </test >
2942</playlist >
You can’t perform that action at this time.
0 commit comments