#include "kubecontrol/PodController.hpp" #include "nlohmann/json_fwd.hpp" #define CATCH_CONFIG_MAIN #include #include SCENARIO("Testing the SimCore Sensor") { kubecontrol::PodController podc("docs/config"); podc.checkPodsHierarchy(); auto tmp = podc.getInfoForPod("hamburg"); LOG_S(INFO)<