Skip to content

Commit ae30a60

Browse files
authored
Platform is captured in testbed already (#7119)
1 parent 66b922b commit ae30a60

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

tests/infra/basicperf.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,8 +375,6 @@ def run(args):
375375
remote_client.stop()
376376

377377
perf_label = args.perf_label
378-
if infra.platform_detection.is_virtual():
379-
perf_label += "_virtual"
380378

381379
if not args.stop_primary_after_s:
382380
primary, _ = network.find_primary()

tests/infra/piccolo_driver.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,6 @@ def run(get_command, args):
192192
time.sleep(5)
193193

194194
perf_label = args.perf_label
195-
if infra.platform_detection.is_virtual():
196-
perf_label += "_virtual"
197195

198196
for remote_client in clients:
199197
analysis = analyzer.Analyze()

tests/infra/runner.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,6 @@ def run(get_command, args):
149149
time.sleep(5)
150150

151151
perf_label = args.perf_label
152-
if infra.platform_detection.is_virtual():
153-
perf_label += "_virtual"
154152

155153
for remote_client in clients:
156154
perf_result = remote_client.get_result()

0 commit comments

Comments
 (0)