Mukund Sivaraman
|
5450b258db
[2353] Use a MockProcessInfo to test BoB.start_process()
|
12 years ago |
Mukund Sivaraman
|
b1c8e1ce93
[2353] Test various combinations of booleans in BoB.reap_children()
|
12 years ago |
Mukund Sivaraman
|
58f0aac3a8
[2353] Test unknown pids in BoB.reap_children()
|
12 years ago |
Mukund Sivaraman
|
84fbdaeddb
[2353] Simply assertFalse() for the list
|
12 years ago |
Mukund Sivaraman
|
09f21f49fa
[2353] Test exception handling in BoB.reap_children()
|
12 years ago |
Mukund Sivaraman
|
36d2b848c6
[2353] Test port arg in BoB.start_cmdctl()
|
12 years ago |
Mukund Sivaraman
|
4f52e898a7
[2353] Test verbose case of BoB.start_cmdctl()
|
12 years ago |
Mukund Sivaraman
|
c2c64eae1f
[2353] Test verbose case of BoB.start_resolver()
|
12 years ago |
Mukund Sivaraman
|
230de14b1b
[2353] Test verbose case of BoB.start_auth()
|
12 years ago |
Mukund Sivaraman
|
54a707d39a
[2353] Remove the digit suffix from tests
|
12 years ago |
Mukund Sivaraman
|
51bd304db0
[2353] Rename MockBob2 to MockBobSimple
|
12 years ago |
Mukund Sivaraman
|
da1b2d7dc0
[2353] Rewrite test_start_simple() to use MockBob2
|
12 years ago |
Mukund Sivaraman
|
d5c0c97ef8
[2353] Test verbose case of BoB.start_simple()
|
12 years ago |
Mukund Sivaraman
|
a7b31b7b07
[2353] runnable doesn't have to be set here
|
12 years ago |
Mukund Sivaraman
|
7503458897
[2353] Directly use bob.components instead of bob.get_processes()
|
12 years ago |
Mukund Sivaraman
|
37da25f2ec
[2353] Just check the output of get_processes() is empty (as a boolean)
|
12 years ago |
Mukund Sivaraman
|
0f228f2d53
[2353] Check that kill_started_components() forcefully kills components
|
12 years ago |
Mukund Sivaraman
|
8b31b93c4c
[2353] runnable doesn't have to be set here
|
12 years ago |
Mukund Sivaraman
|
f9445ffa2d
[2353] runnable doesn't have to be set here
|
12 years ago |
Mukund Sivaraman
|
494bbca16c
[2353] Ensure that get_processes() returns a sorted list
|
12 years ago |
Mukund Sivaraman
|
67f4798a8a
[2353] Check remove_socket_srv() with different states of BoB._srv_socket
|
12 years ago |
Mukund Sivaraman
|
32e88854b4
[2353] Ensure that the server listens on the socket
|
12 years ago |
Mukund Sivaraman
|
9d23c50d12
[2353] Check that getsockname() on the socket returns what we expect
|
12 years ago |
Mukund Sivaraman
|
83d4f414a2
[2353] Test that the socket and tmpdir are deleted
|
12 years ago |
Mukund Sivaraman
|
424b8d83f6
[2353] Test bind10_src.fatal_signal()
|
12 years ago |
Mukund Sivaraman
|
3590bad22f
[2353] Test bind10_src.get_signame()
|
12 years ago |
Mukund Sivaraman
|
4a9b794019
[2353] Test BoB.init_socket_srv() and BoB.remove_socket_srv()
|
12 years ago |
Mukund Sivaraman
|
180a437742
[2353] Test more component startup methods
|
12 years ago |
Mukund Sivaraman
|
6210dae2a6
[2353] Add test for BoB.start_simple()
|
12 years ago |
Mukund Sivaraman
|
6b8c62acd8
[2353] Add test for BoB.register_process()
|
12 years ago |