aboutsummaryrefslogtreecommitdiff
path: root/tests/profiling/gatordmock/CommandFileParser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/profiling/gatordmock/CommandFileParser.cpp')
-rw-r--r--tests/profiling/gatordmock/CommandFileParser.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/profiling/gatordmock/CommandFileParser.cpp b/tests/profiling/gatordmock/CommandFileParser.cpp
index e86763b55f..d08e72cadd 100644
--- a/tests/profiling/gatordmock/CommandFileParser.cpp
+++ b/tests/profiling/gatordmock/CommandFileParser.cpp
@@ -34,6 +34,15 @@ void CommandFileParser::ParseFile(std::string CommandFile, GatordMockService& mo
std::string command = tokens[0];
+ if (command == "LIST")
+ {
+ // Expected format for the SET command
+ //
+ // LIST
+ //
+
+ mockService.SendRequestCounterDir();
+ }
if (command == "SET")
{
// Expected format for the SET command