blob: a23b2251cde220daed880fb138258a61c43d28fb [file] [log] [blame]
Andy Bavier3f9d6b92018-01-03 16:38:37 -07001
2# Copyright 2017-present Open Networking Foundation
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15
16
17---
18# mcord-ng40-test-playbook.yml
19# Tests CiaB cord-pod XOS configuration
20
21- name: Run base M-CORD tests
22 hosts: head
23 become: no
24 # These variables could be elevated to the profile. Think about
25 # doing this after the E2E test framework is complete.
26 vars:
27 test_networks:
28 - management
29 - sgi_network
30 - s11_network
31 - spgw_network
32 - s6a_network
33 - flat_network_s1mme
34 - flat_network_s1u
35 test_services:
36 - vmme
37 - vhss
38 - vspgwc
39 - vspgwu
40 test_ports:
41 - { vm: vmme, network: management }
42 - { vm: vmme, network: s11_network }
43 - { vm: vmme, network: s6a_network }
44 - { vm: vmme, network: flat_network_s1mme }
45 - { vm: vhss, network: management }
46 - { vm: vhss, network: s6a_network }
47 - { vm: vspgwc, network: management }
48 - { vm: vspgwc, network: s11_network }
49 - { vm: vspgwc, network: spgw_network }
50 - { vm: vspgwu, network: management }
51 - { vm: vspgwu, network: flat_network_s1u }
52 - { vm: vspgwu, network: sgi_network }
53 - { vm: vspgwu, network: spgw_network }
54 epc_blueprint: build
55 epc_sync_objects:
56 - vspgwu/vspgwutenants
57 - vspgwc/vspgwctenants
58 - vmme/vmmetenants
59 - vhss/vhsstenants
60 roles:
61 - create-epc
62 - test-mcord-base
63 - epc-synced