File: run.yaml

package info (click to toggle)
network-runner 0.3.6-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 700 kB
  • sloc: python: 1,356; makefile: 8; sh: 2
file content (11 lines) | stat: -rw-r--r-- 364 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
---
- hosts: controller
  tasks:
    - name: link roles
      shell: ln -s ~/src/github.com/ansible-network/network-runner/etc/ansible/roles ~/.ansible/roles
      args:
        chdir: src/github.com/ansible-network/network-runner
    - name: execute functional test
      shell: tox -efunc
      args:
        chdir: src/github.com/ansible-network/network-runner