Test updates

This commit is contained in:
Ian Craggs 2013-08-22 14:16:33 +01:00
parent 7ae71b966c
commit fd74d05107
2 changed files with 5 additions and 1 deletions

View File

@ -1483,7 +1483,7 @@ int main(int argc, char** argv)
setenv("MQTT_C_CLIENT_TRACE", "ON", 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);
if (options.test_no == 0)
{ /* run all the tests */

View File

@ -65,6 +65,10 @@ void usage()
struct Options
{
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_pass;
char* server_key_file;