Andy Bavier | 63408b7 | 2018-01-23 16:12:07 -0800 | [diff] [blame] | 1 | |
| 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 | 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 } |
| 48 | epc_blueprint: build |
| 49 | epc_sync_objects: |
| 50 | - vspgwu/vspgwutenants |
| 51 | - vspgwc/vspgwctenants |
| 52 | - venb/venbserviceinstances |
| 53 | roles: |
| 54 | - create-epc |
| 55 | - test-mcord-base |
| 56 | - epc-synced |
| 57 | - run-ng40 |