Skip to content

Commit

Permalink
All: Marked some simulation configs as abstract which are not suppose…
Browse files Browse the repository at this point in the history
…d to be run.
  • Loading branch information
levy committed Dec 16, 2021
1 parent 21ecfa1 commit d7c5a00
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 2 deletions.
1 change: 1 addition & 0 deletions examples/ethernet/arptest/omnetpp.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[General]
network = ARPTest
description = "(abstract)"
sim-time-limit = 500s
total-stack = 2MiB

Expand Down
1 change: 1 addition & 0 deletions examples/ethernet/arptest2/omnetpp.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[General]
network = ARPTest
description = "(abstract)"
sim-time-limit = 500s
cpu-time-limit = 600s
total-stack = 2MiB
Expand Down
2 changes: 1 addition & 1 deletion examples/ethernet/clocksynchronization/omnetpp.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[General]
network = ClockSynchronizationExampleNetwork
description = "Using periodic gating mechanism with or without local clocks and clock synchronization"
description = "Using periodic gating mechanism with or without local clocks and clock synchronization (abstract)"

# disable legacy Ethernet
*.*.ethernet.typename = "EthernetLayer"
Expand Down
1 change: 1 addition & 0 deletions examples/ethernet/interface/omnetpp.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[General]
network = EthernetInterfaceConfigurationExample
description = "(abstract)"
sim-time-limit = 0.1s
measurement-label = ${highTsOperation}
*.highTsOperation = ${highTsOperation = "correct", "faulty"}
Expand Down
1 change: 1 addition & 0 deletions examples/ethernet/invehicle/omnetpp.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[General]
network = InVehicleNetworkExample
description = "(abstract)"

# packet name
*.*.app[0].source.packetNameFormat = "%N-%c"
Expand Down
1 change: 1 addition & 0 deletions examples/ethernet/lans/hub.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[General]
network = HubLAN
description = "(abstract)"
sim-time-limit = 120s
**.vector-recording = false

Expand Down
1 change: 1 addition & 0 deletions examples/ethernet/redundancy/omnetpp.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[General]
network = EthernetRedundancyExample
description = "(abstract)"

# visualizer
*.visualizer.infoVisualizer.modules = "*.source.app[0].source or *.destination.app[0]"
Expand Down
3 changes: 2 additions & 1 deletion examples/ethernet/vlan/omnetpp.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[General]
network = VlanExample
description = "(abstract)"

**.fcsMode = "computed"
**.crcMode = "computed"
Expand Down Expand Up @@ -33,7 +34,7 @@ network = VlanExample
description = "VLANs are not used by default"

[Config AbstractVlan]
description = "Base config for VLANs"
description = "Base config for VLANs (abstract)"

*.*.bridging.typename = "BridgingLayer"
*.*.ieee8021q.typename = "Ieee8021qProtocol"
Expand Down
1 change: 1 addition & 0 deletions showcases/ethernet/cutthrough/omnetpp.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[General]
network = EthernetCutthroughShowcase
description = "(abstract)"

*.host*.numApps = 1
*.host1.app[0].typename = "UdpBasicApp"
Expand Down
2 changes: 2 additions & 0 deletions showcases/ethernet/preemption/omnetpp.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[General]
network = EthernetPreemptionShowcase
description = "(abstract)"

*.*.encap.typename = "OmittedEthernetEncapsulation"
*.*.ethernet.typename = "EthernetLayer"
Expand Down Expand Up @@ -67,6 +68,7 @@ network = EthernetPreemptionShowcase
**.macLayer.*.queue.typename = "DropTailQueue"

[Config RealisticBase]
description = "(abstract)"

# background
*.host1.app[0].source.packetLength = 1200B
Expand Down

0 comments on commit d7c5a00

Please sign in to comment.