File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ function functional_test_cerberus {
3636 envsubst < CI/config/common_test_config.yaml > CI/config/cerberus_test_config.yaml
3737
3838 # Enable cerberus in the config (using yq jq-wrapper syntax with -i -y)
39- yq -y ' .cerberus.cerberus_enabled = true' CI/config/cerberus_test_config.yaml
40- yq -y " .cerberus.cerberus_url = \" http://${mock_cerberus_ip} :8080\" " CI/config/cerberus_test_config.yaml
39+ yq -i ' .cerberus.cerberus_enabled = true' CI/config/cerberus_test_config.yaml
40+ yq -i " .cerberus.cerberus_url = \" http://${mock_cerberus_ip} :8080\" " CI/config/cerberus_test_config.yaml
4141
4242 echo " ========================================"
4343 echo " Cerberus Configuration:"
Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ function functional_test_cerberus_unhealthy {
3737
3838 # Enable cerberus in the config but DON'T exit_on_failure (so the test can verify the behavior)
3939 # Using yq jq-wrapper syntax with -i -y
40- yq -y ' .cerberus.cerberus_enabled = true' CI/config/cerberus_unhealthy_test_config.yaml
41- yq -y " .cerberus.cerberus_url = \" http://${mock_cerberus_ip} :8080\" " CI/config/cerberus_unhealthy_test_config.yaml
42- yq -y ' .kraken.exit_on_failure = false' CI/config/cerberus_unhealthy_test_config.yaml
40+ yq -i ' .cerberus.cerberus_enabled = true' CI/config/cerberus_unhealthy_test_config.yaml
41+ yq -i " .cerberus.cerberus_url = \" http://${mock_cerberus_ip} :8080\" " CI/config/cerberus_unhealthy_test_config.yaml
42+ yq -i ' .kraken.exit_on_failure = false' CI/config/cerberus_unhealthy_test_config.yaml
4343
4444 echo " ========================================"
4545 echo " Cerberus Unhealthy Configuration:"
Original file line number Diff line number Diff line change @@ -103,7 +103,6 @@ def run_scenarios(
103103 return_value = self .run (
104104 run_uuid = run_uuid ,
105105 scenario = scenario_config ,
106- krkn_config = krkn_config ,
107106 lib_telemetry = telemetry ,
108107 scenario_telemetry = scenario_telemetry ,
109108 )
You can’t perform that action at this time.
0 commit comments