| Index: testing/legion/examples/hello_world/host_test.py
|
| diff --git a/testing/legion/examples/hello_world/host_test.py b/testing/legion/examples/hello_world/host_test.py
|
| index 77eca060384eb2dee1d3dca8ea0955daf062816f..0094d9bd5611c2b7aefb872be3b4b367e9c3a5a5 100755
|
| --- a/testing/legion/examples/hello_world/host_test.py
|
| +++ b/testing/legion/examples/hello_world/host_test.py
|
| @@ -32,7 +32,7 @@ class ExampleController(host_controller.HostController):
|
| client = self.NewClient(
|
| isolate_file='client_test.isolate',
|
| config_vars={'multi_machine': '1'},
|
| - dimensions={'os': 'Linux', 'pool': 'legion'}, priority=200,
|
| + dimensions={'os': 'legion-linux'}, priority=200,
|
| idle_timeout_secs=90, connection_timeout_secs=90,
|
| verbosity=logging.INFO)
|
| client.Create()
|
|
|