aboutsummaryrefslogtreecommitdiffstats
path: root/kud/tests/negative_tests/readme.txt
diff options
context:
space:
mode:
authorAditya Sharoff <aditya.sharoff@intel.com>2020-07-22 16:36:53 -0700
committerAditya Sharoff <aditya.sharoff@intel.com>2020-08-21 09:41:44 -0700
commitf443b2307f6cab0f0023c781c501e2d1723fe0f6 (patch)
tree5400f86c49200f44d407d7c9f3fb20f4cd45a8d6 /kud/tests/negative_tests/readme.txt
parenta6e596eeef741026704c123eed614f5a0a370fda (diff)
Series of negative tests that validate EMCO open api's
All negative tests are in negative_tests directory Null is provided as an input to the POST, DELETE, and GET commands and the behavior is observed Issue-ID: MULTICLOUD-1142 Signed-off-by: Aditya Sharoff <aditya.sharoff@intel.com> Change-Id: I8ccf4b5615fc378698faf7f88971db1e250de9b6 Signed-off-by: Aditya Sharoff <aditya.sharoff@intel.com>
Diffstat (limited to 'kud/tests/negative_tests/readme.txt')
-rw-r--r--kud/tests/negative_tests/readme.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/kud/tests/negative_tests/readme.txt b/kud/tests/negative_tests/readme.txt
new file mode 100644
index 00000000..d6cdcdce
--- /dev/null
+++ b/kud/tests/negative_tests/readme.txt
@@ -0,0 +1,19 @@
+These negative tests that validate EMCO open APIs with various invalid
+inputs can be run individually or all together.
+
+Step 1:
+ cd k8s/src/orchestrator/scripts
+ start-dev.sh
+ ctrl z
+ bg
+
+Step 2:
+ cd k8s/kud/tests/negative_tests
+ ./test_all_final.sh
+
+OR
+
+Step 2:
+ cd k8s/kud/tests/negative_tests
+ ./test_<name>.sh
+ example: ./test_project.sh