blob: f08a0ab3771e7abeea3974687d3c37818770c1a1 [file] [log] [blame]
Wei-Yu Chen434dc4d2022-01-03 21:27:31 +08001---
Zack Williams2fa50852022-09-03 21:32:46 -07002# enodebd molecule/default/molecule.yml
Wei-Yu Chen434dc4d2022-01-03 21:27:31 +08003#
4# SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org>
5# SPDX-License-Identifier: Apache-2.0
6
7dependency:
8 name: galaxy
9driver:
10 name: docker
11platforms:
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"
17provisioner:
18 name: ansible
19 inventory:
20 host_vars:
21 debian-10-priv:
22 ansible_python_interpreter: /usr/bin/python3
23verifier:
24 name: ansible