Add podman local test runner
This commit is contained in:
parent
95d0b60490
commit
3aeea67f37
6 changed files with 52 additions and 0 deletions
8
podman/testdata/testscript.sh
vendored
Executable file
8
podman/testdata/testscript.sh
vendored
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
git clone /data/git git
|
||||
cd git
|
||||
python3 -m pip install pytest-parallel
|
||||
python3 -m pytest --workers auto
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue