Commit b3bc1dd6 authored by Robert Schmidt's avatar Robert Schmidt

Merge remote-tracking branch 'origin/ci-fix-in-iperf-module' into integration_2023_w22

parents 020f72d9 8a804212
...@@ -995,7 +995,7 @@ class OaiCiTest(): ...@@ -995,7 +995,7 @@ class OaiCiTest():
cn_target_ip = result.group('trf_ip_addr') cn_target_ip = result.group('trf_ip_addr')
SSH.close() SSH.close()
cn_iperf_prefix = "docker exec prod-trf-gen" # -w /iperf-2.0.13 necessary? cn_iperf_prefix = "docker exec prod-trf-gen" # -w /iperf-2.0.13 necessary?
if (re.match('OC-OAI-CN5G', EPC.Type, re.IGNORECASE)): elif (re.match('OC-OAI-CN5G', EPC.Type, re.IGNORECASE)):
cn_target_ip = "172.21.6.102" cn_target_ip = "172.21.6.102"
else: # lteboix, sabox else: # lteboix, sabox
cn_target_ip = "192.172.0.1" cn_target_ip = "192.172.0.1"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment