File tree Expand file tree Collapse file tree 9 files changed +0
-23
lines changed Expand file tree Collapse file tree 9 files changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,6 @@ scenario_remove_vms() {
2727scenario_run_tests () {
2828 run_tests host1 \
2929 --variable " PROMETHEUS_HOST:$( hostname) " \
30- --variable " PROMETHEUS_PORT:9092" \
3130 --variable " LOKI_HOST:$( hostname) " \
32- --variable " LOKI_PORT:3200" \
33- --variable " PROM_EXPORTER_PORT:8889" \
3431 suites/optional/
3532}
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ scenario_run_tests() {
1616 --variable " PROXY_HOST:${VM_BRIDGE_IP} " \
1717 --variable " PROXY_PORT:9001" \
1818 --variable " PROMETHEUS_HOST:$( hostname) " \
19- --variable " PROMETHEUS_PORT:9093" \
2019 suites/gitops/ \
2120 suites/telemetry/telemetry.robot \
2221 suites/osconfig/clusterid.robot \
Original file line number Diff line number Diff line change @@ -27,9 +27,6 @@ scenario_remove_vms() {
2727scenario_run_tests () {
2828 run_tests host1 \
2929 --variable " PROMETHEUS_HOST:$( hostname) " \
30- --variable " PROMETHEUS_PORT:9092" \
3130 --variable " LOKI_HOST:$( hostname) " \
32- --variable " LOKI_PORT:3200" \
33- --variable " PROM_EXPORTER_PORT:8889" \
3431 suites/optional/
3532}
Original file line number Diff line number Diff line change @@ -28,9 +28,6 @@ scenario_run_tests() {
2828
2929 run_tests host1 \
3030 --variable " PROMETHEUS_HOST:$( hostname) " \
31- --variable " PROMETHEUS_PORT:9092" \
3231 --variable " LOKI_HOST:$( hostname) " \
33- --variable " LOKI_PORT:3200" \
34- --variable " PROM_EXPORTER_PORT:8889" \
3532 suites/optional/
3633}
Original file line number Diff line number Diff line change @@ -24,6 +24,5 @@ scenario_run_tests() {
2424 --variable " PROXY_HOST:${VM_BRIDGE_IP} " \
2525 --variable " PROXY_PORT:9001" \
2626 --variable " PROMETHEUS_HOST:$( hostname) " \
27- --variable " PROMETHEUS_PORT:9093" \
2827 suites/telemetry/telemetry.robot
2928}
Original file line number Diff line number Diff line change @@ -27,9 +27,6 @@ scenario_remove_vms() {
2727scenario_run_tests () {
2828 run_tests host1 \
2929 --variable " PROMETHEUS_HOST:$( hostname) " \
30- --variable " PROMETHEUS_PORT:9093" \
3130 --variable " LOKI_HOST:$( hostname) " \
32- --variable " LOKI_PORT:3201" \
33- --variable " PROM_EXPORTER_PORT:8889" \
3431 suites/optional/
3532}
Original file line number Diff line number Diff line change @@ -27,9 +27,6 @@ scenario_remove_vms() {
2727scenario_run_tests () {
2828 run_tests host1 \
2929 --variable " PROMETHEUS_HOST:$( hostname) " \
30- --variable " PROMETHEUS_PORT:9092" \
3130 --variable " LOKI_HOST:$( hostname) " \
32- --variable " LOKI_PORT:3200" \
33- --variable " PROM_EXPORTER_PORT:8889" \
3431 suites/optional/
3532}
Original file line number Diff line number Diff line change @@ -34,10 +34,7 @@ scenario_run_tests() {
3434 # GDP suite is tested with bootc images instead.
3535 run_tests host1 \
3636 --variable " PROMETHEUS_HOST:$( hostname) " \
37- --variable " PROMETHEUS_PORT:9092" \
3837 --variable " LOKI_HOST:$( hostname) " \
39- --variable " LOKI_PORT:3200" \
40- --variable " PROM_EXPORTER_PORT:8889" \
4138 --exclude generic-device-plugin \
4239 suites/optional/
4340}
Original file line number Diff line number Diff line change @@ -35,10 +35,7 @@ scenario_run_tests() {
3535 # GDP suite is tested with bootc images instead.
3636 run_tests host1 \
3737 --variable " PROMETHEUS_HOST:$( hostname) " \
38- --variable " PROMETHEUS_PORT:9092" \
3938 --variable " LOKI_HOST:$( hostname) " \
40- --variable " LOKI_PORT:3200" \
41- --variable " PROM_EXPORTER_PORT:8889" \
4239 --exclude generic-device-plugin \
4340 suites/optional/
4441}
You can’t perform that action at this time.
0 commit comments