| Index: scripts/slave/recipes/gatekeeper.py
|
| diff --git a/scripts/slave/recipes/gatekeeper.py b/scripts/slave/recipes/gatekeeper.py
|
| index f3110a5ed44977a7ab5a81b25d36ee30d59736d6..a09b5feddbf2a48d66196d2f035f7da4e6dd3607 100644
|
| --- a/scripts/slave/recipes/gatekeeper.py
|
| +++ b/scripts/slave/recipes/gatekeeper.py
|
| @@ -19,10 +19,6 @@ def RunSteps(api):
|
|
|
|
|
| def GenTests(api):
|
| - # It is okay to use os here because we are reading the file immediately
|
| - # on the simulating machine.
|
| - import os
|
| -
|
| yield (
|
| api.test('basic')
|
| + api.step_data(
|
| @@ -32,16 +28,6 @@ def GenTests(api):
|
| )
|
|
|
| yield (
|
| - api.test('real')
|
| - + api.step_data(
|
| - 'reading gatekeeper_trees.json',
|
| - api.gatekeeper.read_real_config(
|
| - os.path.join('scripts', 'slave', 'gatekeeper_trees.json')
|
| - ),
|
| - )
|
| - )
|
| -
|
| - yield (
|
| api.test('keep_going')
|
| + api.step_data(
|
| 'reading gatekeeper_trees.json',
|
|
|