diff options
Diffstat (limited to 'kud/tests/negative_tests/readme.txt')
-rw-r--r-- | kud/tests/negative_tests/readme.txt | 19 |
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 |