From 57800d5b7389d7d244e0d50d198c720313473398 Mon Sep 17 00:00:00 2001 From: "jose.lausuch" Date: Mon, 4 Jul 2016 10:08:02 +0200 Subject: 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 Depends-On: Ie10d55872bc8c5a404b0d0156ee49a9d94482008 --- ci/config_functest.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ci/config_functest.yaml') 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 -- cgit 1.2.3-korg