#include "kubecontrol/PodController.hpp" #include "nlohmann/json_fwd.hpp" #include #include #include #define CATCH_CONFIG_MAIN #include "SimControl/PodList.hpp" #include #include #include "string.cpp" // SimCore::Identifier OwnID, SimCore::Identifier ParentID, SimCore::SensorKinds SensorKind,std::uint32_t GroundTruthPort, std::uint32_t ParentPort,std::string ParentIPAddress SCENARIO("Testing the the podlist") { auto control = kubecontrol::PodController("docs/config"); // std::ifstream ifs("info.json"); nlohmann::json j = nlohmann::json::parse(control.getPodsInfo()); LOG_S(INFO)<(); // auto item2 = std::make_shared(); // item2->Uuid= "movement"; // item1->Uuid= "test"; // item1->relatedPods.emplace_back(item2); // podlist.addPodToList(item1); // podlist.addPodToList(item2); // LOG_S(INFO)<