mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
Add molecule test for bootstrap-os (#5845)
This commit is contained in:
12
tests/scripts/molecule_run.sh
Executable file
12
tests/scripts/molecule_run.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
set -euxo pipefail
|
||||
|
||||
export LC_ALL=C.UTF-8
|
||||
export LANG=C.UTF-8
|
||||
|
||||
for d in $(find roles -name molecule -type d)
|
||||
do
|
||||
cd $(dirname $d)
|
||||
molecule test --all
|
||||
cd -
|
||||
done
|
||||
Reference in New Issue
Block a user