| Index: client/tests/kvm/control
 | 
| diff --git a/client/tests/kvm/control b/client/tests/kvm/control
 | 
| index a69eacf09c9126b9ea6f392f15c36d3f56737fad..63bbe5dde2eade5fa29f3cee1856d0285ee491f7 100644
 | 
| --- a/client/tests/kvm/control
 | 
| +++ b/client/tests/kvm/control
 | 
| @@ -55,14 +55,6 @@ tests_cfg = kvm_config.config()
 | 
|  tests_cfg_path = os.path.join(kvm_test_dir, "tests.cfg")
 | 
|  tests_cfg.fork_and_parse(tests_cfg_path, str)
 | 
|  
 | 
| -pools_cfg_path = os.path.join(kvm_test_dir, "address_pools.cfg")
 | 
| -tests_cfg.parse_file(pools_cfg_path)
 | 
| -hostname = os.uname()[1].split(".")[0]
 | 
| -if tests_cfg.count("^" + hostname):
 | 
| -    tests_cfg.parse_string("only ^%s" % hostname)
 | 
| -else:
 | 
| -    tests_cfg.parse_string("only ^default_host")
 | 
| -
 | 
|  # Run the tests
 | 
|  kvm_utils.run_tests(tests_cfg.get_generator(), job)
 | 
|  
 | 
| 
 |