summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorjose.lausuch <jose.lausuch@ericsson.com>2016-07-04 10:08:02 +0200
committerjose.lausuch <jose.lausuch@ericsson.com>2016-07-04 16:56:37 +0200
commit57800d5b7389d7d244e0d50d198c720313473398 (patch)
treeec1a1c25d9fcfc3ff7613122a9c71e233bd6cddd /ci
parenta609ed9f56fac854b41418dbaa13ae53db5da98d (diff)
Add example script creating an instance
This is to be used by feature projects or newcomers to functest. SFC or BGPVPN test cases can be based on this one. The script creates an instance and assigns a floating IP to it. Change-Id: If35495631031187bfb5382ba8c0a8884dfaa3d7f Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com> Depends-On: Ie10d55872bc8c5a404b0d0156ee49a9d94482008
Diffstat (limited to 'ci')
-rw-r--r--ci/config_functest.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/ci/config_functest.yaml b/ci/config_functest.yaml
index ea502dacb..fae331d63 100644
--- a/ci/config_functest.yaml
+++ b/ci/config_functest.yaml
@@ -156,5 +156,16 @@ promise:
subnet_cidr: 192.168.121.0/24
router_name: promise-router
+example:
+ example_vm_name: example-vm
+ example_flavor: m1.small
+ example_image_name: functest-example-vm
+ example_private_net_name: example-net
+ example_private_subnet_name: example-subnet
+ example_private_subnet_cidr: 192.168.170.0/24
+ example_router_name: example-router
+ example_sg_name: example-sg
+ example_sg_descr: Example Security group
+
results:
test_db_url: http://testresults.opnfv.org/test/api/v1