summaryrefslogtreecommitdiff
path: root/opendc-experiments/opendc-experiments-base/src/test/resources/topologies
diff options
context:
space:
mode:
authorDante Niewenhuis <d.niewenhuis@hotmail.com>2025-11-26 11:11:22 +0100
committerGitHub <noreply@github.com>2025-11-26 11:11:22 +0100
commit1de770c981498e2ca0067876470484e2cd08d780 (patch)
tree02a4f2aa2fe2777767b931d53a1636bdc4ca0741 /opendc-experiments/opendc-experiments-base/src/test/resources/topologies
parent90d4369183a420689fb1d48687a77ec677572433 (diff)
Fixed a small bug in the reading of workflows (#382)
* Fixed a small bug in the reading of workflows * small update * Pushing workload files needed for ExperimentCliTest 3
Diffstat (limited to 'opendc-experiments/opendc-experiments-base/src/test/resources/topologies')
-rw-r--r--opendc-experiments/opendc-experiments-base/src/test/resources/topologies/workflow_topology.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/opendc-experiments/opendc-experiments-base/src/test/resources/topologies/workflow_topology.json b/opendc-experiments/opendc-experiments-base/src/test/resources/topologies/workflow_topology.json
new file mode 100644
index 00000000..7932efd2
--- /dev/null
+++ b/opendc-experiments/opendc-experiments-base/src/test/resources/topologies/workflow_topology.json
@@ -0,0 +1,23 @@
+{
+ "clusters":
+ [
+ {
+ "name": "C01",
+ "hosts" :
+ [
+ {
+ "name": "H01",
+ "cpu":
+ {
+ "coreCount": 12,
+ "coreSpeed": 3300
+ },
+ "memory": {
+ "memorySize": 140457600000
+ },
+ "count": 3
+ }
+ ]
+ }
+ ]
+}