Index: scripts/slave/recipe_modules/amp/example.py |
diff --git a/scripts/slave/recipe_modules/amp/example.py b/scripts/slave/recipe_modules/amp/example.py |
index 554f394902f2d4751e20990d00df32f5b0024a84..2d9bcff7a824f0654d22963d17ada7c07e5d84af 100644 |
--- a/scripts/slave/recipe_modules/amp/example.py |
+++ b/scripts/slave/recipe_modules/amp/example.py |
@@ -26,24 +26,6 @@ BUILDERS = { |
'api_port': '80', |
'api_protocol': 'http', |
}, |
- 'no_api_address': { |
- 'device_name': ['SampleDevice'], |
- 'device_os': ['SampleDeviceOS'], |
- 'api_port': '80', |
- 'api_protocol': 'http', |
- }, |
- 'no_api_port': { |
- 'device_name': ['SampleDevice'], |
- 'device_os': ['SampleDeviceOS'], |
- 'api_address': '127.0.0.1', |
- 'api_protocol': 'http', |
- }, |
- 'no_api_protocol': { |
- 'device_name': ['SampleDevice'], |
- 'device_os': ['SampleDeviceOS'], |
- 'api_address': '127.0.0.1', |
- 'api_port': '80', |
- }, |
'split_example': { |
'device_name': ['SampleDevice'], |
'device_os': ['SampleDeviceOS'], |
@@ -80,14 +62,6 @@ BUILDERS = { |
'api_port': '80', |
'api_protocol': 'http', |
}, |
- 'device_os_and_minimum_device_os': { |
- 'device_minimum_os': 'MinimumSampleDeviceOS', |
- 'device_name': ['SampleDevice'], |
- 'device_os': ['SampleDeviceOS'], |
- 'api_address': '127.0.0.1', |
- 'api_port': '80', |
- 'api_protocol': 'http', |
- }, |
'underspecified_with_timeout': { |
'device_minimum_os': 'MinimumSampleDeviceOS', |
'device_name': ['SampleDevice0', 'SampleDevice1'], |