mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
refactor automated testing inputs due to streamlined setup process
This commit is contained in:
@@ -180,14 +180,14 @@ if [ -n "$test_profile" ]; then
|
|||||||
# The below settings are hardcoded purely for automated testing purposes.
|
# The below settings are hardcoded purely for automated testing purposes.
|
||||||
TESTING=true
|
TESTING=true
|
||||||
MSRV=manager
|
MSRV=manager
|
||||||
if [ "$test_profile" =~ *"-net" ]; then
|
if [[ "$test_profile" =~ "-net" ]]; then
|
||||||
address_type=DHCP
|
address_type=DHCP
|
||||||
MSRVIP=10.66.166.72
|
MSRVIP=10.66.166.72
|
||||||
elif [ "$test_profile" =~ *"-cloud" ]; then
|
elif [[ "$test_profile" =~ "-cloud" ]]; then
|
||||||
MSRVIP=10.99.1.20
|
MSRVIP=10.99.1.20
|
||||||
elif [ "$test_profile" =~ *"-iso" ]; then
|
elif [[ "$test_profile" =~ "-iso" ]]; then
|
||||||
MSRVIP=10.66.166.42
|
MSRVIP=10.66.166.42
|
||||||
elif [ "$test_profile" =~ *"-airgap" ]; then
|
elif [[ "$test_profile" =~ "-airgap" ]]; then
|
||||||
MSRVIP=10.66.166.52
|
MSRVIP=10.66.166.52
|
||||||
fi
|
fi
|
||||||
if [ -f "/root/public_ip" ]; then
|
if [ -f "/root/public_ip" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user