ADD: added updated drone.yml and changed some function calls
This commit is contained in:
@@ -14,23 +14,24 @@
|
||||
|
||||
SCENARIO("Testing the SimCore Sensor")
|
||||
{
|
||||
kubecontrol::kubecontrol kc("../docs/config");
|
||||
|
||||
std::string file= "../docs/config";
|
||||
kubecontrol::kubecontrol kubecontroler(file);
|
||||
|
||||
GIVEN("different Attributes for a Track in different forms")
|
||||
{
|
||||
kc.createYAML();
|
||||
kc.startPod();
|
||||
kubecontroler.createYAML();
|
||||
kubecontroler.startPod();
|
||||
// kc.getPods();
|
||||
// kc.deletePod("debug-debian");
|
||||
kc.getPods();
|
||||
|
||||
kubecontroler.getPods();
|
||||
|
||||
WHEN("constructing Track Object with data")
|
||||
{
|
||||
|
||||
|
||||
THEN("check if Track attributes are correct")
|
||||
{
|
||||
REQUIRE(true == true);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -38,4 +39,4 @@ kubecontrol::kubecontrol kc("../docs/config");
|
||||
} //THEN
|
||||
} // WHEN
|
||||
} // GIVEN
|
||||
} //SCENARIO
|
||||
} //SCENARIO
|
||||
|
||||
Reference in New Issue
Block a user