aboutsummaryrefslogtreecommitdiffstats
path: root/functest/ci
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2017-03-15 09:48:32 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-03-15 09:48:32 +0000
commitc88fd9ac48589b4cb28a5ba5486adde1a21ae74c (patch)
tree727c218cef12ef348beeca24b9a53591770650ca /functest/ci
parent65b26f2e9db7e0cf336c147d46d91cb1c828a67b (diff)
parent99f308dc9b11e8f99d928840de576af274229331 (diff)
Merge "refstack client integration"
Diffstat (limited to 'functest/ci')
-rwxr-xr-xfunctest/ci/config_functest.yaml7
-rwxr-xr-xfunctest/ci/testcases.yaml15
2 files changed, 22 insertions, 0 deletions
diff --git a/functest/ci/config_functest.yaml b/functest/ci/config_functest.yaml
index 61a450580..00e44ad59 100755
--- a/functest/ci/config_functest.yaml
+++ b/functest/ci/config_functest.yaml
@@ -39,18 +39,21 @@ general:
ims_data: /home/opnfv/functest/data/ims/
rally_inst: /home/opnfv/.rally
repo_kingbird: /home/opnfv/repos/kingbird
+ refstack_client: /home/opnfv/repos/refstack-client
openstack:
creds: /home/opnfv/functest/conf/openstack.creds
snapshot_file: /home/opnfv/functest/conf/openstack_snapshot.yaml
image_name: Cirros-0.3.5
+ image_name_alt: Cirros-0.3.5-1
image_file_name: cirros-0.3.5-x86_64-disk.img
image_disk_format: qcow2
image_username: cirros
image_password: cubswin:)
flavor_name: opnfv_flavor
+ flavor_name_alt: opnfv_flavor_1
flavor_ram: 512
flavor_disk: 1
flavor_vcpus: 1
@@ -120,6 +123,10 @@ rally:
subnet_cidr: 192.168.140.0/24
router_name: rally-router
+refstack:
+ tempest_conf_path: openstack/refstack_client/tempest.conf
+ defcore_list: openstack/refstack_client/defcore_201608.txt
+
vnf:
aaa:
tenant_name: aaa
diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml
index 41541223e..bfbc3fdb0 100755
--- a/functest/ci/testcases.yaml
+++ b/functest/ci/testcases.yaml
@@ -131,6 +131,21 @@ tiers:
class: 'RallySanity'
-
+ name: refstack_defcore
+ criteria: 'success_rate == 100%'
+ blocking: false
+ clean_flag: false
+ description: >-
+ This test case runs a sub group of tests of the OpenStack
+ Defcore testcases by using refstack client.
+ dependencies:
+ installer: ''
+ scenario: ''
+ run:
+ module: 'functest.opnfv_tests.openstack.refstack_client.refstack_client'
+ class: 'RefstackClient'
+
+ -
name: odl
criteria: 'success_rate == 100%'
blocking: true