mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
distributed testing
This commit is contained in:
@@ -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.
|
# 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 "echo 'so-test not yet available'" > /usr/sbin/so-test
|
||||||
echo "exit 0" >> /usr/sbin/so-test
|
echo "exit 0" >> /usr/sbin/so-test
|
||||||
|
chmod a+x /usr/sbin/so-test
|
||||||
else
|
else
|
||||||
echo "echo 'Installation failed - so-status not available'" > /usr/sbin/so-status
|
echo "echo 'Installation failed - so-status not available'" > /usr/sbin/so-status
|
||||||
echo "exit 100" >> /usr/sbin/so-status
|
echo "exit 100" >> /usr/sbin/so-status
|
||||||
|
|||||||
Reference in New Issue
Block a user