Updated documentation and scripts using https between agent and MR
[nonrtric.git] / test / auto-test / README.md
index 9aac651..8c8ffd0 100644 (file)
@@ -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