Skip to content

Commit 2646c8a

Browse files
committed
testing add mark with_all to mark tests for all probes
1 parent f015925 commit 2646c8a

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

testing/simulation/hospital.yml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,36 @@ default:
2121
# individual tests for general simulation scenario
2222
sim_general:
2323
- id: hospital_precise
24-
marks: [precise]
24+
marks: [precise, with_all]
2525
speed_multiplier: 1.0
2626
loops: 3
2727
analysis:
2828
model: "precise"
2929
use_statistic_counter: true
30+
- id: hospital_100G
31+
marks: [100G]
32+
mbps: 120000
33+
loops: 140
34+
analysis:
35+
model: "statistical"
36+
use_statistic_counter: true
37+
metrics:
38+
- key: PACKETS
39+
diff: 0.001
40+
- key: BYTES
41+
diff: 0.001
42+
- key: FLOWS
43+
diff: 0.001
44+
- key: PACKETS / S
45+
diff: 1
46+
- key: MB / S
47+
diff: 1
48+
- key: DURATION
49+
diff: 1
3050

3151
sim_threshold:
3252
- id: hospital_throughput
53+
marks: [with_all]
3354
mbps_accuracy: 50
3455
mbps_required: 2500
3556
analysis:

testing/simulation/munich.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ default:
2525
# individual tests for general simulation scenario
2626
sim_general:
2727
- id: munich_precise
28-
marks: [precise]
28+
marks: [precise, with_all]
2929
speed_multiplier: 1.0
3030
loops: 3
3131
analysis:
@@ -34,6 +34,7 @@ sim_general:
3434

3535
sim_threshold:
3636
- id: munich_throughput
37+
marks: [with_all]
3738
mbps_accuracy: 50
3839
mbps_required: 2500
3940
analysis:

testing/simulation/one_packet_flows.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,14 @@ sim_general:
2323
- id: one_packet_precise
2424
speed_multiplier: 1.0
2525
loops: 1
26-
marks: [precise]
26+
marks: [precise, with_all]
2727
analysis:
2828
model: "precise"
2929
use_statistic_counter: true
3030

3131
sim_threshold:
3232
- id: one_packet_throughput
33+
marks: [with_all]
3334
mbps_accuracy: 100
3435
mbps_required: 700
3536
speed_max: 12500

0 commit comments

Comments
 (0)