Commit fd74d051 authored by Ian Craggs's avatar Ian Craggs

Test updates

parent 7ae71b96
...@@ -1483,7 +1483,7 @@ int main(int argc, char** argv) ...@@ -1483,7 +1483,7 @@ int main(int argc, char** argv)
setenv("MQTT_C_CLIENT_TRACE", "ON", 1); setenv("MQTT_C_CLIENT_TRACE", "ON", 1);
//setenv("MQTT_C_CLIENT_TRACE_LEVEL", "ERROR", 1); //setenv("MQTT_C_CLIENT_TRACE_LEVEL", "ERROR", 1);
setenv("MQTT_C_CLIENT_TRACE_LEVEL", "PROTOCOL", 1); //setenv("MQTT_C_CLIENT_TRACE_LEVEL", "PROTOCOL", 1);
getopts(argc, argv); getopts(argc, argv);
if (options.test_no == 0) if (options.test_no == 0)
{ /* run all the tests */ { /* run all the tests */
......
...@@ -65,6 +65,10 @@ void usage() ...@@ -65,6 +65,10 @@ void usage()
struct Options struct Options
{ {
char* connection; /**< connection to system under test. */ char* connection; /**< connection to system under test. */
char mutual_auth_connection[100]; /**< connection to system under test. */
char nocert_mutual_auth_connection[100];
char server_auth_connection[100];
char anon_connection[100];
char* client_key_file; char* client_key_file;
char* client_key_pass; char* client_key_pass;
char* server_key_file; char* server_key_file;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment