diff options
Diffstat (limited to 'bitbake/lib/toaster/contrib/tts/toasteruitest/toaster_test.cfg')
| -rw-r--r-- | bitbake/lib/toaster/contrib/tts/toasteruitest/toaster_test.cfg | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/bitbake/lib/toaster/contrib/tts/toasteruitest/toaster_test.cfg b/bitbake/lib/toaster/contrib/tts/toasteruitest/toaster_test.cfg deleted file mode 100644 index 685a9ee6af..0000000000 --- a/bitbake/lib/toaster/contrib/tts/toasteruitest/toaster_test.cfg +++ /dev/null | |||
| @@ -1,25 +0,0 @@ | |||
| 1 | # Configuration file for toaster_test | ||
| 2 | # Sorted by different host type | ||
| 3 | |||
| 4 | # test browser could be: firefox; chrome; ie(still under development) | ||
| 5 | # logging_level could be: CRITICAL; ERROR; WARNING; INFO; DEBUG; NOTSET | ||
| 6 | |||
| 7 | |||
| 8 | [toaster_test_linux] | ||
| 9 | toaster_url = 'http://127.0.0.1:8000' | ||
| 10 | test_browser = 'firefox' | ||
| 11 | test_cases = [946] | ||
| 12 | logging_level = 'INFO' | ||
| 13 | |||
| 14 | |||
| 15 | [toaster_test_windows] | ||
| 16 | toaster_url = 'http://127.0.0.1:8000' | ||
| 17 | test_browser = ['ie', 'firefox', 'chrome'] | ||
| 18 | test_cases = [901, 902, 903] | ||
| 19 | logging_level = 'DEBUG' | ||
| 20 | |||
| 21 | [toaster_test_darwin] | ||
| 22 | toaster_url = 'http://127.0.0.1:8000' | ||
| 23 | test_browser = 'firefox' | ||
| 24 | test_cases = [901, 902, 903, 904, 906, 910, 911, 912, 913, 914, 915, 916, 923, 924, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 955, 956] | ||
| 25 | logging_level = 'INFO' | ||
