mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
tests: virnetdaemontest: Enable testing for no-keepalive-required
Commit a8743c39
removed keepalive_required attribute from daemon, added a test
case for it, but forgot to enable the test itself in virnetdaemontest.
Signed-off-by: Erik Skultety <eskultet@redhat.com>
This commit is contained in:
parent
8da7520d22
commit
ac55654e35
@ -5,6 +5,7 @@
|
||||
"max_workers": 50,
|
||||
"priority_workers": 5,
|
||||
"max_clients": 100,
|
||||
"max_anonymous_clients": 100,
|
||||
"keepaliveInterval": 120,
|
||||
"keepaliveCount": 5,
|
||||
"services": [
|
||||
@ -61,11 +62,11 @@
|
||||
]
|
||||
},
|
||||
"testServer1": {
|
||||
{
|
||||
"min_workers": 2,
|
||||
"max_workers": 50,
|
||||
"priority_workers": 5,
|
||||
"max_clients": 100,
|
||||
"max_anonymous_clients": 100,
|
||||
"keepaliveInterval": 120,
|
||||
"keepaliveCount": 5,
|
||||
"services": [
|
||||
@ -123,4 +124,3 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -335,6 +335,7 @@ mymain(void)
|
||||
EXEC_RESTART_TEST("anon-clients", 1);
|
||||
EXEC_RESTART_TEST("admin-nomdns", 2);
|
||||
EXEC_RESTART_TEST("admin-server-names", 2);
|
||||
EXEC_RESTART_TEST("no-keepalive-required", 2);
|
||||
EXEC_RESTART_TEST_FAIL("anon-clients", 2);
|
||||
|
||||
return ret == 0 ? EXIT_SUCCESS : EXIT_FAILURE;
|
||||
|
Loading…
Reference in New Issue
Block a user