summaryrefslogtreecommitdiffstats
path: root/testing
AgeCommit message (Collapse)AuthorFilesLines
2017-10-13Fds testcase fixes for v3 credsjuraj.linkes2-3/+4
V3 creds changed and no longer feature project id, which needed to be changed to project name along with project domain name. Also updated the path to images which changed with the introduction of Alpine containers. Change-Id: I75916a6632514de9206b824a0957eb0491f7b96a Signed-off-by: juraj.linkes <jlinkes@cisco.com>
2017-06-27Updated robot scripts for v3 credentialsjuraj.linkes3-24/+39
The fds security group robot script is now compatible with both v2 and v3 credentials. Also introduced other minor fixes. Change-Id: I987a3963fea425fcc31afe4681575ca985f162bb Signed-off-by: juraj.linkes <jlinkes@cisco.com>
2017-03-14Check for a flavor with hugepagesTomas Cechvala5-18/+29
Flavor is not checked by name but by huge_pages extra option. It is created when no flavor has huge_pages setting. Change-Id: I1266a6e58047c24456b12f16fc3061082916558c Signed-off-by: Tomas Cechvala <tcechval@cisco.com> Signed-off-by: juraj.linkes <jlinkes@cisco.com>
2017-03-10Security groups smoke test in FDSTomas Cechvala5-73/+245
Security group rules are applied to L2 traffic. - creates infrastructure - applies policy rules - makes MM send icmp and http traffic - changes policy rules - rechecks the traffic - clears infrastructure Change-Id: I7b73f7ff22bb3fc59c5e873818bdb5d5ad88c12d Signed-off-by: Tomas Cechvala <tcechval@cisco.com>
2017-03-09Initializing nova client by session APITomas Cechvala1-10/+6
Authentication problems solved by using the keystoneauth session API. Change-Id: I4e031f012278e19bb78c692c4c45891061f8b128 Signed-off-by: Tomas Cechvala <tcechval@cisco.com>
2017-03-07Improving robot smoke testTomas Cechvala3-9/+46
Suite setup modified: - flavor is checked and created if it does not exist - image is checked and created if it does not exist Change-Id: I0254827034fcb2e1a7f5f0983b5a5bad29eada43 Signed-off-by: Tomas Cechvala <tcechval@cisco.com>
2016-08-15Merge "puppet module added"Juraj Linkeš14-0/+374
2016-08-12puppet module addedviliamluc14-0/+374
Change-Id: Ic70ee605b7e0e88054fe5599180026a55d7dddae Signed-off-by: viliamluc <vluc@cisco.com>
2016-08-11added headers and added a non-working first draft of nodhcp ping testJuraj Linkes3-15/+93
Change-Id: I0c02184cc2b6f43cc8a8a6ede4ca3fcf3a2285d3 Signed-off-by: Juraj Linkes <jlinkes@cisco.com>
2016-06-30Initial robot smoke suite which creates two vms and tries to ping them ↵Juraj Linkes4-0/+233
directly from where the tests are run Change-Id: Ib1057d5cb3942bf1eafa2288bc9d40391a35a662 Signed-off-by: Juraj Linkes <jlinkes@cisco.com>