X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fauto-test%2FREADME.md;h=4926b58c4b16a078e32317574a7bceffffcb0bee;hb=674793d94f09873d24edd85f9eb2da2582d21673;hp=52f001093f521a89f9e94e8ebafa9e7ca7103076;hpb=be9a07faf8fbc1030404bbc71f409eb5e19736ba;p=nonrtric.git diff --git a/test/auto-test/README.md b/test/auto-test/README.md index 52f00109..4926b58c 100644 --- a/test/auto-test/README.md +++ b/test/auto-test/README.md @@ -17,7 +17,7 @@ A test script, for example FTC1, is executed from the cmd line using the script ./FTC1.sh remote docker --env-file ../common/test_env-oran-cherry.sh -Note that is running on a released verion, the parameter "release" shall be included to run the released images. +Note that not is running on a released verion, the parameter "release" shall be included to run the released images. See the README.md in `../common/` for all details about available parameters and their meaning. @@ -34,12 +34,12 @@ ORAN CHERRY ./PM_EI_DEMO.sh remote-remove docker release --env-file ../common/test_env-oran-cherry.sh ./PM_EI_DEMO.sh remote-remove kube release --env-file ../common/test_env-oran-cherry.sh -ORAN DAWN +ORAN D-RELEASE ========= -./PM_EI_DEMO.sh remote-remove docker --env-file ../common/test_env-oran-dawn.sh --use-release-image SDNC -./PM_EI_DEMO.sh remote-remove kube --env-file ../common/test_env-oran-dawn.sh --use-release-image SDNC -Note that dawn has not update the SDNC so cherry release is used -Note: When dawn is released, add the 'release' arg to run released images. +./PM_EI_DEMO.sh remote-remove docker --env-file ../common/test_env-oran-d-release.sh --use-release-image SDNC +./PM_EI_DEMO.sh remote-remove kube --env-file ../common/test_env-oran-d-release.sh --use-release-image SDNC +Note that D-Release has not updated the SDNC so cherry release is used +Note: When D-Release is released, add the 'release' arg to run released images. ONAP GUILIN =========== @@ -49,9 +49,14 @@ Note that ECS was not available before oran cherry so a test script without ECS ONAP HONOLULU ============= -./PM_EI_DEMO.sh remote-remove docker --env-file ../common/test_env-onap-honolulu.sh -./PM_EI_DEMO.sh remote-remove kube --env-file ../common/test_env-onap-honolulu.sh -Note: When honolulu is released, add the 'release' arg to run released images. +./PM_EI_DEMO.sh remote-remove docker release --env-file ../common/test_env-onap-honolulu.sh +./PM_EI_DEMO.sh remote-remove kube release --env-file ../common/test_env-onap-honolulu.sh + +ONAP ISTANBUL +============= +./PM_EI_DEMO.sh remote-remove docker --env-file ../common/test_env-onap-istanbul.sh +./PM_EI_DEMO.sh remote-remove kube --env-file ../common/test_env-onap-istanbul.sh +Note: When istanbul is released, add the 'release' arg to run released images. ``` ## Test case categories The test script are number using these basic categories where 0-999 are releated to the policy managment and 1000-1999 are related to enrichment management. 2000-2999 are for southbound http proxy. There are also demo test cases that test more or less all components. These test scripts does not use the numbering scheme below.