Skip to content

Instantly share code, notes, and snippets.

@bobsilverberg
Created April 15, 2013 23:19
Show Gist options
  • Select an option

  • Save bobsilverberg/5392106 to your computer and use it in GitHub Desktop.

Select an option

Save bobsilverberg/5392106 to your computer and use it in GitHub Desktop.
~/gitRepos/gaia-ui-tests[pr647*]$ gaiatest --address=localhost:2828 --testvars=mine/b2g.gaia.json --type=b2g-xfail gaiatest/tests/manifest.ini
starting httpd
running webserver on http://192.168.0.20:50819/
TEST-START test_settings.py
test_get_all_settings (test_settings.TestSettings) ... ok
test_set_named_setting (test_settings.TestSettings) ... ok
test_set_volume (test_settings.TestSettings) ... ok
----------------------------------------------------------------------
Ran 3 tests in 88.430s
OK
TEST-START test_cell_data_settings.py
test_set_cell_data (test_cell_data_settings.TestCellDataSettings) ... ok
----------------------------------------------------------------------
Ran 1 test in 29.139s
OK
TEST-START test_cell_roaming_settings.py
test_set_cell_roaming (test_cell_roaming_settings.TestCellRoamingSettings) ... ok
----------------------------------------------------------------------
Ran 1 test in 26.023s
OK
TEST-START test_wifi_settings.py
test_set_wifi (test_wifi_settings.TestWiFiSettings) ... ok
----------------------------------------------------------------------
Ran 1 test in 30.621s
OK
TEST-START test_contacts.py
test_and_remove_contact (test_contacts.TestContacts) ... ok
----------------------------------------------------------------------
Ran 1 test in 28.434s
OK
TEST-START test_debug.py
test_debug_expected (test_debug.TestDebug) ... expected failure
test_debug_not_expected (test_debug.TestDebug) ... ok
----------------------------------------------------------------------
Ran 2 tests in 56.492s
OK (expected failures=1)
TEST-START test_initial_state.py
test_initial_state (test_initial_state.TestInitialState) ... ok
test_state_after_reset (test_initial_state.TestInitialState) ... ok
----------------------------------------------------------------------
Ran 2 tests in 88.447s
OK
TEST-START test_launch.py
test_cold_launch (test_launch.TestLaunch) ... ok
test_launch_twice (test_launch.TestLaunch) ... ok
test_warm_launch (test_launch.TestLaunch) ... ok
----------------------------------------------------------------------
Ran 3 tests in 94.434s
OK
TEST-START test_lock_screen.py
test_lock_unlock (test_lock_screen.TestLockScreen) ... ok
----------------------------------------------------------------------
Ran 1 test in 30.564s
OK
TEST-START test_permissions.py
test_get_and_set_permission (test_permissions.TestPermissions) ... ok
----------------------------------------------------------------------
Ran 1 test in 29.403s
OK
TEST-START test_resources.py
test_push_multiple_resources (test_resources.TestResources) ... ok
test_push_resource (test_resources.TestResources) ... ok
----------------------------------------------------------------------
Ran 2 tests in 56.891s
OK
TEST-START test_wifi.py
test_connect_and_forget_all_networks (test_wifi.TestWiFi) ... ok
----------------------------------------------------------------------
Ran 1 test in 40.334s
OK
TEST-START test_search_marketplace_and_install_app.py
test_search_and_install_app (test_search_marketplace_and_install_app.TestSearchMarketplaceAndInstallApp) ... ok
----------------------------------------------------------------------
Ran 1 test in 58.634s
OK
TEST-START test_browser_cell_data.py
test_browser_cell_data (test_browser_cell_data.TestBrowserCellData) ... ok
----------------------------------------------------------------------
Ran 1 test in 38.444s
OK
TEST-START test_browser_lan.py
test_browser_lan (test_browser_lan.TestBrowserLAN) ... ok
----------------------------------------------------------------------
Ran 1 test in 45.545s
OK
TEST-START test_browser_tabs.py
test_browser_tabs (test_browser_tabs.TestBrowserTabs)
Open a new tab. ... ok
----------------------------------------------------------------------
Ran 1 test in 52.028s
OK
TEST-START test_browser_search.py
test_browser_search (test_browser_search.TestBrowserSearch) ... ok
----------------------------------------------------------------------
Ran 1 test in 48.672s
OK
TEST-START test_browser_navigation.py
test_browser_back_button (test_browser_navigation.TestBrowserNavigation) ... ok
----------------------------------------------------------------------
Ran 1 test in 48.066s
OK
TEST-START test_browser_bookmark.py
test_browser_bookmark (test_browser_bookmark.TestBrowserBookmark) ... ok
----------------------------------------------------------------------
Ran 1 test in 52.025s
OK
TEST-START test_camera_capture_photo.py
test_capture_a_photo (test_camera_capture_photo.TestCamera) ... ok
----------------------------------------------------------------------
Ran 1 test in 33.838s
OK
TEST-START test_camera_capture_video.py
test_capture_a_video (test_camera_capture_video.TestCamera) ... ok
----------------------------------------------------------------------
Ran 1 test in 39.570s
OK
TEST-START test_camera_multiple_shots.py
test_capture_multiple_shots (test_camera_multiple_shots.TestCameraMultipleShots) ... ERROR
======================================================================
ERROR: test_capture_multiple_shots (test_camera_multiple_shots.TestCameraMultipleShots)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/bsilverberg/gitRepos/gaia-ui-tests/gaiatest/tests/camera/test_camera_multiple_shots.py", line 36, in test_capture_multiple_shots
self.take_photo()
File "/Users/bsilverberg/gitRepos/gaia-ui-tests/gaiatest/tests/camera/test_camera_multiple_shots.py", line 75, in take_photo
self.wait_for_element_displayed(*self._film_strip_image_locator)
File "/Users/bsilverberg/gitRepos/gaia-ui-tests/gaiatest/gaia_test.py", line 476, in wait_for_element_displayed
'Element %s not visible before timeout' % locator)
TEST-UNEXPECTED-FAIL | test_camera_multiple_shots.py TestCameraMultipleShots.test_capture_multiple_shots | TimeoutException: Element #filmstrip > img.thumbnail not visible before timeout
----------------------------------------------------------------------
Ran 1 test in 63.821s
FAILED (errors=1)
TEST-START test_add_new_contact.py
test_add_new_contact (test_add_new_contact.TestContacts) ... ERROR
======================================================================
ERROR: test_add_new_contact (test_add_new_contact.TestContacts)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/bsilverberg/gitRepos/gaia-ui-tests/gaiatest/tests/contacts/test_add_new_contact.py", line 32, in test_add_new_contact
new_contact_form.type_email(self.contact['email'])
File "/Users/bsilverberg/gitRepos/gaia-ui-tests/gaiatest/apps/contacts/regions/contact_form.py", line 68, in type_email
element.send_keys(value)
File "/Users/bsilverberg/.virtualenvs/gaia-ui-tests/lib/python2.7/site-packages/marionette/marionette.py", line 84, in send_keys
return self.marionette._send_message('sendKeysToElement', 'ok', element=self.id, value=typing)
File "/Users/bsilverberg/.virtualenvs/gaia-ui-tests/lib/python2.7/site-packages/marionette/marionette.py", line 310, in _send_message
self._handle_error(response)
File "/Users/bsilverberg/.virtualenvs/gaia-ui-tests/lib/python2.7/site-packages/marionette/marionette.py", line 337, in _handle_error
raise ElementNotVisibleException(message=message, status=status, stacktrace=stacktrace)
TEST-UNEXPECTED-FAIL | test_add_new_contact.py TestContacts.test_add_new_contact | ElementNotVisibleException: Element is not visible
----------------------------------------------------------------------
Ran 1 test in 39.411s
FAILED (errors=1)
TEST-START test_call_contact.py
test_call_contact (test_call_contact.TestContacts) ... ok
----------------------------------------------------------------------
Ran 1 test in 38.201s
OK
TEST-START test_edit_contact.py
test_edit_contact (test_edit_contact.TestContacts) ... ok
----------------------------------------------------------------------
Ran 1 test in 46.189s
OK
TEST-START test_sms_contact.py
test_sms_contact (test_sms_contact.TestContacts) ... ok
----------------------------------------------------------------------
Ran 1 test in 37.256s
OK
TEST-START test_add_photo_to_contact.py
test_add_photo_from_gallery_to_contact (test_add_photo_to_contact.TestContacts) ... ok
----------------------------------------------------------------------
Ran 1 test in 46.935s
OK
TEST-START test_delete_contact.py
test_delete_contact (test_delete_contact.TestContacts)
Test delete contact ... ok
----------------------------------------------------------------------
Ran 1 test in 39.684s
OK
TEST-START test_add_contact_to_favorites.py
test_add_contact_to_favorite (test_add_contact_to_favorites.TestAddContactToFavorite) ... ok
----------------------------------------------------------------------
Ran 1 test in 35.942s
OK
TEST-START test_clock_all_items_present_new_alarm.py
test_all_items_present_new_alarm (test_clock_all_items_present_new_alarm.TestClockTestAllItemsPresentNewAlarm) ... ok
----------------------------------------------------------------------
Ran 1 test in 31.063s
OK
TEST-START test_clock_create_new_alarm.py
test_clock_create_new_alarm (test_clock_create_new_alarm.TestClockCreateNewAlarm)
Add an alarm ... ok
test_clock_set_alarm_label (test_clock_create_new_alarm.TestClockCreateNewAlarm)
Set label of the new alarm ... ok
----------------------------------------------------------------------
Ran 2 tests in 72.461s
OK
TEST-START test_clock_delete_alarm.py
test_clock_delete_alarm (test_clock_delete_alarm.TestClockDeleteAlarm)
Delete alarm ... ok
----------------------------------------------------------------------
Ran 1 test in 39.425s
OK
TEST-START test_clock_switch_clock_type.py
test_clock_show_time_date (test_clock_switch_clock_type.TestClockSwitchClockType)
Show the time, date ... ok
test_clock_switch_clock_type (test_clock_switch_clock_type.TestClockSwitchClockType)
Switch the clock type ... ok
----------------------------------------------------------------------
Ran 2 tests in 62.535s
OK
TEST-START test_clock_turn_on_off_alarm.py
test_clock_turn_on_off_alarm (test_clock_turn_on_off_alarm.TestClockTurnOnOffAlarm)
Turn on/off the alarm ... ok
----------------------------------------------------------------------
Ran 1 test in 41.571s
OK
TEST-START test_clock_set_alarm_sound.py
test_clock_set_alarm_sound (test_clock_set_alarm_sound.TestClockSetAlarmSound)
Modify the alarm sound ... ok
----------------------------------------------------------------------
Ran 1 test in 49.559s
OK
TEST-START test_clock_set_alarm_snooze.py
test_clock_set_alarm_snooze (test_clock_set_alarm_snooze.TestClockSetAlarmSnooze)
Modify the alarm snooze ... ok
----------------------------------------------------------------------
Ran 1 test in 48.081s
OK
TEST-START test_clock_set_alarm_time.py
test_clock_set_alarm_time (test_clock_set_alarm_time.TestClockSetAlarmTime)
Modify the alarm time ... ok
----------------------------------------------------------------------
Ran 1 test in 49.960s
OK
TEST-START test_music_empty.py
test_empty_music (test_music_empty.TestMusicEmpty) ... ok
----------------------------------------------------------------------
Ran 1 test in 30.198s
OK
TEST-START test_gallery.py
test_gallery_view (test_gallery.TestGallery) ... ok
----------------------------------------------------------------------
Ran 1 test in 30.856s
OK
TEST-START test_gallery_empty.py
test_empty_gallery (test_gallery_empty.TestGalleryEmpty) ... ok
----------------------------------------------------------------------
Ran 1 test in 30.910s
OK
TEST-START test_gallery_flick.py
test_gallery_full_screen_image_flicks (test_gallery_flick.TestGallery) ... ok
----------------------------------------------------------------------
Ran 1 test in 59.682s
OK
TEST-START test_gallery_delete_image.py
test_gallery_delete_image (test_gallery_delete_image.TestGalleryDelete) ... ok
----------------------------------------------------------------------
Ran 1 test in 36.942s
OK
TEST-START test_gallery_share_menu.py
test_gallery_click_share_button (test_gallery_share_menu.TestGalleryShareMenu) ... ok
----------------------------------------------------------------------
Ran 1 test in 36.757s
OK
TEST-START test_gallery_edit_photo.py
test_gallery_edit_photo (test_gallery_edit_photo.TestGalleryEditPhoto) ... ok
----------------------------------------------------------------------
Ran 1 test in 49.132s
OK
TEST-START test_gallery_return_to_tile_view.py
test_gallery_view (test_gallery_return_to_tile_view.TestGalleryTilesView)
Test return to tiles view ... ok
----------------------------------------------------------------------
Ran 1 test in 33.280s
OK
TEST-START test_video_empty.py
test_empty_video (test_video_empty.TestVideoEmpty) ... ok
----------------------------------------------------------------------
Ran 1 test in 30.668s
OK
TEST-START test_video_player.py
test_play_video (test_video_player.TestVideoPlayer) ... ok
----------------------------------------------------------------------
Ran 1 test in 34.021s
OK
TEST-START test_video_youtube.py
test_youtube (test_video_youtube.TestYouTube)
Confirm YouTube video playback ... ok
----------------------------------------------------------------------
Ran 1 test in 56.202s
OK
TEST-START test_cards_view_with_one_app.py
test_cards_view (test_cards_view_with_one_app.TestCardsView) ... ok
test_kill_app_from_cards_view (test_cards_view_with_one_app.TestCardsView) ... ok
test_that_app_can_be_launched_from_cards_view (test_cards_view_with_one_app.TestCardsView) ... ok
----------------------------------------------------------------------
Ran 3 tests in 111.950s
OK
TEST-START test_cards_view_kill_app_with_three_apps.py
test_kill_app_from_cards_view (test_cards_view_kill_app_with_three_apps.TestCardsViewThreeApps) ... ok
----------------------------------------------------------------------
Ran 1 test in 52.197s
OK
TEST-START test_settings_gps.py
test_enable_gps_via_settings_app (test_settings_gps.TestSettingsGPS)
Enable GPS via the Settings app ... ok
----------------------------------------------------------------------
Ran 1 test in 32.194s
OK
TEST-START test_settings_bluetooth.py
test_toggle_bluetooth_settings (test_settings_bluetooth.TestBluetoothSettings)
Toggle Bluetooth via Settings - Networks & Connectivity ... ok
----------------------------------------------------------------------
Ran 1 test in 33.209s
OK
TEST-START test_settings_wifi.py
test_connect_to_wifi_via_settings_app (test_settings_wifi.TestSettingsWifi)
Connect to a wifi network via the Settings app ... ok
----------------------------------------------------------------------
Ran 1 test in 46.923s
OK
TEST-START test_settings_cell_data.py
test_enable_cell_data_via_settings_app (test_settings_cell_data.TestSettingsCellData)
Enable cell data via the Settings app ... FAIL
======================================================================
FAIL: test_enable_cell_data_via_settings_app (test_settings_cell_data.TestSettingsCellData)
Enable cell data via the Settings app
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/bsilverberg/gitRepos/gaia-ui-tests/gaiatest/tests/settings/test_settings_cell_data.py", line 38, in test_enable_cell_data_via_settings_app
self.assertTrue(len(self.marionette.find_element(*self._carrier_name_locator).text) > 0)
TEST-UNEXPECTED-FAIL | test_settings_cell_data.py TestSettingsCellData.test_enable_cell_data_via_settings_app | AssertionError: False is not true
----------------------------------------------------------------------
Ran 1 test in 34.600s
FAILED (failures=1)
TEST-START test_settings_media_storage.py
test_settings_media_storage (test_settings_media_storage.TestSettingsMediaStorage) ... ok
----------------------------------------------------------------------
Ran 1 test in 41.203s
OK
TEST-START test_settings_wallpaper.py
test_change_wallpaper (test_settings_wallpaper.TestWallpaper) ... ok
----------------------------------------------------------------------
Ran 1 test in 40.434s
OK
TEST-START test_settings_passcode.py
test_set_passcode_by_settings (test_settings_passcode.TestSettingsPasscode)
Set a passcode using Settings app ... ok
----------------------------------------------------------------------
Ran 1 test in 51.314s
OK
TEST-START test_everythingme.py
test_launch_everything_me_app (test_everythingme.TestEverythingMe) ... ok
----------------------------------------------------------------------
Ran 1 test in 53.758s
OK
TEST-START test_everythingme_app_install.py
test_installing_everything_me_app (test_everythingme_app_install.TestEverythingMeInstallApp) ... ok
----------------------------------------------------------------------
Ran 1 test in 46.738s
OK
TEST-START test_everythingme_search.py
test_launch_everything_me_search (test_everythingme_search.TestEverythingMeSearch) ... ok
----------------------------------------------------------------------
Ran 1 test in 51.689s
OK
TEST-START test_everythingme_search_accented.py
test_launch_everything_me_search (test_everythingme_search_accented.TestEverythingMeSearchAccented) ... ok
----------------------------------------------------------------------
Ran 1 test in 49.918s
OK
TEST-START test_dialer.py
test_dialer_make_call (test_dialer.TestDialer) ... ERROR
======================================================================
ERROR: test_dialer_make_call (test_dialer.TestDialer)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/bsilverberg/gitRepos/gaia-ui-tests/gaiatest/tests/dialer/test_dialer.py", line 20, in test_dialer_make_call
call_screen = phone.keypad.call_number(test_phone_number)
File "/Users/bsilverberg/gitRepos/gaia-ui-tests/gaiatest/apps/phone/regions/keypad.py", line 40, in call_number
return self.tap_call_button()
File "/Users/bsilverberg/gitRepos/gaia-ui-tests/gaiatest/apps/phone/regions/keypad.py", line 45, in tap_call_button
return CallScreen(self.marionette)
File "/Users/bsilverberg/gitRepos/gaia-ui-tests/gaiatest/apps/phone/regions/call_screen.py", line 22, in __init__
self.wait_for_element_present(*self._call_screen_locator, timeout=30)
File "/Users/bsilverberg/gitRepos/gaia-ui-tests/gaiatest/apps/base.py", line 36, in wait_for_element_present
'Element %s not found before timeout' % locator)
TEST-UNEXPECTED-FAIL | test_dialer.py TestDialer.test_dialer_make_call | TimeoutException: Element iframe[name='call_screen0'] not found before timeout
----------------------------------------------------------------------
Ran 1 test in 72.441s
FAILED (errors=1)
TEST-START test_MMI.py
test_MMI_code_IMEI (test_MMI.TestMMI) ... ERROR
======================================================================
ERROR: test_MMI_code_IMEI (test_MMI.TestMMI)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/bsilverberg/gitRepos/gaia-ui-tests/gaiatest/tests/dialer/test_MMI.py", line 37, in test_MMI_code_IMEI
self.wait_for_element_displayed(*self._attention_frame_locator)
File "/Users/bsilverberg/gitRepos/gaia-ui-tests/gaiatest/gaia_test.py", line 476, in wait_for_element_displayed
'Element %s not visible before timeout' % locator)
TEST-UNEXPECTED-FAIL | test_MMI.py TestMMI.test_MMI_code_IMEI | TimeoutException: Element //*[@id="attention-screen"]/iframe not visible before timeout
----------------------------------------------------------------------
Ran 1 test in 65.935s
FAILED (errors=1)
TEST-START test_dialer_add_contact.py
test_dialer_add_contact (test_dialer_add_contact.TestDialerAddContact) ... ok
----------------------------------------------------------------------
Ran 1 test in 48.594s
OK
TEST-START test_call_log_all_calls.py
test_call_log_all_calls (test_call_log_all_calls.TestCallLogAllCalls) ... ERROR
======================================================================
ERROR: test_call_log_all_calls (test_call_log_all_calls.TestCallLogAllCalls)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/bsilverberg/gitRepos/gaia-ui-tests/gaiatest/tests/dialer/test_call_log_all_calls.py", line 28, in test_call_log_all_calls
self.phone.make_call_and_hang_up(test_phone_number)
File "/Users/bsilverberg/gitRepos/gaia-ui-tests/gaiatest/apps/phone/app.py", line 52, in make_call_and_hang_up
call_screen = self.keypad.call_number(phone_number)
File "/Users/bsilverberg/gitRepos/gaia-ui-tests/gaiatest/apps/phone/regions/keypad.py", line 40, in call_number
return self.tap_call_button()
File "/Users/bsilverberg/gitRepos/gaia-ui-tests/gaiatest/apps/phone/regions/keypad.py", line 45, in tap_call_button
return CallScreen(self.marionette)
File "/Users/bsilverberg/gitRepos/gaia-ui-tests/gaiatest/apps/phone/regions/call_screen.py", line 22, in __init__
self.wait_for_element_present(*self._call_screen_locator, timeout=30)
File "/Users/bsilverberg/gitRepos/gaia-ui-tests/gaiatest/apps/base.py", line 36, in wait_for_element_present
'Element %s not found before timeout' % locator)
TEST-UNEXPECTED-FAIL | test_call_log_all_calls.py TestCallLogAllCalls.test_call_log_all_calls | TimeoutException: Element iframe[name='call_screen0'] not found before timeout
----------------------------------------------------------------------
Ran 1 test in 76.313s
FAILED (errors=1)
TEST-START test_ftu_skip_tour.py
test_ftu_skip_tour (test_ftu_skip_tour.TestFtu) ... ERROR
======================================================================
ERROR: test_ftu_skip_tour (test_ftu_skip_tour.TestFtu)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/bsilverberg/gitRepos/gaia-ui-tests/gaiatest/tests/ftu/test_ftu_skip_tour.py", line 110, in test_ftu_skip_tour
self.wait_for_element_displayed(*self._section_cell_data_locator)
File "/Users/bsilverberg/gitRepos/gaia-ui-tests/gaiatest/gaia_test.py", line 476, in wait_for_element_displayed
'Element %s not visible before timeout' % locator)
TEST-UNEXPECTED-FAIL | test_ftu_skip_tour.py TestFtu.test_ftu_skip_tour | TimeoutException: Element data_3g not visible before timeout
----------------------------------------------------------------------
Ran 1 test in 68.519s
FAILED (errors=1)
TEST-START test_ftu_with_tour.py
test_ftu_with_tour (test_ftu_with_tour.TestFtu) ... ERROR
======================================================================
ERROR: test_ftu_with_tour (test_ftu_with_tour.TestFtu)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/bsilverberg/gitRepos/gaia-ui-tests/gaiatest/tests/ftu/test_ftu_with_tour.py", line 51, in test_ftu_with_tour
self.wait_for_element_displayed(*self._section_cell_data_locator)
File "/Users/bsilverberg/gitRepos/gaia-ui-tests/gaiatest/gaia_test.py", line 476, in wait_for_element_displayed
'Element %s not visible before timeout' % locator)
TEST-UNEXPECTED-FAIL | test_ftu_with_tour.py TestFtu.test_ftu_with_tour | TimeoutException: Element data_3g not visible before timeout
----------------------------------------------------------------------
Ran 1 test in 64.205s
FAILED (errors=1)
TEST-START test_fmradio_add_to_favorite.py
test_add_to_favorite (test_fmradio_add_to_favorite.TestFMRadioAddToFavorite)
Add a frequency to favorite list ... FAIL
ERROR
======================================================================
ERROR: test_add_to_favorite (test_fmradio_add_to_favorite.TestFMRadioAddToFavorite)
Add a frequency to favorite list
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/bsilverberg/gitRepos/gaia-ui-tests/gaiatest/tests/fmradio/test_fmradio_add_to_favorite.py", line 58, in tearDown
self.wait_for_element_displayed(*self._favorite_remove_locator)
File "/Users/bsilverberg/gitRepos/gaia-ui-tests/gaiatest/gaia_test.py", line 476, in wait_for_element_displayed
'Element %s not visible before timeout' % locator)
TEST-UNEXPECTED-FAIL | test_fmradio_add_to_favorite.py TestFMRadioAddToFavorite.test_add_to_favorite | TimeoutException: Element div[class='fav-list-remove-button'] not visible before timeout
======================================================================
FAIL: test_add_to_favorite (test_fmradio_add_to_favorite.TestFMRadioAddToFavorite)
Add a frequency to favorite list
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/bsilverberg/gitRepos/gaia-ui-tests/gaiatest/tests/fmradio/test_fmradio_add_to_favorite.py", line 28, in test_add_to_favorite
self.assertTrue(self.data_layer.is_antenna_available, 'Antenna (headphones) not plugged in')
TEST-UNEXPECTED-FAIL | test_fmradio_add_to_favorite.py TestFMRadioAddToFavorite.test_add_to_favorite | AssertionError: Antenna (headphones) not plugged in
----------------------------------------------------------------------
Ran 1 test in 58.697s
FAILED (failures=1, errors=1)
TEST-START test_fmradio_find_stations.py
test_find_next_station (test_fmradio_find_stations.TestFMRadioFindStations)
Find next station ... FAIL
test_find_prev_station (test_fmradio_find_stations.TestFMRadioFindStations)
Find previous station ... FAIL
======================================================================
FAIL: test_find_next_station (test_fmradio_find_stations.TestFMRadioFindStations)
Find next station
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/bsilverberg/gitRepos/gaia-ui-tests/gaiatest/tests/fmradio/test_fmradio_find_stations.py", line 27, in test_find_next_station
self.assertTrue(self.data_layer.is_antenna_available, 'Antenna (headphones) not plugged in')
TEST-UNEXPECTED-FAIL | test_fmradio_find_stations.py TestFMRadioFindStations.test_find_next_station | AssertionError: Antenna (headphones) not plugged in
======================================================================
FAIL: test_find_prev_station (test_fmradio_find_stations.TestFMRadioFindStations)
Find previous station
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/bsilverberg/gitRepos/gaia-ui-tests/gaiatest/tests/fmradio/test_fmradio_find_stations.py", line 59, in test_find_prev_station
self.assertTrue(self.data_layer.is_antenna_available, 'Antenna (headphones) not plugged in')
TEST-UNEXPECTED-FAIL | test_fmradio_find_stations.py TestFMRadioFindStations.test_find_prev_station | AssertionError: Antenna (headphones) not plugged in
----------------------------------------------------------------------
Ran 2 tests in 60.273s
FAILED (failures=2)
TEST-START test_fmradio_frequency_dialer.py
test_radio_frequency_dialer (test_fmradio_frequency_dialer.TestFMRadioFreqDialer) ... FAIL
======================================================================
FAIL: test_radio_frequency_dialer (test_fmradio_frequency_dialer.TestFMRadioFreqDialer)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/bsilverberg/gitRepos/gaia-ui-tests/gaiatest/tests/fmradio/test_fmradio_frequency_dialer.py", line 24, in test_radio_frequency_dialer
self.assertTrue(self.data_layer.is_antenna_available, 'Antenna (headphones) not plugged in')
TEST-UNEXPECTED-FAIL | test_fmradio_frequency_dialer.py TestFMRadioFreqDialer.test_radio_frequency_dialer | AssertionError: Antenna (headphones) not plugged in
----------------------------------------------------------------------
Ran 1 test in 29.597s
FAILED (failures=1)
TEST-START test_fmradio_remove_from_favorite.py
test_remove_from_favorite (test_fmradio_remove_from_favorite.TestFMRadioRemoveFromFavorite)
Remove a station from favorite list ... FAIL
======================================================================
FAIL: test_remove_from_favorite (test_fmradio_remove_from_favorite.TestFMRadioRemoveFromFavorite)
Remove a station from favorite list
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/bsilverberg/gitRepos/gaia-ui-tests/gaiatest/tests/fmradio/test_fmradio_remove_from_favorite.py", line 27, in test_remove_from_favorite
self.assertTrue(self.data_layer.is_antenna_available, 'Antenna (headphones) not plugged in')
TEST-UNEXPECTED-FAIL | test_fmradio_remove_from_favorite.py TestFMRadioRemoveFromFavorite.test_remove_from_favorite | AssertionError: Antenna (headphones) not plugged in
----------------------------------------------------------------------
Ran 1 test in 30.204s
FAILED (failures=1)
TEST-START test_fmradio_turn_on_off.py
test_turn_radio_on_off (test_fmradio_turn_on_off.TestFMRadioTurnOnOff)
Turn off and then Turn on the radio ... FAIL
======================================================================
FAIL: test_turn_radio_on_off (test_fmradio_turn_on_off.TestFMRadioTurnOnOff)
Turn off and then Turn on the radio
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/bsilverberg/gitRepos/gaia-ui-tests/gaiatest/tests/fmradio/test_fmradio_turn_on_off.py", line 26, in test_turn_radio_on_off
self.assertTrue(self.data_layer.is_antenna_available, 'Antenna (headphones) not plugged in')
TEST-UNEXPECTED-FAIL | test_fmradio_turn_on_off.py TestFMRadioTurnOnOff.test_turn_radio_on_off | AssertionError: Antenna (headphones) not plugged in
----------------------------------------------------------------------
Ran 1 test in 29.429s
FAILED (failures=1)
TEST-START test_calendar_today_date.py
test_check_today_date (test_calendar_today_date.TestCalendar) ... ok
----------------------------------------------------------------------
Ran 1 test in 32.167s
OK
TEST-START test_cost_control_ftu.py
test_cost_control_ftu (test_cost_control_ftu.TestCostControlFTU) ... ERROR
======================================================================
ERROR: test_cost_control_ftu (test_cost_control_ftu.TestCostControlFTU)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/bsilverberg/gitRepos/gaia-ui-tests/gaiatest/tests/cost_control/test_cost_control_ftu.py", line 48, in test_cost_control_ftu
self.wait_for_element_displayed(*self._welcome_title_locator)
File "/Users/bsilverberg/gitRepos/gaia-ui-tests/gaiatest/gaia_test.py", line 476, in wait_for_element_displayed
'Element %s not visible before timeout' % locator)
TEST-UNEXPECTED-FAIL | test_cost_control_ftu.py TestCostControlFTU.test_cost_control_ftu | TimeoutException: Element h1[data-l10n-id="fte-welcome-title"] not visible before timeout
----------------------------------------------------------------------
Ran 1 test in 90.946s
FAILED (errors=1)
TEST-START test_edit_mode.py
test_access_and_leave_edit_mode (test_edit_mode.TestEditMode) ... ok
----------------------------------------------------------------------
Ran 1 test in 41.509s
OK
TEST-START test_launch_app.py
test_launch_app (test_launch_app.TestLaunchApp) ... ok
----------------------------------------------------------------------
Ran 1 test in 43.546s
OK
TEST-START test_launch_HERE_maps_app.py
test_launch_HERE_maps_app (test_launch_HERE_maps_app.TestLaunchHEREMapsApp) ... ok
----------------------------------------------------------------------
Ran 1 test in 28.560s
OK
TEST-START test_sms.py
test_sms_send (test_sms.TestSms) ... ERROR
======================================================================
ERROR: test_sms_send (test_sms.TestSms)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/bsilverberg/gitRepos/gaia-ui-tests/gaiatest/tests/test_sms.py", line 64, in test_sms_send
contact_field.send_keys(self.testvars['this_phone_number'])
File "/Users/bsilverberg/.virtualenvs/gaia-ui-tests/lib/python2.7/site-packages/marionette/marionette.py", line 84, in send_keys
return self.marionette._send_message('sendKeysToElement', 'ok', element=self.id, value=typing)
File "/Users/bsilverberg/.virtualenvs/gaia-ui-tests/lib/python2.7/site-packages/marionette/marionette.py", line 310, in _send_message
self._handle_error(response)
File "/Users/bsilverberg/.virtualenvs/gaia-ui-tests/lib/python2.7/site-packages/marionette/marionette.py", line 337, in _handle_error
raise ElementNotVisibleException(message=message, status=status, stacktrace=stacktrace)
TEST-UNEXPECTED-FAIL | test_sms.py TestSms.test_sms_send | ElementNotVisibleException: Element is not visible
----------------------------------------------------------------------
Ran 1 test in 37.443s
FAILED (errors=1)
TEST-START test_notification_bar.py
test_notification_bar (test_notification_bar.TestNotificationBar) ... ok
----------------------------------------------------------------------
Ran 1 test in 35.395s
OK
TEST-START test_move_app.py
test_move_app_position (test_move_app.TestEditMode) ... ok
----------------------------------------------------------------------
Ran 1 test in 38.569s
OK
SUMMARY
-------
passed: 75
failed: 17
todo: 1
~/gitRepos/gaia-ui-tests[pr647*]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment