ADD: added more extracted details for a child pod and changed the data type for the child information
This commit is contained in:
@@ -97,7 +97,7 @@ std::this_thread::sleep_for(std::chrono::milliseconds(5000));
|
||||
REQUIRE(ShipPod1.getOwner() == "controller");
|
||||
REQUIRE(ShipPod1.getStatus() == "Running");
|
||||
REQUIRE(ShipPod1.getIp() != "");
|
||||
REQUIRE(ShipPod1.getUUIDsForChildPods(api).size() == 2);
|
||||
REQUIRE(ShipPod1.getPodsChilds(api).size() == 2);
|
||||
|
||||
// REQUIRE(info1 != "");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user