blob: 2f906a39b6827e90aa8ba935f0dea8ea962e4238 [file] [log] [blame]
Andy Bavier81ced8d2017-11-17 08:52:07 -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---
Andy Bavierb9122142017-11-29 13:41:47 -070018# mcord-ng40-test-playbook.yml
Andy Bavier81ced8d2017-11-17 08:52:07 -070019# Tests CiaB cord-pod XOS configuration
20
Andy Bavier81ced8d2017-11-17 08:52:07 -070021- 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 test_services:
33 - venb
34 - vspgwc
35 - vspgwu
36 test_ports:
37 - { vm: venb, network: management }
38 - { vm: venb, network: s11_network }
39 - { vm: venb, network: sgi_network }
40 - { vm: venb, network: s1u_network }
41 - { vm: vspgwc, network: management }
42 - { vm: vspgwc, network: s11_network }
43 - { vm: vspgwc, network: spgw_network }
44 - { vm: vspgwu, network: management }
45 - { vm: vspgwu, network: s1u_network }
46 - { vm: vspgwu, network: sgi_network }
47 - { vm: vspgwu, network: spgw_network }
Andy Bavieraccfd192017-12-05 16:13:14 -070048 epc_blueprint: build
49 epc_sync_objects:
50 - vspgwu/vspgwutenants
51 - vspgwc/vspgwctenants
52 - venb/venbserviceinstances
Andy Bavier81ced8d2017-11-17 08:52:07 -070053 roles:
Andy Bavieraccfd192017-12-05 16:13:14 -070054 - create-epc
Andy Bavier81ced8d2017-11-17 08:52:07 -070055 - test-mcord-base
Andy Bavieraccfd192017-12-05 16:13:14 -070056 - epc-synced
Andy Baviera2d792f2017-12-07 16:08:38 -070057 - run-ng40