#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"); auto tmp = podc.getInfoForPod("webapp"); LOG_S(INFO)<