ADD: added a podcontroller and test for the first basic usage
This commit is contained in:
@@ -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")
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user