diff options
| author | Georgios Andreadis <info@gandreadis.com> | 2020-05-19 21:42:52 +0200 |
|---|---|---|
| committer | Georgios Andreadis <info@gandreadis.com> | 2020-05-20 16:02:42 +0200 |
| commit | 7b9c023cfba1533be1bea534cfe20647856ffa1a (patch) | |
| tree | 6513ec5f1e7dc9adbc2f088ad2e4ff196ff62a01 /opendc/opendc-experiments-sc20/src/test | |
| parent | 57d02e62a66534146b90a8e66e18609da495ba67 (diff) | |
Adjust integration test
Diffstat (limited to 'opendc/opendc-experiments-sc20/src/test')
| -rw-r--r-- | opendc/opendc-experiments-sc20/src/test/kotlin/com/atlarge/opendc/experiments/sc20/Sc20IntegrationTest.kt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opendc/opendc-experiments-sc20/src/test/kotlin/com/atlarge/opendc/experiments/sc20/Sc20IntegrationTest.kt b/opendc/opendc-experiments-sc20/src/test/kotlin/com/atlarge/opendc/experiments/sc20/Sc20IntegrationTest.kt index 7f8eb585..5ecf7605 100644 --- a/opendc/opendc-experiments-sc20/src/test/kotlin/com/atlarge/opendc/experiments/sc20/Sc20IntegrationTest.kt +++ b/opendc/opendc-experiments-sc20/src/test/kotlin/com/atlarge/opendc/experiments/sc20/Sc20IntegrationTest.kt @@ -145,8 +145,8 @@ class Sc20IntegrationTest { assertEquals(50, scheduler.submittedVms, "The trace contains 50 VMs") assertEquals(50, scheduler.finishedVms, "All VMs should finish after a run") assertEquals(207379117949, monitor.totalRequestedBurst) - assertEquals(207102919834, monitor.totalGrantedBurst) - assertEquals(276198896, monitor.totalOvercommissionedBurst) + assertEquals(203388071813, monitor.totalGrantedBurst) + assertEquals(3991046136, monitor.totalOvercommissionedBurst) assertEquals(0, monitor.totalInterferedBurst) } |
