ADD: added a podcontroller and test for the first basic usage

This commit is contained in:
Henry Winkel
2023-08-08 15:09:18 +02:00
parent 1c4c883648
commit 5f043ca88e
13 changed files with 196 additions and 192 deletions

View File

@@ -1,11 +1,16 @@
#include "yaml-cpp/binary.h"
#include "yaml-cpp/emitter.h"
#include "yaml-cpp/node/node.h"
#include "yaml-cpp/node/parse.h"
#include <string>
#define CATCH_CONFIG_MAIN
#include <catch2/catch.hpp>
#include <kubecontrol/kubecontrol.hpp>
#include <loguru.hpp>
SCENARIO("Testing the SimCore Sensor")
{
@@ -16,9 +21,9 @@ kubecontrol::kubecontrol kc("../docs/config");
kc.createYAML();
kc.startPod();
// kc.getPods();
kc.deletePod("debug-debian");
// kc.deletePod("debug-debian");
kc.getPods();
WHEN("constructing Track Object with data")
{