diff --git a/src/test/test.cpp b/src/test/test.cpp index 227836192..b9777a35b 100644 --- a/src/test/test.cpp +++ b/src/test/test.cpp @@ -27,7 +27,7 @@ namespace emsesp { // used with the 'test' command, under su/admin void Test::run_test(uuid::console::Shell & shell, const std::string & command) { if (command == "default") { - run_test(shell, "heatpump"); // add the default test case here + run_test(shell, "mixing"); // add the default test case here } if (command.empty()) { @@ -837,7 +837,10 @@ void Test::run_test(uuid::console::Shell & shell, const std::string & command) { shell.invoke_command("show"); shell.invoke_command("call"); - shell.invoke_command("call system report"); + shell.invoke_command("call mixing info"); + shell.invoke_command("publish"); + shell.invoke_command("show mqtt"); + shell.invoke_command("call mixing"); } // finally dump to console