Browse Source

[5107] Renamed CtrlAgent to Control-agent.

Marcin Siodelski 8 years ago
parent
commit
3834c0413b

+ 1 - 1
src/bin/agent/ctrl_agent_controller.cc

@@ -16,7 +16,7 @@ namespace agent {
 
 /// @brief Defines the application name, this is passed into base class
 /// it may be used to locate configuration data and appears in log statement.
-const char* CtrlAgentController::agent_app_name_ = "CtrlAgent";
+const char* CtrlAgentController::agent_app_name_ = "Control-agent";
 
 /// @brief Defines the executable name. This is passed into the base class
 const char* CtrlAgentController::agent_bin_name_ = "kea-ctrl-agent";

+ 1 - 2
src/bin/agent/tests/ctrl_agent_process_tests.sh.in

@@ -14,9 +14,8 @@ EXPECTED_VERSION="@PACKAGE_VERSION@"
 # Control Agent configuration to be stored in the configuration file.
 # todo: use actual configuration once we support it.
 CONFIG="{
-    \"CtrlAgent\":
+    \"Control-agent\":
     {
-        \"dummy-param\": 123
     },
     \"Logging\":
     {