structures for definition code (Tests and Challenges) 21/54221/1
authorGerard Damm <gerard.damm@wipro.com>
Tue, 20 Mar 2018 21:06:10 +0000 (16:06 -0500)
committerGerard Damm <gerard.damm@wipro.com>
Tue, 20 Mar 2018 21:06:10 +0000 (16:06 -0500)
commit05a3cd97eca82ab63f1733b55b38f026928ce2f6
tree6b823338b44a4aedea88084b93be53ad3b0a5221
parente1730ab6e1b355baec45def4f0ed305998895a77
structures for definition code (Tests and Challenges)

JIRA: AUTO-13

Created structures for configuring various test definition scripts
and challenge definition scripts in corresponding classes (something like
libraries of functions, with an index ID to pick the applicable function).
This will be useful to leverage Python clients to OpenStack and
Kubernetes, or even for HTTP-level APIs for ONAP. It may be more flexible
than the list of CLI/API commands initially planned (however, the list structures
are still there, and might be used by the scripts).

Additionally, there are some test snippets for Openstack Python SDK (work in progress).
Also, there is a clouds.yaml file, for this interface.

Change-Id: Ida1ff118fcbfe8715679492feb8fe0df2da62b45
Signed-off-by: Gerard Damm <gerard.damm@wipro.com>
lib/auto/testcase/resiliency/AutoResilIftCloud.py [deleted file]
lib/auto/testcase/resiliency/AutoResilItfCloud.py [new file with mode: 0644]
lib/auto/testcase/resiliency/AutoResilMain.py
lib/auto/testcase/resiliency/AutoResilMgTestDef.py
lib/auto/testcase/resiliency/clouds.yaml [new file with mode: 0644]