You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -621,6 +623,7 @@ class EnergyAPICheckTestWMS : public wrench::ExecutionController {
621
623
"The pstate should have changed but it did not change");
622
624
}
623
625
626
+
std::cerr << "LOOPING OVER HOSTS\n";
624
627
//check if the max power possible/min power available in this pstate is different than the maximum power possible/min power available in the previous state
625
628
for (auto host: simulation_hosts) {
626
629
std::vector<int> states = this->simulation->getListOfPstates(host);
@@ -644,6 +647,7 @@ class EnergyAPICheckTestWMS : public wrench::ExecutionController {
0 commit comments