X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fauto-test%2FREADME.md;h=005ee0a4640c55da31a8914c5520182b4648cc78;hb=1e539490bc37fed791895dd1f2f898caa3b0ca5c;hp=95e523cbcc110f51af0656c4267ba1125a9239b3;hpb=b65d77a754c356931b82c8edf6b29759d294ea51;p=nonrtric.git diff --git a/test/auto-test/README.md b/test/auto-test/README.md index 95e523cb..005ee0a4 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.sh 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>