X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fauto-test%2FREADME.md;h=82ff47b9ffc6c4f6d27043d3b90b3564a72e012a;hb=de4d0f86a327469fb64645c2bcd3aeea7832ad25;hp=95e523cbcc110f51af0656c4267ba1125a9239b3;hpb=5343c3097bd7ae1c1c8d5f0409803c0c60034805;p=nonrtric.git diff --git a/test/auto-test/README.md b/test/auto-test/README.md index 95e523cb..82ff47b9 100644 --- a/test/auto-test/README.md +++ b/test/auto-test/README.md @@ -15,7 +15,7 @@ The test scripts uses configuration from a single file, found in `../common/test ## How to run A test script, for example FTC1, is executed from the cmd line using the script filename and one or more parameters: - ./FTC1.sh remote. + ./FTC1.sh remote --env-file ../common/test_env-oran-cherry See the README.md in `../common/` for all details about available parameters and their meaning. @@ -53,6 +53,10 @@ It is strongly suggested to look at the existing test scripts, it is probably ea TC_ONELINE_DESCR="" +INCLUDED_IMAGES= + +SUPPORTED_PROFILES= + . ../common/testcase_common.sh $@ < other scripts need to be sourced for specific interfaces>