distributed testing

This commit is contained in:
Jason Ertel
2023-03-09 19:31:04 -05:00
parent ed8a23cedc
commit 5301f442f9

View File

@@ -90,6 +90,7 @@ create_temp_scripts_if_missing() {
# Pretend so-test succeeded in the interim period while waiting for this minion to be accepted. This avoids tests getting hung up.
echo "echo 'so-test not yet available'" > /usr/sbin/so-test
echo "exit 0" >> /usr/sbin/so-test
chmod a+x /usr/sbin/so-test
else
echo "echo 'Installation failed - so-status not available'" > /usr/sbin/so-status
echo "exit 100" >> /usr/sbin/so-status