Test single-node cluster (#78)

* Molecule: Derive overrides.yml location from scenario dir

# Conflicts:
#	molecule/default/molecule.yml
#	molecule/ipv6/molecule.yml

* Molecule: Add single_node scenario

* Fix get_nodes test for the case of empty groups
This commit is contained in:
Simon Leiner
2022-09-09 18:47:26 +02:00
committed by GitHub
parent b1df9663fa
commit 9ff3bb6b87
8 changed files with 80 additions and 8 deletions

View File

@@ -15,6 +15,8 @@ jobs:
matrix:
scenario:
- default
- single_node
fail-fast: false
env:
PYTHON_VERSION: "3.10"