Series of negative tests that validate EMCO open api's 71/110471/15
authorAditya Sharoff <aditya.sharoff@intel.com>
Wed, 22 Jul 2020 23:36:53 +0000 (16:36 -0700)
committerAditya Sharoff <aditya.sharoff@intel.com>
Fri, 21 Aug 2020 16:41:44 +0000 (09:41 -0700)
commitf443b2307f6cab0f0023c781c501e2d1723fe0f6
tree5400f86c49200f44d407d7c9f3fb20f4cd45a8d6
parenta6e596eeef741026704c123eed614f5a0a370fda
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>
14 files changed:
kud/tests/negative_tests/_test_functions.sh [new file with mode: 0755]
kud/tests/negative_tests/_test_variables_setup.sh [new file with mode: 0755]
kud/tests/negative_tests/readme.txt [new file with mode: 0644]
kud/tests/negative_tests/test_all_final.sh [new file with mode: 0755]
kud/tests/negative_tests/test_all_intents.sh [new file with mode: 0755]
kud/tests/negative_tests/test_composite_app.sh [new file with mode: 0755]
kud/tests/negative_tests/test_controllers.sh [new file with mode: 0755]
kud/tests/negative_tests/test_deployment_intent_group.sh [new file with mode: 0755]
kud/tests/negative_tests/test_generic_placement_intent.sh [new file with mode: 0755]
kud/tests/negative_tests/test_generic_placement_intent_app.sh [new file with mode: 0755]
kud/tests/negative_tests/test_multipart.sh [new file with mode: 0755]
kud/tests/negative_tests/test_profile.sh [new file with mode: 0755]
kud/tests/negative_tests/test_profile_apps.sh [new file with mode: 0755]
kud/tests/negative_tests/test_project.sh [new file with mode: 0755]