blob: d6cdcdce7e1d2ab8ae5d46f61d4c9470b557b3bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
|