Commit 4102a6c9 authored by Georgios Dagkakis's avatar Georgios Dagkakis Committed by Ioannis Papagiannopoulos

another two topologies, one test fails

parent f0eba4bd
...@@ -16,10 +16,13 @@ ...@@ -16,10 +16,13 @@
}, },
{ {
"processingTime": { "processingTime": {
"operationType": 1, "Fixed": {
"distributionType": "Fixed", "mean": 1.0
"mean": 1.0 }
}, },
"operationType": {
"Processing": 1
},
"stationIdsList": [ "stationIdsList": [
"M1" "M1"
], ],
...@@ -34,10 +37,13 @@ ...@@ -34,10 +37,13 @@
}, },
{ {
"processingTime": { "processingTime": {
"operationType": 0, "Fixed": {
"distributionType": "Fixed", "mean": 3.0
"mean": 3.0 }
}, },
"operationType": {
"Processing": 0
},
"stationIdsList": [ "stationIdsList": [
"M3" "M3"
], ],
...@@ -52,10 +58,13 @@ ...@@ -52,10 +58,13 @@
}, },
{ {
"processingTime": { "processingTime": {
"operationType": 1, "Fixed": {
"distributionType": "Fixed", "mean": 2.0
"mean": 2.0 }
}, },
"operationType": {
"Processing": 1
},
"stationIdsList": [ "stationIdsList": [
"M2" "M2"
], ],
...@@ -85,10 +94,13 @@ ...@@ -85,10 +94,13 @@
}, },
{ {
"processingTime": { "processingTime": {
"operationType": 1, "Fixed": {
"distributionType": "Fixed", "mean": 1.0
"mean": 1.0 }
}, },
"operationType": {
"Processing": 1
},
"stationIdsList": [ "stationIdsList": [
"M1" "M1"
], ],
...@@ -103,10 +115,13 @@ ...@@ -103,10 +115,13 @@
}, },
{ {
"processingTime": { "processingTime": {
"operationType": 0, "Fixed": {
"distributionType": "Fixed", "mean": 3.0
"mean": 3.0 }
}, },
"operationType": {
"Processing": 0
},
"stationIdsList": [ "stationIdsList": [
"M3" "M3"
], ],
...@@ -121,10 +136,13 @@ ...@@ -121,10 +136,13 @@
}, },
{ {
"processingTime": { "processingTime": {
"operationType": 1, "Fixed": {
"distributionType": "Fixed", "mean": 2.0
"mean": 2.0 }
}, },
"operationType": {
"Processing": 1
},
"stationIdsList": [ "stationIdsList": [
"M2" "M2"
], ],
...@@ -151,10 +169,13 @@ ...@@ -151,10 +169,13 @@
}, },
{ {
"processingTime": { "processingTime": {
"operationType": 1, "Fixed": {
"distributionType": "Fixed", "mean": 1.0
"mean": 1.0 }
}, },
"operationType": {
"Processing": 1
},
"stationIdsList": [ "stationIdsList": [
"M1" "M1"
], ],
...@@ -169,10 +190,13 @@ ...@@ -169,10 +190,13 @@
}, },
{ {
"processingTime": { "processingTime": {
"operationType": 0, "Fixed": {
"distributionType": "Fixed", "mean": 3.0
"mean": 3.0 }
}, },
"operationType": {
"Processing": 0
},
"stationIdsList": [ "stationIdsList": [
"M3" "M3"
], ],
...@@ -187,10 +211,13 @@ ...@@ -187,10 +211,13 @@
}, },
{ {
"processingTime": { "processingTime": {
"operationType": 1, "Fixed": {
"distributionType": "Fixed", "mean": 2.0
"mean": 2.0 }
}, },
"operationType": {
"Processing": 1
},
"stationIdsList": [ "stationIdsList": [
"M2" "M2"
], ],
......
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