commit | 170ae7621a234988ad75f59214e57dd059c5caf4 | [log] [tgz] |
---|---|---|
author | Oleksandr K. <okozachenko@vexxhost.com> | Tue Oct 29 17:18:35 2024 +0100 |
committer | GitHub <noreply@github.com> | Tue Oct 29 16:18:35 2024 +0000 |
tree | 438d90fc5ed31a55c6a7a6a6bb75ed62daf5a233 | |
parent | 05b919d371f2f3a34b07b5d8bc1d960eaa03dfad [diff] |
tox: add posargs in aio env (#2059) allow tags in molecule
diff --git a/tox.ini b/tox.ini index bed67e1..ca2522a 100644 --- a/tox.ini +++ b/tox.ini
@@ -78,7 +78,7 @@ openvswitch: ATMOSPHERE_NETWORK_BACKEND = openvswitch ovn: ATMOSPHERE_NETWORK_BACKEND = ovn commands = - molecule test -s aio + molecule test -s aio {posargs} [testenv:docs] envdir = {toxworkdir}/docs