Reset authentication token between tests. Fixes #650.
Этот коммит содержится в:
родитель
b5640ac6c2
Коммит
1460aa3433
@ -2305,6 +2305,7 @@ iperf_reset_test(struct iperf_test *test)
|
|||||||
test->settings->burst = 0;
|
test->settings->burst = 0;
|
||||||
test->settings->mss = 0;
|
test->settings->mss = 0;
|
||||||
test->settings->tos = 0;
|
test->settings->tos = 0;
|
||||||
|
test->settings->authtoken = NULL;
|
||||||
memset(test->cookie, 0, COOKIE_SIZE);
|
memset(test->cookie, 0, COOKIE_SIZE);
|
||||||
test->multisend = 10; /* arbitrary */
|
test->multisend = 10; /* arbitrary */
|
||||||
test->udp_counters_64bit = 0;
|
test->udp_counters_64bit = 0;
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user