Chromium Code Reviews| Index: scripts/master/factory/chromium_factory.py |
| diff --git a/scripts/master/factory/chromium_factory.py b/scripts/master/factory/chromium_factory.py |
| index fb581b71426d1da9712973426894b166b936a725..f94987c8c835a5eb9bc426e652c39587b9b399e4 100644 |
| --- a/scripts/master/factory/chromium_factory.py |
| +++ b/scripts/master/factory/chromium_factory.py |
| @@ -897,23 +897,23 @@ class ChromiumFactory(gclient_factory.GClientFactory): |
| # Endurance tests. |
| if R('endure_calendar_tests'): |
| f.AddTelemetryTest('endure', 'calendar_forward_backward.json', |
| - step_name='calendar', factory_properties=fp, |
| + step_name='endure_cal_for_back', factory_properties=fp, |
|
agable
2013/09/09 10:36:40
"fw" is a more universal abbreviation of "forward"
|
| timeout=6000) |
| if R('endure_gmail_expand_collapse_tests'): |
| f.AddTelemetryTest('endure', 'gmail_expand_collapse_conversation.json', |
| - step_name='gmail_exp_col', |
| + step_name='endure_gmail_exp_col', |
| factory_properties=fp, timeout=6000) |
| if R('endure_gmail_alt_label_tests'): |
| f.AddTelemetryTest('endure', 'gmail_alt_two_labels.json', |
| - step_name='gmail_labels', |
| + step_name='endure_gmail_labels', |
| factory_properties=fp, timeout=6000) |
| if R('endure_gmail_alt_threadlist_tests'): |
| f.AddTelemetryTest('endure', 'gmail_alt_threadlist_conversation.json', |
| - step_name='gmail_threadlist', |
| + step_name='endure_gmail_thread', |
| factory_properties=fp, timeout=6000) |
| if R('endure_plus_tests'): |
| f.AddTelemetryTest('endure', 'plus_alt_posts_photos.json', |
| - step_name='plus', factory_properties=fp, |
| + step_name='endure_plus_photos', factory_properties=fp, |
| timeout=6000) |
| # HTML5 media tag performance/functional test using PyAuto. |