ADD: changed the way of retreiving the result from the curl request

This commit is contained in:
Henry Winkel
2023-10-27 10:44:57 +02:00
parent 052fe52489
commit be81f87154
7 changed files with 40 additions and 92 deletions

View File

@@ -11,7 +11,8 @@
SCENARIO("Testing the SimCore Sensor")
{
kubecontrol::PodController podc("docs/config");
auto tmp = podc.getInfoForPod("webapp");
podc.checkPodsHierarchy();
auto tmp = podc.getInfoForPod("hamburg");
LOG_S(INFO)<<tmp;
kubecontrol::PodInfo info(tmp);
@@ -22,7 +23,7 @@ SCENARIO("Testing the SimCore Sensor")
THEN("check if Track attributes are correct")
{
REQUIRE(info.Uuid == "webapp");
REQUIRE(info.Uuid == "hamburg");
// REQUIRE(info1 != "");