diff --git a/test/compute_services/VirtualizedClusterService/VirtualizedClusterServiceResourceAllocationAlgorithmTest.cpp b/test/compute_services/VirtualizedClusterService/VirtualizedClusterServiceResourceAllocationAlgorithmTest.cpp index 1b65b694cd..511d5d3a0e 100644 --- a/test/compute_services/VirtualizedClusterService/VirtualizedClusterServiceResourceAllocationAlgorithmTest.cpp +++ b/test/compute_services/VirtualizedClusterService/VirtualizedClusterServiceResourceAllocationAlgorithmTest.cpp @@ -47,9 +47,17 @@ class VirtualizedClusterServiceResourceAllocationTest : public ::testing::Test { " " " " " " - " " + " " " " - " " + " " + " " + " " + " " + " " + " " + " " + " " + " " " " " " " " @@ -57,11 +65,18 @@ class VirtualizedClusterServiceResourceAllocationTest : public ::testing::Test { " " " " " " - " " + " " " " - " " + " " + " " + " " + " " + " " + " " + " " + " " + " " " " - " " " " " " " " @@ -69,11 +84,18 @@ class VirtualizedClusterServiceResourceAllocationTest : public ::testing::Test { " " " " " " - " " + " " " " - " " + " " + " " + " " + " " + " " + " " + " " + " " + " " " " - " " " " " " " " @@ -211,19 +233,19 @@ void VirtualizedClusterServiceResourceAllocationTest::do_VMResourceAllocationAlg cloud_service_first_fit = simulation->add( new wrench::CloudComputeService(hostname, compute_hosts, - {"/scratch"}, + {"/scratch1"}, {{wrench::CloudComputeServiceProperty::VM_RESOURCE_ALLOCATION_ALGORITHM, "first-fit"}})); cloud_service_best_fit_ram_first = simulation->add( new wrench::CloudComputeService(hostname, compute_hosts, - {"/scratch"}, + {"/scratch2"}, {{wrench::CloudComputeServiceProperty::VM_RESOURCE_ALLOCATION_ALGORITHM, "best-fit-ram-first"}})); cloud_service_best_fit_cores_first = simulation->add( new wrench::CloudComputeService(hostname, compute_hosts, - {"/scratch"}, + {"/scratch3"}, {{wrench::CloudComputeServiceProperty::VM_RESOURCE_ALLOCATION_ALGORITHM, "best-fit-cores-first"}})); // Create a WMS