Raphael Vicente Rosa | 760229a | 2021-03-17 21:15:59 -0300 | [diff] [blame^] | 1 | --- |
| 2 | # usrp molecule/default/molecule.yml |
| 3 | # |
| 4 | # SPDX-FileCopyrightText: © 2021 Open Networking Foundation <support@opennetworking.org> |
| 5 | # SPDX-License-Identifier: Apache-2.0 |
| 6 | |
| 7 | dependency: |
| 8 | name: galaxy |
| 9 | driver: |
| 10 | name: docker |
| 11 | platforms: |
| 12 | - name: "ubuntu-18.04-priv" |
| 13 | image: "quay.io/paulfantom/molecule-systemd:ubuntu-18.04" |
| 14 | privileged: true |
| 15 | volumes: |
| 16 | - "/sys/fs/cgroup:/sys/fs/cgroup:ro" |
| 17 | provisioner: |
| 18 | name: ansible |
| 19 | verifier: |
| 20 | name: ansible |