summaryrefslogtreecommitdiff
path: root/opendc/opendc-experiments-sc20/src/test
diff options
context:
space:
mode:
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.kt6
1 files changed, 1 insertions, 5 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 5177c04a..1edb7bc2 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
@@ -158,7 +158,7 @@ class Sc20IntegrationTest {
var totalOvercommissionedBurst = 0L
var totalInterferedBurst = 0L
- override suspend fun reportHostSlice(
+ override fun reportHostSlice(
time: Long,
requestedBurst: Long,
grantedBurst: Long,
@@ -168,10 +168,6 @@ class Sc20IntegrationTest {
cpuDemand: Double,
numberOfDeployedImages: Int,
hostServer: Server,
- submittedVms: Long,
- queuedVms: Long,
- runningVms: Long,
- finishedVms: Long,
duration: Long
) {
totalRequestedBurst += requestedBurst