| 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 fa4f34ef9912ee961b0a49fe1b97374a5a31b2f8..25550d3ebd7d32d976299c5dfad830eca8d47c8c 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'],
|
|
|