X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=test%2Fauto-test%2FREADME.md;h=cd3c77874a2836c57869e9f1fbb30fd8b17c2f83;hb=007b64509101d8e3ef881955adee2ad15d062213;hp=c97f2ab016f281863bfec085fcf89871f5504ccc;hpb=330db2ab9b62777a96450527eb1978e15986a0d4;p=nonrtric.git diff --git a/test/auto-test/README.md b/test/auto-test/README.md index c97f2ab0..cd3c7787 100644 --- a/test/auto-test/README.md +++ b/test/auto-test/README.md @@ -42,12 +42,15 @@ ORAN CHERRY ORAN D-RELEASE ========= ->```./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 docker release --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``` +>```./PM_EI_DEMO.sh remote-remove kube release --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. +ORAN E-RELEASE +========= +>```./PM_EI_DEMO.sh remote-remove docker --env-file ../common/test_env-oran-e-release.sh``` + +>```./PM_EI_DEMO.sh remote-remove kube --env-file ../common/test_env-oran-e-release.sh``` ONAP GUILIN =========== @@ -55,7 +58,7 @@ ONAP GUILIN >```./PM_DEMO.sh remote-remove kube release --env-file ../common/test_env-onap-guilin.sh``` -Note that ECS was not available before oran cherry so a test script without ECS is used. +Note that ICS was not available before oran cherry so a test script without ICS is used. ONAP HONOLULU ============= @@ -65,15 +68,15 @@ ONAP HONOLULU ONAP ISTANBUL ============= ->```./PM_EI_DEMO.sh remote-remove docker --env-file ../common/test_env-onap-istanbul.sh``` +>```./PM_EI_DEMO.sh remote-remove docker release --env-file ../common/test_env-onap-istanbul.sh``` ->```./PM_EI_DEMO.sh remote-remove kube --env-file ../common/test_env-onap-istanbul.sh``` +>```./PM_EI_DEMO.sh remote-remove kube release --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. +The test script are number using these basic categories where 0-999 are releated to the policy managment and 1000-1999 are related to information 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. The numbering in each series corresponds to the following groupings 1-99 - Basic sanity tests @@ -86,6 +89,14 @@ The numbering in each series corresponds to the following groupings 900-999 - Misc test +11XX - ICS API Tests + +18XX - ICS Stability and capacity test + +2000 - Southbound http proxy tests + +30XX - rApp tests + Suites To get an overview of the available test scripts, use the following command to print the test script description: @@ -116,8 +127,7 @@ SUPPORTED_RUNMODES= CONDITIONALLY_IGNORED_IMAGES= -. ../common/testcase_common.sh $@ -< other scripts need to be sourced for specific interfaces> +. ../common/testcase_common.sh $@ setup_testenvironment