Zack Williams | 04575aa | 2022-03-19 21:51:44 -0700 | [diff] [blame^] | 1 | --- |
| 2 | # devtools molecule/default/molecule.yml |
| 3 | # |
| 4 | # SPDX-FileCopyrightText: 2022 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: "debian-11-priv" |
| 13 | image: "onfinfra/molecule-systemd:debian-11" |
| 14 | privileged: true |
| 15 | volumes: |
| 16 | - "/sys/fs/cgroup:/sys/fs/cgroup:ro" |
| 17 | provisioner: |
| 18 | name: ansible |
| 19 | inventory: |
| 20 | host_vars: |
| 21 | debian-11-priv: |
| 22 | ansible_python_interpreter: /usr/bin/python3 |
| 23 | verifier: |
| 24 | name: ansible |