diff options
Diffstat (limited to 'test/functest/config.yaml')
-rw-r--r-- | test/functest/config.yaml | 26 |
1 files changed, 26 insertions, 0 deletions
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 |