Skip to content

Commit

Permalink
Support cmdLineTester_criu_softmx in container test
Browse files Browse the repository at this point in the history
- Support cmdLineTester_criu_softmx in container test

Signed-off-by: LongyuZhang <[email protected]>
  • Loading branch information
LongyuZhang committed Jan 30, 2024
1 parent 557cd90 commit 25ad51d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion external/criu-functional/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<playlist xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../TKG/playlist.xsd">
<test>
<testCaseName>criu-functional</testCaseName>
<command> $(TEST_ROOT)$(D)external$(D)external.sh --run --tag "${DOCKERIMAGE_TAG}" --dir criu-functional --testtarget "_testList TESTLIST=cmdLineTester_criu_security,cmdLineTester_criu_random" --reportdst $(REPORTDIR) --docker_args "$(EXTRA_DOCKER_ARGS) --tmpfs /run"; \
<command> $(TEST_ROOT)$(D)external$(D)external.sh --run --tag "${DOCKERIMAGE_TAG}" --dir criu-functional --testtarget "_testList TESTLIST=disabled.cmdLineTester_criu_softmx" --reportdst $(REPORTDIR) --docker_args "$(EXTRA_DOCKER_ARGS) --tmpfs /run"; \
$(TEST_STATUS); \
$(TEST_ROOT)$(D)external$(D)external.sh --clean --tag "${DOCKERIMAGE_TAG}" --dir criu-functional
</command>
Expand Down
2 changes: 1 addition & 1 deletion external/criu-functional/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export DYNAMIC_COMPILE=true
export BUILD_LIST=functional

cd /aqa-tests
./get.sh
./get.sh --openj9_repo https://github.com/kangyining/openj9.git --openj9_branch softmxTest
cd /aqa-tests/TKG

set -e
Expand Down

0 comments on commit 25ad51d

Please sign in to comment.