X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fauto-test%2FREADME.md;h=8c8ffd036b5f372bda5a5e5bf1d7478a7b727064;hb=113bf0910498992f20a6cb70f2bc70d4d5b204ca;hp=9aac651e6a95598376c02a1456f08489a1702449;hpb=acdd3f361ff7af58b0276789cc5148180a06e552;p=nonrtric.git diff --git a/test/auto-test/README.md b/test/auto-test/README.md index 9aac651e..8c8ffd03 100644 --- a/test/auto-test/README.md +++ b/test/auto-test/README.md @@ -34,8 +34,22 @@ Test case command: Discription: local: test image: POLICY_AGENT_LOCAL_IMAGE=o-ran-sc/nonrtric-policy-agent remote: test image: nexus3.o-ran-sc.org:10004/o-ran-sc/nonrtric-policy-agent + ``` +### Test case categories +1-99 - Basic sanity tests + +100-199 - API tests + +300-399 - Config changes and sync + +800-899 - Stability and capacity test + +900-999 - Misc test + +Suites + ### Test case file A test case file contains a number of steps to verify a certain functionality. A description of the test case should be given to the ``TC_ONELINE_DESCR`` var. The description will be printed in @@ -67,4 +81,19 @@ store_logs END ----------------------------------------------------------- The ../common/testcase_common.sh contains all functions needed for the test case file. See the README.md file in -the ../common dir for a description of all available functions. \ No newline at end of file +the ../common dir for a description of all available functions. + +## License + +Copyright (C) 2020 Nordix Foundation. All rights reserved. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. \ No newline at end of file