blob: a82c52a9c5bdb790dbd2d660d792ef6940c2f8e9 [file] [log] [blame]
Zack Williams6f0d88e2018-01-13 23:04:02 -07001---
Matteo Scandolo3896c472017-08-01 13:31:42 -07002# 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
Zack Williamsa2763112017-01-03 11:38:38 -070016# pod-test-playbook.yml
Zack Williams6f0d88e2018-01-13 23:04:02 -070017# Tests rcord XOS configuration
Zack Williamsa2763112017-01-03 11:38:38 -070018
Zack Williamsa2763112017-01-03 11:38:38 -070019- name: Create test client
20 hosts: head
21 become: yes
22 roles:
Zack Williams18b6f022018-01-19 11:46:54 -070023 - test-client-install
Zack Williamsa2763112017-01-03 11:38:38 -070024
25- name: Create test subscriber
26 hosts: head
27 roles:
28 - test-subscriber-config
29
Zack Williamsa2763112017-01-03 11:38:38 -070030- name: Enable the test subscriber
Matteo Scandolo55bb0962017-12-20 16:06:19 -080031 hosts: head
Zack Williamsa2763112017-01-03 11:38:38 -070032 roles:
33 - test-subscriber-enable
34
35- name: Test VSG
36 hosts: head
37 become: no
38 roles:
39 - test-vsg
40
Zack Williamsf6c3c572018-02-02 14:16:24 -070041- import_playbook: onboard-exampleservice-playbook.yml
Zack Williamsa2763112017-01-03 11:38:38 -070042
43- name: Test ExampleService
44 hosts: head
45 become: no
46 roles:
47 - test-exampleservice
48