Skip to content

Commit 868dc31

Browse files
committed
Remove {PROMETHEUS,LOKI}_PORT vars from sceenarios
1 parent cd4346d commit 868dc31

File tree

9 files changed

+0
-23
lines changed

9 files changed

+0
-23
lines changed

test/scenarios-bootc/periodics/[email protected]

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ scenario_remove_vms() {
2727
scenario_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
}

test/scenarios-bootc/periodics/[email protected]

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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 \

test/scenarios-bootc/presubmits/[email protected]

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ scenario_remove_vms() {
2727
scenario_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
}

test/scenarios-bootc/releases/[email protected]

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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
}

test/scenarios-bootc/releases/[email protected]

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
}

test/scenarios-bootc/upstream/[email protected]

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ scenario_remove_vms() {
2727
scenario_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
}

test/scenarios-bootc/upstream/[email protected]

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ scenario_remove_vms() {
2727
scenario_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
}

test/scenarios/periodics/[email protected]

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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
}

test/scenarios/releases/[email protected]

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)