From 79dc8c7fe14ebce964a9aee6779026dac17c4319 Mon Sep 17 00:00:00 2001 From: "jose.lausuch" Date: Tue, 28 Jun 2016 13:35:21 +0200 Subject: Added directory structure for the tests and script templates. JIRA: SDNVPN-19 Change-Id: I358efcb377211182a93b2db43f248ca82c14fb36 Signed-off-by: jose.lausuch --- test/functest/config.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 test/functest/config.yaml (limited to 'test/functest/config.yaml') diff --git a/test/functest/config.yaml b/test/functest/config.yaml new file mode 100644 index 0000000..8aacb04 --- /dev/null +++ b/test/functest/config.yaml @@ -0,0 +1,26 @@ +--- + +tempest_1: + enabled: true + description: ODL VPN Service tests + type: bash + +tempest_2: + enabled: true + description: OpenStack Neutron BGPVPN API tests + type: bash + +testcase_1: + enabled: true + description: VPN provides connectivity between subnets + type: python + +testcase_2: + enabled: true + description: Tenant separation + type: python + +testcase_3: + enabled: true + description: Data center gateway integration + type: python -- cgit 1.2.3-korg