summaryrefslogtreecommitdiff
path: root/opendc-experiments/opendc-experiments-base/src/test/resources/topologies/single.json
diff options
context:
space:
mode:
authorDante Niewenhuis <d.niewenhuis@hotmail.com>2024-12-06 09:21:19 +0100
committerGitHub <noreply@github.com>2024-12-06 09:21:19 +0100
commitb4f694d9083e28f67e1746a37f4761cda6699263 (patch)
tree540a3b54f18c26068010b77c63b0c0f1a47c0c5c /opendc-experiments/opendc-experiments-base/src/test/resources/topologies/single.json
parenta49a3878758438fe8d04bf4c4d3e3ffc5873aace (diff)
Added 9 new tests specifically testing the Multiplexer. This assumes the Multiplexer is using MaxMinFairness given that this is currently the default and only fairness available in OpenDC. (#280)
Diffstat (limited to 'opendc-experiments/opendc-experiments-base/src/test/resources/topologies/single.json')
-rw-r--r--opendc-experiments/opendc-experiments-base/src/test/resources/topologies/single.json23
1 files changed, 0 insertions, 23 deletions
diff --git a/opendc-experiments/opendc-experiments-base/src/test/resources/topologies/single.json b/opendc-experiments/opendc-experiments-base/src/test/resources/topologies/single.json
deleted file mode 100644
index de66bfc2..00000000
--- a/opendc-experiments/opendc-experiments-base/src/test/resources/topologies/single.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
- "clusters":
- [
- {
- "name": "C01",
- "hosts" :
- [
- {
- "name": "H01",
- "cpu":
- {
- "coreCount": 12,
- "coreSpeed": 3300,
- "count": 1
- },
- "memory": {
- "memorySize": 140457600000
- }
- }
- ]
- }
- ]
-}