Created
September 14, 2012 08:47
-
-
Save amitsaha/3720836 to your computer and use it in GitHub Desktop.
beaker_inittests
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| + env PYTHONPATH=../Common:../Server:../LabController/proxy/src:../Client/src:../IntegrationTests/src nosetests -v rhts bkr | |
| Ensure Architectures field is parsed correctly ... ok | |
| Ensure that an Architectures field following a Releases field is parsed correctly ... ok | |
| Ensure a blank Bug field is handled ... ok | |
| Ensure that multiple Bug and Bugs lines work ... ok | |
| Ensure that multiple values for a Bugs field work ... ok | |
| Ensure a single Bug field works ... ok | |
| Ensure a single Bugs field works ... ok | |
| Ensure Description field is parsed correctly ... ok | |
| Ensure Description field containing a colon is parsed correctly ... ok | |
| test_destructive (rhts.testinfo.DestructiveFieldTests) ... ok | |
| Ensure Environment field is parsed correctly ... ok | |
| Ensure Environment field captures bad keys ... ok | |
| Ensure Environment field captures duplicate keys ... ok | |
| Ensure a full example file is parsed correctly ... ok | |
| Output an example file, then ensure it is parsed succesfully ... ok | |
| Ensure License field is parsed correctly ... ok | |
| Ensure Name field is parsed correctly ... ok | |
| Ensure that we get None for the namespace of an unrecognized package ... ok | |
| Ensure that we get expected namespaces back for some simple packages ... ok | |
| Ensure we can handle multiple NeedProperty lines ... ok | |
| Ensure NeedProperty field is parsed correctly ... ok | |
| Ensure Notify field is deprecated ... ok | |
| Ensure that the example Owner field is parsed correctly ... ok | |
| Ensure that other Owner fields are parsed correctly ... ok | |
| test_owner_with_hyphen (rhts.testinfo.OwnerFieldTests) ... ok | |
| Ensure absolute Path field is parsed correctly ... ok | |
| Ensure relative Path field is parsed correctly ... ok | |
| Ensure Priority field is parsed correctly ... ok | |
| Ensure Releases field is parsed correctly ... ok | |
| Ensure we can handle multiple Requires lines ... ok | |
| Ensure Requires field is parsed correctly ... ok | |
| Ensure RhtsOptions field is parsed correctly ... ok | |
| Ensure RhtsOptions field captures bad input ... ok | |
| Ensure RhtsOptions field captures duplicate entries ... ok | |
| Ensure RhtsOptions field is parsed correctly ... ok | |
| Ensure RhtsOptions field parses options preceded with dash correctly ... ok | |
| Ensure we can handle multiple RunFor lines ... ok | |
| Ensure RunFor field is parsed correctly ... ok | |
| Ensure that an absolute SiteConfig declaration works ... ok | |
| Ensure that relative SiteConfig declarations without nesting work ... ok | |
| Ensure that a relative SiteConfig declaration containing a path works ... ok | |
| Ensure that the output methods collapse redundant paths in relative SiteConfig declarations ... ok | |
| Ensure that a relative SiteConfig declaration without a Name is handled with a sane error ... ok | |
| Ensure that whitespace is stripped as expected from descriptions ... ok | |
| Ensure TestTime field can handle hours ... ok | |
| Ensure TestTime field can handle minutes ... ok | |
| Ensure TestTime field can handle seconds ... ok | |
| Ensure TestVersion field is parsed correctly ... ok | |
| Ensure we can handle multiple Type lines ... ok | |
| Ensure Type field is parsed correctly ... ok | |
| /usr/lib/python2.7/site-packages/SQLAlchemy-0.6.8-py2.7.egg/sqlalchemy/engine/default.py:506: SAWarning: Unicode type received non-unicode bind param value | |
| param.append(processors[key](compiled_params[key])) | |
| test_exits_with_error_if_none_match (bkr.inttest.client.test_distro_trees_list.DistroTreesListTest) ... ok | |
| test_filtering_by_lab_controller (bkr.inttest.client.test_distro_trees_list.DistroTreesListTest) ... ok | |
| test_filtering_by_treepath (bkr.inttest.client.test_distro_trees_list.DistroTreesListTest) ... ok | |
| test_list_by_distro_name (bkr.inttest.client.test_distro_trees_list.DistroTreesListTest) ... ok | |
| test_tabular_format_works (bkr.inttest.client.test_distro_trees_list.DistroTreesListTest) ... ok | |
| test_xml_filter (bkr.inttest.client.test_distro_trees_list.DistroTreesListTest) ... ok | |
| test_verify_distro (bkr.inttest.client.test_distro_trees_verify.DistroTreesVerifyTest) ... ok | |
| test_edit_distro_version (bkr.inttest.client.test_distros_edit_version.DistrosEditVersionTest) ... ok | |
| test_exits_with_error_if_none_match (bkr.inttest.client.test_distros_list.DistrosListTest) ... ok | |
| test_list_distro (bkr.inttest.client.test_distros_list.DistrosListTest) ... ok | |
| test_tag_distro (bkr.inttest.client.test_distros_tag.DistrosTagTest) ... ok | |
| test_untag_distro (bkr.inttest.client.test_distros_untag.DistrosUntagTest) ... ok | |
| test_cannot_cancel_other_peoples_job (bkr.inttest.client.test_job_cancel.JobCancelTest) ... ok | |
| test_cannot_cancel_recipe (bkr.inttest.client.test_job_cancel.JobCancelTest) ... ok | |
| test_invalid_taskspec (bkr.inttest.client.test_job_cancel.JobCancelTest) ... ok | |
| test_can_clone_job (bkr.inttest.client.test_job_clone.JobCloneTest) ... ok | |
| test_can_clone_recipeset (bkr.inttest.client.test_job_clone.JobCloneTest) ... ok | |
| test_can_dryrun (bkr.inttest.client.test_job_clone.JobCloneTest) ... ok | |
| test_can_print_prettyxml (bkr.inttest.client.test_job_clone.JobCloneTest) ... ok | |
| test_can_print_xml (bkr.inttest.client.test_job_clone.JobCloneTest) ... ok | |
| test_invalid_taskspec (bkr.inttest.client.test_job_clone.JobCloneTest) ... ok | |
| test_delete_job (bkr.inttest.client.test_job_delete.JobDeleteTest) ... ok | |
| test_invalid_taskspec (bkr.inttest.client.test_job_delete.JobDeleteTest) ... ok | |
| test_list_jobs_by_product (bkr.inttest.client.test_job_list.JobListTest) ... ok | |
| test_by_job (bkr.inttest.client.test_job_logs.JobLogsTest) ... ok | |
| test_by_recipe (bkr.inttest.client.test_job_logs.JobLogsTest) ... ok | |
| test_by_recipeset (bkr.inttest.client.test_job_logs.JobLogsTest) ... ok | |
| test_by_task_gives_error (bkr.inttest.client.test_job_logs.JobLogsTest) ... ok | |
| test_by_taskresult_gives_error (bkr.inttest.client.test_job_logs.JobLogsTest) ... ok | |
| test_invalid_taskspec (bkr.inttest.client.test_job_logs.JobLogsTest) ... ok | |
| test_ack_already_acked_job (bkr.inttest.client.test_job_modify.JobModifyTest) ... ok | |
| test_ack_job (bkr.inttest.client.test_job_modify.JobModifyTest) ... ok | |
| test_ack_rs (bkr.inttest.client.test_job_modify.JobModifyTest) ... ok | |
| test_invalid_taskspec (bkr.inttest.client.test_job_modify.JobModifyTest) ... ok | |
| test_multiple_response_job (bkr.inttest.client.test_job_modify.JobModifyTest) ... ok | |
| test_nak_job (bkr.inttest.client.test_job_modify.JobModifyTest) ... ok | |
| test_nak_rs (bkr.inttest.client.test_job_modify.JobModifyTest) ... ok | |
| test_retention_tag_product (bkr.inttest.client.test_job_modify.JobModifyTest) ... ok | |
| test_by_job (bkr.inttest.client.test_job_results.JobResultsTest) ... ok | |
| test_by_recipe (bkr.inttest.client.test_job_results.JobResultsTest) ... ok | |
| test_by_recipeset (bkr.inttest.client.test_job_results.JobResultsTest) ... ok | |
| test_by_recipetask (bkr.inttest.client.test_job_results.JobResultsTest) ... ok | |
| test_invalid_taskspec (bkr.inttest.client.test_job_results.JobResultsTest) ... ok | |
| test_doesnt_barf_on_xml_encoding_declaration (bkr.inttest.client.test_job_submit.JobSubmitTest) ... ok | |
| test_submit_job (bkr.inttest.client.test_job_submit.JobSubmitTest) ... ok | |
| test_invalid_taskspec (bkr.inttest.client.test_job_watch.JobWatchTest) ... ok | |
| test_watch_job (bkr.inttest.client.test_job_watch.JobWatchTest) ... ok | |
| test_list_lab_controller (bkr.inttest.client.test_list_labcontrollers.ListLabcontrollersTest) ... ok | |
| test_list_all_systems (bkr.inttest.client.test_list_systems.ListSystemsTest) ... ok | |
| test_xml_filter (bkr.inttest.client.test_list_systems.ListSystemsTest) ... ok | |
| test_machine_test (bkr.inttest.client.test_machine_test.MachineTestTest) ... ok | |
| SKIP: QPID not enabled for client tests, set BEAKER_CLIENT_TEST_QPID=1 and BEAKER_CLIENT_TEST_QPID_BROKER="yourbroker.com" | |
| test_admin_can_delete_system (bkr.inttest.client.test_system_delete.SystemDeleteTest) ... ok | |
| test_cannot_delete_system_which_has_been_used_for_recipes (bkr.inttest.client.test_system_delete.SystemDeleteTest) ... ok | |
| test_user_can_delete_system (bkr.inttest.client.test_system_delete.SystemDeleteTest) ... ok | |
| test_user_cannot_delete_system (bkr.inttest.client.test_system_delete.SystemDeleteTest) ... ok | |
| test_system_details (bkr.inttest.client.test_system_details.SystemDetailsTest) ... ok | |
| test_add_invalid_task (bkr.inttest.client.test_task_add.TaskAddTest) ... ok | |
| test_details_include_owner_and_priority (bkr.inttest.client.test_task_details.TaskDetailsTest) ... ok | |
| test_details_invalid_tasks (bkr.inttest.client.test_task_details.TaskDetailsTest) ... ok | |
| test_details_without_owner (bkr.inttest.client.test_task_details.TaskDetailsTest) ... ok | |
| test_details_without_uploader (bkr.inttest.client.test_task_details.TaskDetailsTest) ... ok | |
| test_destructive_all (bkr.inttest.client.test_task_list.TaskListTest) ... ok | |
| test_destructive_only (bkr.inttest.client.test_task_list.TaskListTest) ... ok | |
| test_non_destructive_only (bkr.inttest.client.test_task_list.TaskListTest) ... ok | |
| test_nonexistent_package (bkr.inttest.client.test_task_list.TaskListTest) ... ok | |
| test_prints_names (bkr.inttest.client.test_task_list.TaskListTest) ... ok | |
| test_xml_works (bkr.inttest.client.test_task_list.TaskListTest) ... ok | |
| test_processPartitions (bkr.inttest.client.test_workflow.WorkflowTest) ... ok | |
| test_processTemplate_does_not_produce_duplicates (bkr.inttest.client.test_workflow.WorkflowTest) ... ok | |
| test_processTemplate_minimal_recipe (bkr.inttest.client.test_workflow.WorkflowTest) ... ok | |
| test_hostrequire (bkr.inttest.client.test_workflow_simple.WorkflowSimpleTest) ... ok | |
| test_submit_job (bkr.inttest.client.test_workflow_simple.WorkflowSimpleTest) ... ok | |
| test_submit_job_wait (bkr.inttest.client.test_workflow_simple.WorkflowSimpleTest) ... ok | |
| test_log_size (bkr.inttest.labcontroller.test_logs.TestLogs) ... ok | |
| test_qpid_active_watchdog (bkr.inttest.labcontroller.test_watchdogs.TestWatchdog) ... SKIP: Not using qpid for watchdogs | |
| test_qpid_toobigtofail (bkr.inttest.labcontroller.test_watchdogs.TestWatchdog) ... SKIP: Not using qpid for watchdogs | |
| test_can_search_by_distro_name (bkr.inttest.server.selenium.test_activity.ActivityTestWD) ... ok | |
| test_can_search_by_group_name (bkr.inttest.server.selenium.test_activity.ActivityTestWD) ... ok | |
| test_can_search_by_system_name (bkr.inttest.server.selenium.test_activity.ActivityTestWD) ... ok | |
| test_group_removal_is_noticed (bkr.inttest.server.selenium.test_activity.ActivityTestWD) ... ok | |
| test_add_group (bkr.inttest.server.selenium.test_add_group.AddGroup) ... ok | |
| test_case_1 (bkr.inttest.server.selenium.test_add_system.AddSystem) ... ok | |
| test_case_2 (bkr.inttest.server.selenium.test_add_system.AddSystem) ... ok | |
| test_case_3 (bkr.inttest.server.selenium.test_add_system.AddSystem) ... ok | |
| test_case_4 (bkr.inttest.server.selenium.test_add_system.AddSystem) ... ok | |
| test_case_5 (bkr.inttest.server.selenium.test_add_system.AddSystem) ... ok | |
| test_adduser (bkr.inttest.server.selenium.test_add_user.AddUser) ... ok | |
| test_disable (bkr.inttest.server.selenium.test_add_user.AddUser) ... ERROR | |
| test_add_invalid_details_existing_user (bkr.inttest.server.selenium.test_add_user.AddUserWD) ... ok | |
| test_add_invalid_details_new_user (bkr.inttest.server.selenium.test_add_user.AddUserWD) ... ok | |
| test_add_user_to_admin_group (bkr.inttest.server.selenium.test_add_user_to_group.TestAddUserToGroup) ... ERROR | |
| test_add_user_to_nonadmin_group (bkr.inttest.server.selenium.test_add_user_to_group.TestAddUserToGroup) ... ok | |
| test_user_group_is_updated (bkr.inttest.server.selenium.test_add_user_to_group.TestAddUserToGroup) ... ok | |
| test_cancel_recipeset (bkr.inttest.server.selenium.test_cancel.Cancel) ... ok | |
| test_export_exclude_options (bkr.inttest.server.selenium.test_csv_export.CSVExportTest) ... ok | |
| test_export_install_options (bkr.inttest.server.selenium.test_csv_export.CSVExportTest) ... ok | |
| test_export_install_options_with_null_options (bkr.inttest.server.selenium.test_csv_export.CSVExportTest) ... ok | |
| test_export_systems_obeys_secrecy (bkr.inttest.server.selenium.test_csv_export.CSVExportTest) ... ok | |
| test_export_systems_unicode (bkr.inttest.server.selenium.test_csv_export.CSVExportTest) ... ok | |
| test_doubled_quotes (bkr.inttest.server.selenium.test_csv_import.CSVImportTest) ... ok | |
| test_extraneous_field (bkr.inttest.server.selenium.test_csv_import.CSVImportTest) ... ok | |
| test_keyvalue (bkr.inttest.server.selenium.test_csv_import.CSVImportTest) ... ok | |
| test_missing_field (bkr.inttest.server.selenium.test_csv_import.CSVImportTest) ... ok | |
| test_no_quotes (bkr.inttest.server.selenium.test_csv_import.CSVImportTest) ... ERROR | |
| test_system (bkr.inttest.server.selenium.test_csv_import.CSVImportTest) ... ok | |
| test_system_export_reimport (bkr.inttest.server.selenium.test_csv_roundtrip.CSVRoundtripTest) ... ok | |
| test_correct_items_count (bkr.inttest.server.selenium.test_distro_search.Search) ... ok | |
| test_distro_search (bkr.inttest.server.selenium.test_distro_search.Search) ... ok | |
| test_search_options_are_maintained_after_submitting (bkr.inttest.server.selenium.test_distro_search.SearchOptionsTest) ... ok | |
| test_search_distrotree (bkr.inttest.server.selenium.test_distro_trees.DistroTreeSearch) ... ok | |
| test_install_options (bkr.inttest.server.selenium.test_distro_trees.DistroTreeViewTest) ... ERROR | |
| test_labcontroller (bkr.inttest.server.selenium.test_distro_trees.DistroTreeViewTest) ... ok | |
| test_update_install_options (bkr.inttest.server.selenium.test_distro_trees.DistroTreeViewTest) ... ok | |
| test_yum_repo_config (bkr.inttest.server.selenium.test_distro_trees.DistroTreeViewTest) ... ok | |
| test_filtering_by_lab_controller (bkr.inttest.server.selenium.test_distro_trees.DistroTreesFilterXmlRpcTest) ... ok | |
| test_xml_filter (bkr.inttest.server.selenium.test_distro_trees.DistroTreesFilterXmlRpcTest) ... ok | |
| test_adding_tag_is_recorded_in_distro_activity (bkr.inttest.server.selenium.test_distros.DistroTaggingXmlRpcTest) ... ok | |
| test_can_add_tag_to_distro (bkr.inttest.server.selenium.test_distros.DistroTaggingXmlRpcTest) ... ok | |
| test_can_remove_tag_from_distro (bkr.inttest.server.selenium.test_distros.DistroTaggingXmlRpcTest) ... ok | |
| test_non_admin_user_cannot_add_tag (bkr.inttest.server.selenium.test_distros.DistroTaggingXmlRpcTest) ... ok | |
| test_non_admin_user_cannot_remove_tag (bkr.inttest.server.selenium.test_distros.DistroTaggingXmlRpcTest) ... ok | |
| test_removing_tag_is_recorded_in_distro_activity (bkr.inttest.server.selenium.test_distros.DistroTaggingXmlRpcTest) ... ok | |
| test_adding_tag_is_recorded_in_distro_activity (bkr.inttest.server.selenium.test_distros.DistroViewTest) ... ok | |
| test_can_add_tag_to_distro (bkr.inttest.server.selenium.test_distros.DistroViewTest) ... ok | |
| test_can_remove_tag_from_distro (bkr.inttest.server.selenium.test_distros.DistroViewTest) ... ok | |
| test_non_admin_user_cannot_add_tag (bkr.inttest.server.selenium.test_distros.DistroViewTest) ... ok | |
| test_non_admin_user_cannot_remove_tag (bkr.inttest.server.selenium.test_distros.DistroViewTest) ... ERROR | |
| test_provision_links_arent_shown_for_expired_trees (bkr.inttest.server.selenium.test_distros.DistroViewTest) ... ok | |
| test_removing_tag_is_recorded_in_distro_activity (bkr.inttest.server.selenium.test_distros.DistroViewTest) ... ok | |
| test_add_and_remove (bkr.inttest.server.selenium.test_group_edit.EditGroup) ... ok | |
| test_add_bad_perm (bkr.inttest.server.selenium.test_group_edit.EditGroup) ... ok | |
| test_group (bkr.inttest.server.selenium.test_groups.TestGroups) ... ok | |
| test_group_remove (bkr.inttest.server.selenium.test_groups.TestGroups) ... ok | |
| test_itemcount (bkr.inttest.server.selenium.test_item_count.ItemCount) ... ok | |
| test_ackability (bkr.inttest.server.selenium.test_job_ack.JobAckTest) ... ok | |
| test_admin (bkr.inttest.server.selenium.test_job_delete.JobDelete) ... ok | |
| test_not_admin (bkr.inttest.server.selenium.test_job_delete.JobDelete) ... ok | |
| test_by_family (bkr.inttest.server.selenium.test_job_delete_xmlrpc.TestJobDelete) ... ok | |
| test_by_job (bkr.inttest.server.selenium.test_job_delete_xmlrpc.TestJobDelete) ... ok | |
| test_by_product (bkr.inttest.server.selenium.test_job_delete_xmlrpc.TestJobDelete) ... ok | |
| test_by_tag (bkr.inttest.server.selenium.test_job_delete_xmlrpc.TestJobDelete) ... ok | |
| test_export_xml (bkr.inttest.server.selenium.test_job_export_xml.JobExportXML) ... ok | |
| test_generate_by_whiteboard (bkr.inttest.server.selenium.test_job_matrix.TestJobMatrix) ... ok | |
| test_it (bkr.inttest.server.selenium.test_job_matrix.TestJobMatrix) ... ok | |
| test_deleted_job_results_not_shown (bkr.inttest.server.selenium.test_job_matrix.TestJobMatrixWebDriver) ... ok | |
| test_deleted_whiteboard_not_shown (bkr.inttest.server.selenium.test_job_matrix.TestJobMatrixWebDriver) ... ok | |
| test_max_whiteboard (bkr.inttest.server.selenium.test_job_matrix.TestJobMatrixWebDriver) ... ok | |
| test_nacked_recipe_results_not_shown (bkr.inttest.server.selenium.test_job_matrix.TestJobMatrixWebDriver) ... ok | |
| test_single_job (bkr.inttest.server.selenium.test_job_matrix.TestJobMatrixWebDriver) ... ok | |
| test_whiteboard_filtering (bkr.inttest.server.selenium.test_job_matrix.TestJobMatrixWebDriver) ... ok | |
| test_quick_search (bkr.inttest.server.selenium.test_job_search.SearchJobsWD) ... ok | |
| test_search_email (bkr.inttest.server.selenium.test_job_search.SearchJobsWD) ... ok | |
| test_search_owner (bkr.inttest.server.selenium.test_job_search.SearchJobsWD) ... ok | |
| test_cloning_recipeset (bkr.inttest.server.selenium.test_jobs.CloneJobTest) ... ok | |
| test_cloning_recipeset_from_job_with_product (bkr.inttest.server.selenium.test_jobs.CloneJobTest) ... ok | |
| test_change_product (bkr.inttest.server.selenium.test_jobs.JobAttributeChange) ... ok | |
| test_change_retention_tag (bkr.inttest.server.selenium.test_jobs.JobAttributeChange) ... ok | |
| test_doesnt_barf_on_xml_encoding_declaration (bkr.inttest.server.selenium.test_jobs.NewJobTest) ... ok | |
| test_doesnt_barf_on_xmlns (bkr.inttest.server.selenium.test_jobs.NewJobTest) ... FAIL | |
| test_duplicate_notify_cc_addresses_are_merged (bkr.inttest.server.selenium.test_jobs.NewJobTest) ... ok | |
| test_invalid_email_addresses_are_not_accepted_in_notify_cc (bkr.inttest.server.selenium.test_jobs.NewJobTest) ... ok | |
| test_job_with_excluded_task (bkr.inttest.server.selenium.test_jobs.NewJobTest) ... ok | |
| test_partition_without_fs_doesnt_trigger_validation_warning (bkr.inttest.server.selenium.test_jobs.NewJobTest) ... ok | |
| test_refuses_to_accept_unparseable_xml (bkr.inttest.server.selenium.test_jobs.NewJobTest) ... ok | |
| test_valid_job_xml_doesnt_trigger_xsd_warning (bkr.inttest.server.selenium.test_jobs.NewJobTest) ... ok | |
| test_warns_about_xsd_validation_errors (bkr.inttest.server.selenium.test_jobs.NewJobTest) ... ok | |
| test_cc_list (bkr.inttest.server.selenium.test_jobs.TestViewJob) ... ok | |
| test_datetimes_are_localised (bkr.inttest.server.selenium.test_jobs.TestViewJob) ... ok | |
| test_edit_job_whiteboard (bkr.inttest.server.selenium.test_jobs.TestViewJob) ... ok | |
| test_invalid_datetimes_arent_localised (bkr.inttest.server.selenium.test_jobs.TestViewJob) ... ok | |
| test_task_result_datetimes_are_localised (bkr.inttest.server.selenium.test_jobs.TestViewJob) ... ok | |
| test_doesnt_barf_on_xml_encoding_declaration (bkr.inttest.server.selenium.test_jobs_xmlrpc.JobUploadTest) ... ok | |
| test_error_message_lists_all_invalid_tasks (bkr.inttest.server.selenium.test_jobs_xmlrpc.JobUploadTest) ... ok | |
| test_ignore_missing_tasks (bkr.inttest.server.selenium.test_jobs_xmlrpc.JobUploadTest) ... ok | |
| test_reject_expired_root_password (bkr.inttest.server.selenium.test_jobs_xmlrpc.JobUploadTest) ... ok | |
| test_add_distro_tree (bkr.inttest.server.selenium.test_labcontrollers.AddDistroTreeXmlRpcTest) ... ok | |
| test_change_url (bkr.inttest.server.selenium.test_labcontrollers.AddDistroTreeXmlRpcTest) ... ok | |
| test_existing_distro_row_with_incorrect_osversion (bkr.inttest.server.selenium.test_labcontrollers.AddDistroTreeXmlRpcTest) ... ok | |
| test_clear_running_commands (bkr.inttest.server.selenium.test_labcontrollers.CommandQueueXmlRpcTest) ... ok | |
| test_obeys_max_running_commands_limit (bkr.inttest.server.selenium.test_labcontrollers.CommandQueueXmlRpcTest) ... ok | |
| test_filter_by_arch (bkr.inttest.server.selenium.test_labcontrollers.GetDistroTreesXmlRpcTest) ... ok | |
| test_get_all_distro_trees (bkr.inttest.server.selenium.test_labcontrollers.GetDistroTreesXmlRpcTest) ... ok | |
| test_lab_controller_add (bkr.inttest.server.selenium.test_labcontrollers.LabControllerViewTest) ... ok | |
| test_lab_controller_remove (bkr.inttest.server.selenium.test_labcontrollers.LabControllerViewTest) ... ok | |
| test_automated_system_marked_broken (bkr.inttest.server.selenium.test_labcontrollers.TestPowerFailures) ... ok | |
| test_broken_power_aborts_recipe (bkr.inttest.server.selenium.test_labcontrollers.TestPowerFailures) ... ok | |
| test_failure_in_configure_netboot_aborts_recipe (bkr.inttest.server.selenium.test_labcontrollers.TestPowerFailures) ... ok | |
| test_manual_system_status_not_changed (bkr.inttest.server.selenium.test_labcontrollers.TestPowerFailures) ... ok | |
| test_register_recipe_log (bkr.inttest.server.selenium.test_log_upload.LogUploadXmlRpcTest) ... ok | |
| test_upload_recipe_log (bkr.inttest.server.selenium.test_log_upload.LogUploadXmlRpcTest) ... ok | |
| test_NestedVariablesFilter_redirect (bkr.inttest.server.selenium.test_login.LoginTest) ... ok | |
| test_message_when_explicitly_logging_in (bkr.inttest.server.selenium.test_login.LoginTest) ... ok | |
| test_message_when_not_logged_in (bkr.inttest.server.selenium.test_login.LoginTest) ... ok | |
| test_message_when_password_mistyped (bkr.inttest.server.selenium.test_login.LoginTest) ... ok | |
| test_message_when_permissions_insufficient (bkr.inttest.server.selenium.test_login.LoginTest) ... ok | |
| test_referer_redirect (bkr.inttest.server.selenium.test_login.LoginTest) ... ok | |
| test_krb_login (bkr.inttest.server.selenium.test_login.XmlRpcLoginTest) ... SKIP: server not configured for krbV | |
| test_login_required_message (bkr.inttest.server.selenium.test_login.XmlRpcLoginTest) ... ok | |
| test_password_login (bkr.inttest.server.selenium.test_login.XmlRpcLoginTest) ... ok | |
| test_password_proxy_login (bkr.inttest.server.selenium.test_login.XmlRpcLoginTest) ... ok | |
| test_can_view_system (bkr.inttest.server.selenium.test_manual_system_notloggedin.NotLoggedInManualSystem) ... ok | |
| test_motd (bkr.inttest.server.selenium.test_motd.TestMOTD) ... ok | |
| test_my_menu (bkr.inttest.server.selenium.test_my_menu_tests.Menu) ... ok | |
| test_dictionary_password_rejected (bkr.inttest.server.selenium.test_prefs.UserPrefs) ... ok | |
| test_invalid_ssh_key_not_accepted (bkr.inttest.server.selenium.test_prefs.UserPrefs) ... ok | |
| test_modifying_email (bkr.inttest.server.selenium.test_prefs.UserPrefs) ... ok | |
| test_multiple_ssh_keys_not_accepted (bkr.inttest.server.selenium.test_prefs.UserPrefs) ... ok | |
| test_set_hashed_password (bkr.inttest.server.selenium.test_prefs.UserPrefs) ... ok | |
| test_set_plaintext_password (bkr.inttest.server.selenium.test_prefs.UserPrefs) ... ok | |
| test_ssh_key_allows_whitespace_in_description (bkr.inttest.server.selenium.test_prefs.UserPrefs) ... ok | |
| test_ssh_key_trailing_whitespace_is_stripped (bkr.inttest.server.selenium.test_prefs.UserPrefs) ... ok | |
| test_product_ordering (bkr.inttest.server.selenium.test_product.TestProduct) ... ok | |
| test_manual_provision_with_ssh_keys (bkr.inttest.server.selenium.test_provision.SystemManualProvisionTest) ... ok | |
| test_provision_rejected_with_expired_root_password (bkr.inttest.server.selenium.test_provision.SystemManualProvisionTest) ... ok | |
| test_quick_search (bkr.inttest.server.selenium.test_recipe_search.SearchRecipes) ... ok | |
| test_fetching_large_results_is_not_too_slow (bkr.inttest.server.selenium.test_recipes.TestRecipeView) ... SKIP: "slowness" is too subjective | |
| test_log_url_looks_right (bkr.inttest.server.selenium.test_recipes.TestRecipeView) ... FAIL | |
| test_task_pagination (bkr.inttest.server.selenium.test_recipes.TestRecipeView) ... ok | |
| test_can_sort_by_arch (bkr.inttest.server.selenium.test_recipes.TestRecipesDataGrid) ... ok | |
| test_can_sort_by_id (bkr.inttest.server.selenium.test_recipes.TestRecipesDataGrid) ... ok | |
| test_can_sort_by_result (bkr.inttest.server.selenium.test_recipes.TestRecipesDataGrid) ... ok | |
| test_can_sort_by_status (bkr.inttest.server.selenium.test_recipes.TestRecipesDataGrid) ... ok | |
| test_can_sort_by_system (bkr.inttest.server.selenium.test_recipes.TestRecipesDataGrid) ... ok | |
| test_can_sort_by_whiteboard (bkr.inttest.server.selenium.test_recipes.TestRecipesDataGrid) ... ok | |
| test_by_log_server_only_returns_completed_recipesets (bkr.inttest.server.selenium.test_recipes_xmlrpc.RecipesXmlRpcTest) ... ok | |
| test_remove_and_add (bkr.inttest.server.selenium.test_remove_lc.RemoveLabController) ... ok | |
| test_system_page (bkr.inttest.server.selenium.test_remove_lc.RemoveLabController) ... ok | |
| test_admin_cannot_reserve_any_system (bkr.inttest.server.selenium.test_reserve_system.ReserveSystem) ... ok | |
| test_by_distro (bkr.inttest.server.selenium.test_reserve_system.ReserveSystem) ... ok | |
| test_exluded_distro_system_not_there (bkr.inttest.server.selenium.test_reserve_system.ReserveSystem) ... ok | |
| test_loaned_not_used_system_not_shown (bkr.inttest.server.selenium.test_reserve_system.ReserveSystem) ... ok | |
| test_reserve_workflow_does_not_list_virtual_systems (bkr.inttest.server.selenium.test_reserve_system.ReserveSystem) ... ok | |
| test_show_all_columns_work (bkr.inttest.server.selenium.test_reserve_system.ReserveSystem) ... ok | |
| test_filtering_by_lab_controller (bkr.inttest.server.selenium.test_reserve_system.ReserveWorkflow) ... ok | |
| Test distros that have no lab controller are not shown ... ok | |
| test_reserve_multiple_arch_got_distro (bkr.inttest.server.selenium.test_reserve_system.ReserveWorkflow) ... ok | |
| test_reserve_multiple_arch_tag_got_distro (bkr.inttest.server.selenium.test_reserve_system.ReserveWorkflow) ... ok | |
| test_reserve_single_arch (bkr.inttest.server.selenium.test_reserve_system.ReserveWorkflow) ... ok | |
| test_tag_add (bkr.inttest.server.selenium.test_retentiontag.RetentionTagTest) ... ok | |
| test_tag_delete (bkr.inttest.server.selenium.test_retentiontag.RetentionTagTest) ... ok | |
| test_anonymous_cant_contact_owner (bkr.inttest.server.selenium.test_system_actions.SystemAction) ... ok | |
| test_loan_request (bkr.inttest.server.selenium.test_system_actions.SystemAction) ... ok | |
| test_report_problem (bkr.inttest.server.selenium.test_system_actions.SystemAction) ... ok | |
| test_report_problem_via_job_and_recipe (bkr.inttest.server.selenium.test_system_actions.SystemAction) ... ok | |
| test_reporter_and_system_cc_list_are_cced (bkr.inttest.server.selenium.test_system_actions.SystemAction) ... ok | |
| test_system_activity_entry_is_correctly_truncated (bkr.inttest.server.selenium.test_system_actions.SystemAction) ... ok | |
| test_available_system_2 (bkr.inttest.server.selenium.test_system_available.SystemAvailable) ... ok | |
| test_available_system_3 (bkr.inttest.server.selenium.test_system_available.SystemAvailable) ... ok | |
| test_avilable_with_loan (bkr.inttest.server.selenium.test_system_available.SystemAvailable) ... ok | |
| test_avilable_with_no_loan (bkr.inttest.server.selenium.test_system_available.SystemAvailable) ... ok | |
| test_free_with_loan (bkr.inttest.server.selenium.test_system_available.SystemAvailable) ... ok | |
| test_free_with_no_loan (bkr.inttest.server.selenium.test_system_available.SystemAvailable) ... ok | |
| test_not_available_system_2 (bkr.inttest.server.selenium.test_system_available.SystemAvailable) ... ok | |
| test_not_available_system_3 (bkr.inttest.server.selenium.test_system_available.SystemAvailable) ... ok | |
| test_add_system_group (bkr.inttest.server.selenium.test_system_groups.TestSystemGroups) ... ok | |
| test_add_system_group_admin_privs (bkr.inttest.server.selenium.test_system_groups.TestSystemGroups) ... ok | |
| test_delete_system_group (bkr.inttest.server.selenium.test_system_groups.TestSystemGroups) ... ok | |
| test_remove_system_group_admin_privs (bkr.inttest.server.selenium.test_system_groups.TestSystemGroups) ... ok | |
| test_removing_group_removes_admin (bkr.inttest.server.selenium.test_system_groups.TestSystemGroups) ... ok | |
| test_can_change_loan_when_system_has_loanee (bkr.inttest.server.selenium.test_system_loan.SystemLoanTest) ... ok | |
| test_can_loan_when_system_has_user (bkr.inttest.server.selenium.test_system_loan.SystemLoanTest) ... ok | |
| test_can_not_change_loan_when_system_has_loanee_and_not_admin (bkr.inttest.server.selenium.test_system_loan.SystemLoanTest) ... ok | |
| test_loan_username_autocomplete_works (bkr.inttest.server.selenium.test_system_loan.SystemLoanTest) ... FAIL | |
| test_owner_can_loan_to_themself (bkr.inttest.server.selenium.test_system_loan.SystemLoanTest) ... ok | |
| test_menulist (bkr.inttest.server.selenium.test_system_menu_tests.Menu) ... ok | |
| test_notes_as_admin (bkr.inttest.server.selenium.test_system_note.SystemNoteTests) ... ok | |
| test_notes_as_group_admin (bkr.inttest.server.selenium.test_system_note.SystemNoteTests) ... ok | |
| test_notes_as_nobody (bkr.inttest.server.selenium.test_system_note.SystemNoteTests) ... ok | |
| test_notes_as_owner (bkr.inttest.server.selenium.test_system_note.SystemNoteTests) ... ok | |
| test_notes_logged_out (bkr.inttest.server.selenium.test_system_note.SystemNoteTests) ... ok | |
| test_cant_return_sneakily (bkr.inttest.server.selenium.test_system_return.SystemReturnTest) ... ok | |
| test_return_with_no_lc (bkr.inttest.server.selenium.test_system_return.SystemReturnTest) ... ok | |
| test_search_hypervisor_is (bkr.inttest.server.selenium.test_system_search.HypervisorSearchTest) ... ok | |
| test_search_hypervisor_is_blank (bkr.inttest.server.selenium.test_system_search.HypervisorSearchTest) ... ok | |
| test_search_hypervisor_is_not (bkr.inttest.server.selenium.test_system_search.HypervisorSearchTest) ... ok | |
| test_can_search_by_key_value (bkr.inttest.server.selenium.test_system_search.Search) ... ok | |
| test_can_search_by_numa_node_count (bkr.inttest.server.selenium.test_system_search.Search) ... ok | |
| test_loaned_not_free (bkr.inttest.server.selenium.test_system_search.Search) ... ok | |
| test_system_search (bkr.inttest.server.selenium.test_system_search.Search) ... ok | |
| test_group_column (bkr.inttest.server.selenium.test_system_search.SearchColumns) ... ok | |
| test_numa_column (bkr.inttest.server.selenium.test_system_search.SearchColumns) ... ok | |
| test_serial_number_column (bkr.inttest.server.selenium.test_system_search.SearchColumns) ... ok | |
| test_secret_system_not_visible (bkr.inttest.server.selenium.test_system_search.SearchWDTest) ... ok | |
| test_secret_system_visible_when_loaned (bkr.inttest.server.selenium.test_system_search.SearchWDTest) ... ok | |
| test_schedule_provision_system_has_user (bkr.inttest.server.selenium.test_system_take.SystemGroupUserTake) ... ok | |
| test_schedule_provision_system_has_user_with_group (bkr.inttest.server.selenium.test_system_take.SystemGroupUserTake) ... ok | |
| test_system_group_user_group (bkr.inttest.server.selenium.test_system_take.SystemGroupUserTake) ... ok | |
| test_system_has_group (bkr.inttest.server.selenium.test_system_take.SystemGroupUserTake) ... ok | |
| test_system_no_group (bkr.inttest.server.selenium.test_system_take.SystemGroupUserTake) ... ok | |
| test_owner_manual_system (bkr.inttest.server.selenium.test_system_take.SystemOwnerTake) ... ok | |
| test_add_email_addresses (bkr.inttest.server.selenium.test_system_view.SystemCcTest) ... ok | |
| test_remove_email_addresses (bkr.inttest.server.selenium.test_system_view.SystemCcTest) ... ok | |
| test_replace_existing_email_address (bkr.inttest.server.selenium.test_system_view.SystemCcTest) ... ok | |
| test_add_arch (bkr.inttest.server.selenium.test_system_view.SystemViewTest) ... ok | |
| test_add_group (bkr.inttest.server.selenium.test_system_view.SystemViewTest) ... ok | |
| test_add_install_options (bkr.inttest.server.selenium.test_system_view.SystemViewTest) ... ok | |
| test_add_key_value (bkr.inttest.server.selenium.test_system_view.SystemViewTest) ... ok | |
| test_add_nonexistent_arch (bkr.inttest.server.selenium.test_system_view.SystemViewTest) ... ok | |
| test_cannot_change_lab_controller_while_system_in_use (bkr.inttest.server.selenium.test_system_view.SystemViewTest) ... ok | |
| test_cannot_set_owner_to_none (bkr.inttest.server.selenium.test_system_view.SystemViewTest) ... ok | |
| test_cc_not_visible_to_random_noobs (bkr.inttest.server.selenium.test_system_view.SystemViewTest) ... ok | |
| test_change_hypervisor (bkr.inttest.server.selenium.test_system_view.SystemViewTest) ... ok | |
| test_change_owner (bkr.inttest.server.selenium.test_system_view.SystemViewTest) ... ok | |
| test_change_status (bkr.inttest.server.selenium.test_system_view.SystemViewTest) ... ok | |
| test_change_status_with_same_timestamps (bkr.inttest.server.selenium.test_system_view.SystemViewTest) ... ok | |
| test_current_job (bkr.inttest.server.selenium.test_system_view.SystemViewTest) ... ok | |
| test_delete_install_options (bkr.inttest.server.selenium.test_system_view.SystemViewTest) ... ok | |
| test_forces_fqdn_to_lowercase (bkr.inttest.server.selenium.test_system_view.SystemViewTest) ... ok | |
| test_install_options_populated_on_provision_tab (bkr.inttest.server.selenium.test_system_view.SystemViewTest) ... ok | |
| test_links_to_cc_change (bkr.inttest.server.selenium.test_system_view.SystemViewTest) ... ok | |
| test_mac_address_with_unicode (bkr.inttest.server.selenium.test_system_view.SystemViewTest) ... ok | |
| test_no_power_without_lc (bkr.inttest.server.selenium.test_system_view.SystemViewTest) ... ok | |
| test_page_title_shows_fqdn (bkr.inttest.server.selenium.test_system_view.SystemViewTest) ... ok | |
| test_rejects_malformed_fqdn (bkr.inttest.server.selenium.test_system_view.SystemViewTest) ... ok | |
| test_rejects_non_ascii_chars_in_fqdn (bkr.inttest.server.selenium.test_system_view.SystemViewTest) ... ok | |
| test_remove_arch (bkr.inttest.server.selenium.test_system_view.SystemViewTest) ... ok | |
| test_remove_group (bkr.inttest.server.selenium.test_system_view.SystemViewTest) ... ok | |
| test_remove_key_value (bkr.inttest.server.selenium.test_system_view.SystemViewTest) ... ok | |
| test_strips_surrounding_whitespace_from_fqdn (bkr.inttest.server.selenium.test_system_view.SystemViewTest) ... ok | |
| test_system_view_condition_report (bkr.inttest.server.selenium.test_system_view.SystemViewTest) ... ok | |
| test_update_labinfo (bkr.inttest.server.selenium.test_system_view.SystemViewTest) ... ok | |
| test_update_power (bkr.inttest.server.selenium.test_system_view.SystemViewTest) ... ok | |
| test_update_system (bkr.inttest.server.selenium.test_system_view.SystemViewTest) ... ok | |
| test_update_system_no_lc (bkr.inttest.server.selenium.test_system_view.SystemViewTest) ... ok | |
| test_rdfxml (bkr.inttest.server.selenium.test_system_view.TestSystemViewRDF) ... ok | |
| test_turtle (bkr.inttest.server.selenium.test_system_view.TestSystemViewRDF) ... ok | |
| test_can_sort_listing_by_model (bkr.inttest.server.selenium.test_systems.TestSystemGridSorting) ... ok | |
| test_can_sort_listing_by_status (bkr.inttest.server.selenium.test_systems.TestSystemGridSorting) ... ok | |
| test_can_sort_listing_by_type (bkr.inttest.server.selenium.test_systems.TestSystemGridSorting) ... ok | |
| test_can_sort_listing_by_user (bkr.inttest.server.selenium.test_systems.TestSystemGridSorting) ... ok | |
| test_can_sort_listing_by_vendor (bkr.inttest.server.selenium.test_systems.TestSystemGridSorting) ... ok | |
| test_can_sort_search_results_by_model (bkr.inttest.server.selenium.test_systems.TestSystemGridSorting) ... ok | |
| test_can_sort_search_results_by_status (bkr.inttest.server.selenium.test_systems.TestSystemGridSorting) ... ok | |
| test_can_sort_search_results_by_type (bkr.inttest.server.selenium.test_systems.TestSystemGridSorting) ... ok | |
| test_can_sort_search_results_by_user (bkr.inttest.server.selenium.test_systems.TestSystemGridSorting) ... ok | |
| test_can_sort_search_results_by_vendor (bkr.inttest.server.selenium.test_systems.TestSystemGridSorting) ... ok | |
| test_all_systems (bkr.inttest.server.selenium.test_systems.TestSystemsAtomFeed) ... ok | |
| test_filter_by_group (bkr.inttest.server.selenium.test_systems.TestSystemsAtomFeed) ... ok | |
| test_link_to_rdfxml (bkr.inttest.server.selenium.test_systems.TestSystemsAtomFeed) ... ok | |
| test_link_to_turtle (bkr.inttest.server.selenium.test_systems.TestSystemsAtomFeed) ... ok | |
| test_xml_filter (bkr.inttest.server.selenium.test_systems.TestSystemsAtomFeed) ... ok | |
| test_atom_feed_link_is_present (bkr.inttest.server.selenium.test_systems.TestSystemsGrid) ... ok | |
| test_show_all_columns_works (bkr.inttest.server.selenium.test_systems.TestSystemsGrid) ... ok | |
| test_bools_are_coerced_to_ints (bkr.inttest.server.selenium.test_systems_xmlrpc.LegacyPushXmlRpcTest) ... ok | |
| test_existing_keys_are_untouched (bkr.inttest.server.selenium.test_systems_xmlrpc.LegacyPushXmlRpcTest) ... ok | |
| test_system_activity_shows_changes (bkr.inttest.server.selenium.test_systems_xmlrpc.LegacyPushXmlRpcTest) ... ok | |
| test_device_with_no_class (bkr.inttest.server.selenium.test_systems_xmlrpc.PushXmlRpcTest) ... ok | |
| test_hypervisor_kvm (bkr.inttest.server.selenium.test_systems_xmlrpc.PushXmlRpcTest) ... ok | |
| test_hypervisor_none (bkr.inttest.server.selenium.test_systems_xmlrpc.PushXmlRpcTest) ... ok | |
| test_memory_is_updated (bkr.inttest.server.selenium.test_systems_xmlrpc.PushXmlRpcTest) ... ok | |
| test_set_bogus_property (bkr.inttest.server.selenium.test_systems_xmlrpc.PushXmlRpcTest) ... ok | |
| test_system_activity_shows_changes_for_arches (bkr.inttest.server.selenium.test_systems_xmlrpc.PushXmlRpcTest) ... ok | |
| test_system_activity_shows_changes_for_cpu (bkr.inttest.server.selenium.test_systems_xmlrpc.PushXmlRpcTest) ... ok | |
| test_system_activity_shows_changes_for_devices (bkr.inttest.server.selenium.test_systems_xmlrpc.PushXmlRpcTest) ... ok | |
| test_system_activity_shows_changes_for_numa (bkr.inttest.server.selenium.test_systems_xmlrpc.PushXmlRpcTest) ... ok | |
| test_system_activity_shows_changes_for_simple_attributes (bkr.inttest.server.selenium.test_systems_xmlrpc.PushXmlRpcTest) ... ok | |
| test_cannot_release_when_not_current_user (bkr.inttest.server.selenium.test_systems_xmlrpc.ReleaseSystemXmlRpcTest) ... ok | |
| test_cannot_release_when_not_logged_in (bkr.inttest.server.selenium.test_systems_xmlrpc.ReleaseSystemXmlRpcTest) ... ok | |
| test_double_release (bkr.inttest.server.selenium.test_systems_xmlrpc.ReleaseSystemXmlRpcTest) ... ok | |
| test_release_action_leaveon (bkr.inttest.server.selenium.test_systems_xmlrpc.ReleaseSystemXmlRpcTest) ... ok | |
| test_release_action_reprovision (bkr.inttest.server.selenium.test_systems_xmlrpc.ReleaseSystemXmlRpcTest) ... ok | |
| test_release_action_unset (bkr.inttest.server.selenium.test_systems_xmlrpc.ReleaseSystemXmlRpcTest) ... ok | |
| test_release_system (bkr.inttest.server.selenium.test_systems_xmlrpc.ReleaseSystemXmlRpcTest) ... ok | |
| test_reprovision_failure (bkr.inttest.server.selenium.test_systems_xmlrpc.ReleaseSystemXmlRpcTest) ... ok | |
| test_cannot_reserve_automated_system (bkr.inttest.server.selenium.test_systems_xmlrpc.ReserveSystemXmlRpcTest) ... ok | |
| test_cannot_reserve_system_in_use (bkr.inttest.server.selenium.test_systems_xmlrpc.ReserveSystemXmlRpcTest) ... ok | |
| test_cannot_reserve_when_not_logged_in (bkr.inttest.server.selenium.test_systems_xmlrpc.ReserveSystemXmlRpcTest) ... ok | |
| test_double_reserve (bkr.inttest.server.selenium.test_systems_xmlrpc.ReserveSystemXmlRpcTest) ... ok | |
| test_reserve_system (bkr.inttest.server.selenium.test_systems_xmlrpc.ReserveSystemXmlRpcTest) ... ok | |
| test_reserve_via_external_service (bkr.inttest.server.selenium.test_systems_xmlrpc.ReserveSystemXmlRpcTest) ... ok | |
| test_can_fetch_history (bkr.inttest.server.selenium.test_systems_xmlrpc.SystemHistoryXmlRpcTest) ... ok | |
| test_fetches_history_since_timestamp (bkr.inttest.server.selenium.test_systems_xmlrpc.SystemHistoryXmlRpcTest) ... ok | |
| test_can_force_powering_system_in_use (bkr.inttest.server.selenium.test_systems_xmlrpc.SystemPowerXmlRpcTest) ... ok | |
| test_cannot_power_system_in_use (bkr.inttest.server.selenium.test_systems_xmlrpc.SystemPowerXmlRpcTest) ... ok | |
| test_cannot_power_when_not_logged_in (bkr.inttest.server.selenium.test_systems_xmlrpc.SystemPowerXmlRpcTest) ... ok | |
| test_clear_netboot (bkr.inttest.server.selenium.test_systems_xmlrpc.SystemPowerXmlRpcTest) ... ok | |
| test_power_off (bkr.inttest.server.selenium.test_systems_xmlrpc.SystemPowerXmlRpcTest) ... ok | |
| test_power_on (bkr.inttest.server.selenium.test_systems_xmlrpc.SystemPowerXmlRpcTest) ... ok | |
| test_reboot (bkr.inttest.server.selenium.test_systems_xmlrpc.SystemPowerXmlRpcTest) ... ok | |
| test_cannot_provision_automated_system (bkr.inttest.server.selenium.test_systems_xmlrpc.SystemProvisionXmlRpcTest) ... ok | |
| test_cannot_provision_system_in_use (bkr.inttest.server.selenium.test_systems_xmlrpc.SystemProvisionXmlRpcTest) ... ok | |
| test_cannot_provision_when_not_logged_in (bkr.inttest.server.selenium.test_systems_xmlrpc.SystemProvisionXmlRpcTest) ... ok | |
| test_kernel_options_inherited_from_defaults (bkr.inttest.server.selenium.test_systems_xmlrpc.SystemProvisionXmlRpcTest) ... ok | |
| test_provision (bkr.inttest.server.selenium.test_systems_xmlrpc.SystemProvisionXmlRpcTest) ... ok | |
| test_provision_expired_user_root_password (bkr.inttest.server.selenium.test_systems_xmlrpc.SystemProvisionXmlRpcTest) ... ok | |
| test_provision_without_reboot (bkr.inttest.server.selenium.test_systems_xmlrpc.SystemProvisionXmlRpcTest) ... ok | |
| test_refuses_to_provision_distro_not_in_lc (bkr.inttest.server.selenium.test_systems_xmlrpc.SystemProvisionXmlRpcTest) ... ok | |
| test_refuses_to_provision_distro_with_mismatched_arch (bkr.inttest.server.selenium.test_systems_xmlrpc.SystemProvisionXmlRpcTest) ... ok | |
| test_task_redirect (bkr.inttest.server.selenium.test_task_by_name.TaskByName) ... ok | |
| test_task_deleted (bkr.inttest.server.selenium.test_task_search.Search) ... ok | |
| test_task_search (bkr.inttest.server.selenium.test_task_search.Search) ... ok | |
| test_executed_tasks (bkr.inttest.server.selenium.test_task_search.TaskSearchWD) ... ok | |
| test_executed_tasks_family_sorting (bkr.inttest.server.selenium.test_task_search.TaskSearchWD) ... ok | |
| test_running_status (bkr.inttest.server.selenium.test_taskactions_xmlrpc.TaskactionsTest) ... ok | |
| test_submit_task (bkr.inttest.server.selenium.test_tasks.TestSubmitTask) ... ok | |
| test_task_invalid_file (bkr.inttest.server.selenium.test_tasks.TestSubmitTask) ... ok | |
| test_task_package_names_are_case_sensitive (bkr.inttest.server.selenium.test_tasks.TestSubmitTask) ... ok | |
| test_task_without_owner_is_not_accepted (bkr.inttest.server.selenium.test_tasks.TestSubmitTask) ... ok | |
| test_it (bkr.inttest.server.selenium.test_utilisation_graph.UtilisationGraphTest) ... ok | |
| test_handles_null_recipe_task_id (bkr.inttest.server.selenium.test_watchdogs.WatchdogsTest) ... ok | |
| test_page_works (bkr.inttest.server.selenium.test_watchdogs.WatchdogsTest) ... ok | |
| test_log_delete_expired (bkr.inttest.server.tools.test_log_delete.LogDelete) ... ERROR | |
| test_log_delete_to_delete (bkr.inttest.server.tools.test_log_delete.LogDelete) ... ERROR | |
| test_log_not_delete (bkr.inttest.server.tools.test_log_delete.LogDelete) ... ERROR | |
| test_301_redirect (bkr.inttest.server.tools.test_log_delete.RemoteLogDeletionTest) ... ERROR | |
| test_302_redirect (bkr.inttest.server.tools.test_log_delete.RemoteLogDeletionTest) ... ERROR | |
| test_404 (bkr.inttest.server.tools.test_log_delete.RemoteLogDeletionTest) ... ERROR | |
| test_deletion (bkr.inttest.server.tools.test_log_delete.RemoteLogDeletionTest) ... ERROR | |
| test_email_send (bkr.inttest.server.tools.test_nag_mail.TestNagMail) ... ok | |
| test_nag_email_dry_run (bkr.inttest.server.tools.test_nag_mail.TestNagMail) ... ok | |
| test_ack_jobxml (bkr.inttest.server.test_ack_in_jobxml.TestAckJobXml) ... ok | |
| Unline test_ack_jobxml, we do _not_ want to see our response in here ... ok | |
| test_empty_and_element (bkr.inttest.server.test_beakerd.TestBeakerd) ... ok | |
| test_fail_harness_repo (bkr.inttest.server.test_beakerd.TestBeakerd) ... ok | |
| test_loaned_machine_can_be_scheduled (bkr.inttest.server.test_beakerd.TestBeakerd) ... ok | |
| test_loaned_system_with_admin (bkr.inttest.server.test_beakerd.TestBeakerd) ... ok | |
| test_loaned_system_with_loanee (bkr.inttest.server.test_beakerd.TestBeakerd) ... ok | |
| test_loaned_system_with_not_loanee (bkr.inttest.server.test_beakerd.TestBeakerd) ... ok | |
| test_loaned_system_with_owner (bkr.inttest.server.test_beakerd.TestBeakerd) ... ok | |
| test_nonshared_system_admin (bkr.inttest.server.test_beakerd.TestBeakerd) ... ok | |
| test_nonshared_system_not_owner (bkr.inttest.server.test_beakerd.TestBeakerd) ... ok | |
| test_nonshared_system_owner (bkr.inttest.server.test_beakerd.TestBeakerd) ... ok | |
| test_or_lab_controller (bkr.inttest.server.test_beakerd.TestBeakerd) ... ok | |
| test_order_by (bkr.inttest.server.test_beakerd.TestBeakerd) ... ok | |
| test_recipe_install_options_can_remove_system_options (bkr.inttest.server.test_beakerd.TestBeakerd) ... ok | |
| test_reservations_are_created (bkr.inttest.server.test_beakerd.TestBeakerd) ... ok | |
| test_shared_group_system_with_admin_in_group (bkr.inttest.server.test_beakerd.TestBeakerd) ... ok | |
| test_shared_group_system_with_admin_not_in_group (bkr.inttest.server.test_beakerd.TestBeakerd) ... ok | |
| test_shared_group_system_with_user_in_group (bkr.inttest.server.test_beakerd.TestBeakerd) ... ok | |
| test_shared_group_system_with_user_not_in_group (bkr.inttest.server.test_beakerd.TestBeakerd) ... ok | |
| test_shared_system_admin (bkr.inttest.server.test_beakerd.TestBeakerd) ... ok | |
| test_shared_system_not_owner (bkr.inttest.server.test_beakerd.TestBeakerd) ... ok | |
| test_success_harness_repo (bkr.inttest.server.test_beakerd.TestBeakerd) ... ok | |
| test_successful_recipe_start (bkr.inttest.server.test_beakerd.TestBeakerd) ... ok | |
| test_01_invalid_system_distro_combo (bkr.inttest.server.test_deadrecipes.TestBeakerd) ... ok | |
| test_02_dead_recipes (bkr.inttest.server.test_deadrecipes.TestBeakerd) ... ok | |
| test <group = value/> case ... ok | |
| test <group != ""/> case ... ok | |
| test <group == ""/> case ... ok | |
| test <group != value/> case ... ok | |
| test_job_xml_can_be_roundtripped (bkr.inttest.server.test_jobs.TestJobsController) ... FAIL | |
| test_uploading_job_with_invalid_hostRequires_raises_exception (bkr.inttest.server.test_jobs.TestJobsController) ... ok | |
| test_uploading_job_without_recipeset_raises_exception (bkr.inttest.server.test_jobs.TestJobsController) ... ok | |
| test_beaker_url (bkr.inttest.server.test_kickstart.KickstartTest) ... ok | |
| test_custom_kickstart (bkr.inttest.server.test_kickstart.KickstartTest) ... ok | |
| test_fedora16_defaults (bkr.inttest.server.test_kickstart.KickstartTest) ... ok | |
| test_ftp_no_http (bkr.inttest.server.test_kickstart.KickstartTest) ... ok | |
| test_grubport (bkr.inttest.server.test_kickstart.KickstartTest) ... ok | |
| test_highbank (bkr.inttest.server.test_kickstart.KickstartTest) ... ok | |
| test_ignoredisk (bkr.inttest.server.test_kickstart.KickstartTest) ... ok | |
| test_kopts_post (bkr.inttest.server.test_kickstart.KickstartTest) ... ok | |
| test_ksappends (bkr.inttest.server.test_kickstart.KickstartTest) ... ok | |
| test_leavebootorder (bkr.inttest.server.test_kickstart.KickstartTest) ... ok | |
| test_manual (bkr.inttest.server.test_kickstart.KickstartTest) ... ok | |
| test_mvebu (bkr.inttest.server.test_kickstart.KickstartTest) ... ok | |
| test_no_debug_repos (bkr.inttest.server.test_kickstart.KickstartTest) ... ok | |
| test_partitions_lvm (bkr.inttest.server.test_kickstart.KickstartTest) ... ok | |
| test_rhel3_defaults (bkr.inttest.server.test_kickstart.KickstartTest) ... ok | |
| test_rhel4_defaults (bkr.inttest.server.test_kickstart.KickstartTest) ... ok | |
| test_rhel5_devices (bkr.inttest.server.test_kickstart.KickstartTest) ... ok | |
| test_rhel5server_defaults (bkr.inttest.server.test_kickstart.KickstartTest) ... ok | |
| test_rhel6_defaults (bkr.inttest.server.test_kickstart.KickstartTest) ... ok | |
| test_rhel6_devices (bkr.inttest.server.test_kickstart.KickstartTest) ... ok | |
| test_rhel6_http (bkr.inttest.server.test_kickstart.KickstartTest) ... ok | |
| test_rhel6_ondisk (bkr.inttest.server.test_kickstart.KickstartTest) ... ok | |
| test_rhel6_partitions (bkr.inttest.server.test_kickstart.KickstartTest) ... ok | |
| test_rhel6_repos (bkr.inttest.server.test_kickstart.KickstartTest) ... ok | |
| test_rhel6_s390x (bkr.inttest.server.test_kickstart.KickstartTest) ... ok | |
| test_rhel7_defaults (bkr.inttest.server.test_kickstart.KickstartTest) ... ok | |
| test_rhel7_s390x (bkr.inttest.server.test_kickstart.KickstartTest) ... ok | |
| test_root_password (bkr.inttest.server.test_kickstart.KickstartTest) ... ok | |
| test_rootfstype (bkr.inttest.server.test_kickstart.KickstartTest) ... ok | |
| test_skipx (bkr.inttest.server.test_kickstart.KickstartTest) ... ok | |
| test_sshkeys (bkr.inttest.server.test_kickstart.KickstartTest) ... ok | |
| test_sshkeys_s390x (bkr.inttest.server.test_kickstart.KickstartTest) ... ok | |
| test_static_networks (bkr.inttest.server.test_kickstart.KickstartTest) ... ok | |
| test_disable_lab_controller (bkr.inttest.server.test_lab_controller.TestLabController) ... ok | |
| test_enable_lab_controller (bkr.inttest.server.test_lab_controller.TestLabController) ... ok | |
| test_lookup_secret_fqdn (bkr.inttest.server.test_lab_controller.TestLabController) ... ok | |
| test_broken_system_notification (bkr.inttest.server.test_mail.BrokenSystemNotificationTest) ... ok | |
| test_contains_job_hyperlink (bkr.inttest.server.test_mail.JobCompletionNotificationTest) ... ok | |
| test_job_cc_list_is_notified (bkr.inttest.server.test_mail.JobCompletionNotificationTest) ... ok | |
| test_job_owner_is_notified (bkr.inttest.server.test_mail.JobCompletionNotificationTest) ... ok | |
| test_subject_contains_whiteboard (bkr.inttest.server.test_mail.JobCompletionNotificationTest) ... ok | |
| test_subject_format (bkr.inttest.server.test_mail.JobCompletionNotificationTest) ... ok | |
| test_lazy_create_does_not_cause_duplicates (bkr.inttest.server.test_model.DeviceClassTest) ... ok | |
| test_lazy_create_does_not_cause_duplicates (bkr.inttest.server.test_model.DeviceTest) ... ok | |
| test_arch (bkr.inttest.server.test_model.DistroTreeByFilterTest) ... ok | |
| test_distro_family (bkr.inttest.server.test_model.DistroTreeByFilterTest) ... ok | |
| test_distro_name (bkr.inttest.server.test_model.DistroTreeByFilterTest) ... ok | |
| test_distro_tag_equal (bkr.inttest.server.test_model.DistroTreeByFilterTest) ... ok | |
| test_distro_tag_notequal (bkr.inttest.server.test_model.DistroTreeByFilterTest) ... ok | |
| test_distro_variant (bkr.inttest.server.test_model.DistroTreeByFilterTest) ... ok | |
| test_distrolabcontroller (bkr.inttest.server.test_model.DistroTreeByFilterTest) ... ok | |
| test_distrolabcontroller_notequal (bkr.inttest.server.test_model.DistroTreeByFilterTest) ... ok | |
| test_arch_equal (bkr.inttest.server.test_model.DistroTreeSystemsFilterTest) ... ok | |
| test_arch_notequal (bkr.inttest.server.test_model.DistroTreeSystemsFilterTest) ... ok | |
| test_autoprov (bkr.inttest.server.test_model.DistroTreeSystemsFilterTest) ... ok | |
| test_cpu_count (bkr.inttest.server.test_model.DistroTreeSystemsFilterTest) ... ok | |
| test_filtering_by_device (bkr.inttest.server.test_model.DistroTreeSystemsFilterTest) ... ok | |
| test_hostlabcontroller_notequal (bkr.inttest.server.test_model.DistroTreeSystemsFilterTest) ... ok | |
| test_hostname (bkr.inttest.server.test_model.DistroTreeSystemsFilterTest) ... ok | |
| test_hypervisor (bkr.inttest.server.test_model.DistroTreeSystemsFilterTest) ... ok | |
| test_key_absent (bkr.inttest.server.test_model.DistroTreeSystemsFilterTest) ... ok | |
| test_key_equal (bkr.inttest.server.test_model.DistroTreeSystemsFilterTest) ... ok | |
| test_key_notequal (bkr.inttest.server.test_model.DistroTreeSystemsFilterTest) ... ok | |
| test_key_present (bkr.inttest.server.test_model.DistroTreeSystemsFilterTest) ... ok | |
| test_keyvalue_does_not_cause_duplicate_rows (bkr.inttest.server.test_model.DistroTreeSystemsFilterTest) ... ok | |
| test_memory (bkr.inttest.server.test_model.DistroTreeSystemsFilterTest) ... ok | |
| test_multiple_nonexistent_keys (bkr.inttest.server.test_model.DistroTreeSystemsFilterTest) ... ok | |
| test_numa_node_count (bkr.inttest.server.test_model.DistroTreeSystemsFilterTest) ... ok | |
| test_or_lab_controller (bkr.inttest.server.test_model.DistroTreeSystemsFilterTest) ... ok | |
| test_system_type (bkr.inttest.server.test_model.DistroTreeSystemsFilterTest) ... ok | |
| test_system_vendor (bkr.inttest.server.test_model.DistroTreeSystemsFilterTest) ... ok | |
| test_all_systems_matches_arch (bkr.inttest.server.test_model.DistroTreeTest) ... ok | |
| test_all_systems_obeys_osmajor_exclusions (bkr.inttest.server.test_model.DistroTreeTest) ... ok | |
| test_all_systems_obeys_osversion_exclusions (bkr.inttest.server.test_model.DistroTreeTest) ... ok | |
| test_url_in_lab (bkr.inttest.server.test_model.DistroTreeTest) ... ok | |
| test_locations (bkr.inttest.server.test_model.GuestRecipeTest) ... ok | |
| test_all_tables_use_innodb (bkr.inttest.server.test_model.SchemaSanityTest) ... ok | |
| test_lazy_create_does_not_cause_duplicates (bkr.inttest.server.test_model.TaskPackageTest) ... ok | |
| test_lazy_create_does_not_cause_duplicates (bkr.inttest.server.test_model.TaskTypeTest) ... ok | |
| test_counts_distinct_stable_distros (bkr.inttest.server.test_model.TestBrokenSystemDetection) ... ok | |
| test_multiple_suspicious_aborts_triggers_broken_system (bkr.inttest.server.test_model.TestBrokenSystemDetection) ... ok | |
| test_status_change_is_respected (bkr.inttest.server.test_model.TestBrokenSystemDetection) ... ok | |
| test_updates_modified_date (bkr.inttest.server.test_model.TestBrokenSystemDetection) ... ok | |
| test_cc_property (bkr.inttest.server.test_model.TestJob) ... ok | |
| test_mail_exception_doesnt_prevent_status_update (bkr.inttest.server.test_model.TestJob) ... ok | |
| test_add_user_to_system (bkr.inttest.server.test_model.TestSystem) ... ok | |
| test_create_system_params (bkr.inttest.server.test_model.TestSystem) ... ok | |
| test_install_options_override (bkr.inttest.server.test_model.TestSystem) ... ok | |
| test_mark_broken_updates_history (bkr.inttest.server.test_model.TestSystem) ... ok | |
| test_remove_user_from_system (bkr.inttest.server.test_model.TestSystem) ... ok | |
| test_removing_key_type_cascades_to_key_value (bkr.inttest.server.test_model.TestSystemKeyValue) ... ok | |
| test_dictionary_password_rejected (bkr.inttest.server.test_model.UserTest) ... ok | |
| test_cpu_speed_is_decimal (bkr.inttest.server.test_rdf.SystemRDFTest) ... ok | |
| test_system_without_lab_controller (bkr.inttest.server.test_rdf.SystemRDFTest) ... ok | |
| test_disable_task (bkr.inttest.server.test_tasks.TestTasks) ... ok | |
| test_enable_task (bkr.inttest.server.test_tasks.TestTasks) ... ok | |
| test_abort_recipe_bubbles_status_to_job (bkr.inttest.server.test_update_status.TestUpdateStatus) ... ok | |
| test_update_status_can_be_roundtripped_35508 (bkr.inttest.server.test_update_status.TestUpdateStatus) ... ok | |
| test_update_status_can_be_roundtripped_40214 (bkr.inttest.server.test_update_status.TestUpdateStatus) ... ok | |
| test_durations (bkr.inttest.server.test_utilisation.SystemUtilisationTest) ... ok | |
| test_idle_with_status_duration_covering_entire_period (bkr.inttest.server.test_utilisation.SystemUtilisationTest) ... ok | |
| test_system_added_during_period (bkr.inttest.server.test_utilisation.SystemUtilisationTest) ... ok | |
| test_system_removed_during_period (bkr.inttest.server.test_utilisation.SystemUtilisationTest) ... ok | |
| test_device (bkr.common.test_schema.JobSchemaTest) ... ok | |
| test_device_driver (bkr.common.test_schema.JobSchemaTest) ... ok | |
| test_duplicate_elements (bkr.common.test_schema.JobSchemaTest) ... ok | |
| test_guestrecipe (bkr.common.test_schema.JobSchemaTest) ... ok | |
| test_hostRequires_not_optional (bkr.common.test_schema.JobSchemaTest) ... ok | |
| test_minimal_job (bkr.common.test_schema.JobSchemaTest) ... ok | |
| test_recipe_elements_in_different_order (bkr.common.test_schema.JobSchemaTest) ... ok | |
| self_test_doesnt_mangle_short_values (bkr.server.test_util.UnicodeTruncateTest) ... ok | |
| self_test_truncates_on_character_boundaries (bkr.server.test_util.UnicodeTruncateTest) ... ok | |
| test_reaper_race (bkr.labcontroller.test_async.SubprocessTest) ... ok | |
| test_runaway_output_is_discarded (bkr.labcontroller.test_async.SubprocessTest) ... ERROR | |
| test_timeout_is_enforced (bkr.labcontroller.test_async.SubprocessTest) ... ok | |
| test_configure_then_clear (bkr.labcontroller.test_netboot.EfigrubTest) ... ok | |
| test_multiple_initrds (bkr.labcontroller.test_netboot.EfigrubTest) ... ok | |
| test_configure_then_clear (bkr.labcontroller.test_netboot.EliloTest) ... ok | |
| test_fetch_then_clear (bkr.labcontroller.test_netboot.ImagesTest) ... ok | |
| test_fetch_twice (bkr.labcontroller.test_netboot.ImagesTest) ... ok | |
| test_configure_then_clear (bkr.labcontroller.test_netboot.PxelinuxTest) ... ok | |
| test_doesnt_overwrite_existing_default_config (bkr.labcontroller.test_netboot.PxelinuxTest) ... ok | |
| test_multiple_initrds (bkr.labcontroller.test_netboot.PxelinuxTest) ... ok | |
| test_configure_then_clear (bkr.labcontroller.test_netboot.YabootTest) ... ok | |
| test_configure_twice (bkr.labcontroller.test_netboot.YabootTest) ... ok | |
| test_configure_then_clear (bkr.labcontroller.test_netboot.ZpxeTest) ... ok | |
| ====================================================================== | |
| ERROR: test_disable (bkr.inttest.server.selenium.test_add_user.AddUser) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/gene/beaker/IntegrationTests/src/bkr/inttest/server/selenium/test_add_user.py", line 131, in setUp | |
| self.selenium.start() | |
| File "/usr/lib/python2.7/site-packages/selenium/selenium.py", line 189, in start | |
| result = self.get_string("getNewBrowserSession", start_args) | |
| File "/usr/lib/python2.7/site-packages/selenium/selenium.py", line 223, in get_string | |
| result = self.do_command(verb, args) | |
| File "/usr/lib/python2.7/site-packages/selenium/selenium.py", line 217, in do_command | |
| raise Exception, data | |
| Exception: Failed to start new browser session: Error while launching browser | |
| -------------------- >> begin captured stdout << --------------------- | |
| 07:34:12.779 INFO - Command request: getNewBrowserSession[*chrome, http://localhost:9090/, ] on session null | |
| 07:34:12.780 INFO - creating new remote session | |
| 07:34:12.780 INFO - Allocated session 5419cadbb1cc478181faa7a5d0e2c9f6 for http://localhost:9090/, launching... | |
| 07:34:12.803 INFO - Preparing Firefox profile... | |
| 1 XSELINUXs still allocated at reset | |
| SCREEN: 0 objects of 176 bytes = 0 total bytes 0 private allocs | |
| DEVICE: 0 objects of 96 bytes = 0 total bytes 0 private allocs | |
| CLIENT: 0 objects of 64 bytes = 0 total bytes 0 private allocs | |
| WINDOW: 0 objects of 48 bytes = 0 total bytes 0 private allocs | |
| PIXMAP: 1 objects of 16 bytes = 16 total bytes 0 private allocs | |
| GC: 0 objects of 56 bytes = 0 total bytes 0 private allocs | |
| CURSOR: 0 objects of 8 bytes = 0 total bytes 0 private allocs | |
| CURSOR_BITS: 0 objects of 8 bytes = 0 total bytes 0 private allocs | |
| DBE_WINDOW: 0 objects of 24 bytes = 0 total bytes 0 private allocs | |
| TOTAL: 1 objects, 16 bytes, 0 allocs | |
| 1 PIXMAPs still allocated at reset | |
| PIXMAP: 1 objects of 16 bytes = 16 total bytes 0 private allocs | |
| GC: 0 objects of 56 bytes = 0 total bytes 0 private allocs | |
| CURSOR: 0 objects of 8 bytes = 0 total bytes 0 private allocs | |
| CURSOR_BITS: 0 objects of 8 bytes = 0 total bytes 0 private allocs | |
| DBE_WINDOW: 0 objects of 24 bytes = 0 total bytes 0 private allocs | |
| TOTAL: 1 objects, 16 bytes, 0 allocs | |
| 1 XSELINUXs still allocated at reset | |
| SCREEN: 0 objects of 176 bytes = 0 total bytes 0 private allocs | |
| DEVICE: 0 objects of 96 bytes = 0 total bytes 0 private allocs | |
| CLIENT: 0 objects of 64 bytes = 0 total bytes 0 private allocs | |
| WINDOW: 0 objects of 48 bytes = 0 total bytes 0 private allocs | |
| PIXMAP: 1 objects of 16 bytes = 16 total bytes 0 private allocs | |
| GC: 0 objects of 56 bytes = 0 total bytes 0 private allocs | |
| CURSOR: 0 objects of 8 bytes = 0 total bytes 0 private allocs | |
| CURSOR_BITS: 0 objects of 8 bytes = 0 total bytes 0 private allocs | |
| DBE_WINDOW: 0 objects of 24 bytes = 0 total bytes 0 private allocs | |
| TOTAL: 1 objects, 16 bytes, 0 allocs | |
| 1 PIXMAPs still allocated at reset | |
| PIXMAP: 1 objects of 16 bytes = 16 total bytes 0 private allocs | |
| GC: 0 objects of 56 bytes = 0 total bytes 0 private allocs | |
| CURSOR: 0 objects of 8 bytes = 0 total bytes 0 private allocs | |
| CURSOR_BITS: 0 objects of 8 bytes = 0 total bytes 0 private allocs | |
| DBE_WINDOW: 0 objects of 24 bytes = 0 total bytes 0 private allocs | |
| TOTAL: 1 objects, 16 bytes, 0 allocs | |
| updating visit (00fc8045c08fdf6224842beca01768b8b56d6152) to expire at 2012-09-14 09:34:12.395910 | |
| updating visit (457ab39e2b5150af9a31d95d425e506bcf995520) to expire at 2012-09-14 09:34:04.705007 | |
| 07:34:32.865 ERROR - Failed to start new browser session, shutdown browser and clear all session data | |
| java.lang.RuntimeException: Timed out waiting for profile to be created! | |
| at org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher.waitForFullProfileToBeCreated(FirefoxChromeLauncher.java:360) | |
| at org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher.populateCustomProfileDirectory(FirefoxChromeLauncher.java:120) | |
| at org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher.launch(FirefoxChromeLauncher.java:90) | |
| at org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher.launchRemoteSession(FirefoxChromeLauncher.java:412) | |
| at org.openqa.selenium.server.BrowserSessionFactory.createNewRemoteSession(BrowserSessionFactory.java:381) | |
| at org.openqa.selenium.server.BrowserSessionFactory.getNewBrowserSession(BrowserSessionFactory.java:125) | |
| at org.openqa.selenium.server.BrowserSessionFactory.getNewBrowserSession(BrowserSessionFactory.java:86) | |
| at org.openqa.selenium.server.SeleniumDriverResourceHandler.getNewBrowserSession(SeleniumDriverResourceHandler.java:811) | |
| at org.openqa.selenium.server.SeleniumDriverResourceHandler.doCommand(SeleniumDriverResourceHandler.java:437) | |
| at org.openqa.selenium.server.SeleniumDriverResourceHandler.handleCommandRequest(SeleniumDriverResourceHandler.java:407) | |
| at org.openqa.selenium.server.SeleniumDriverResourceHandler.handle(SeleniumDriverResourceHandler.java:151) | |
| at org.openqa.jetty.http.HttpContext.handle(HttpContext.java:1530) | |
| at org.openqa.jetty.http.HttpContext.handle(HttpContext.java:1482) | |
| at org.openqa.jetty.http.HttpServer.service(HttpServer.java:909) | |
| at org.openqa.jetty.http.HttpConnection.service(HttpConnection.java:820) | |
| at org.openqa.jetty.http.HttpConnection.handleNext(HttpConnection.java:986) | |
| at org.openqa.jetty.http.HttpConnection.handle(HttpConnection.java:837) | |
| at org.openqa.jetty.http.SocketListener.handleConnection(SocketListener.java:243) | |
| at org.openqa.jetty.util.ThreadedServer.handle(ThreadedServer.java:357) | |
| at org.openqa.jetty.util.ThreadPool$PoolThread.run(ThreadPool.java:534) | |
| 07:34:32.871 INFO - Got result: Failed to start new browser session: Error while launching browser on session null | |
| --------------------- >> end captured stdout << ---------------------- | |
| ====================================================================== | |
| ERROR: test_add_user_to_admin_group (bkr.inttest.server.selenium.test_add_user_to_group.TestAddUserToGroup) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/gene/beaker/IntegrationTests/src/bkr/inttest/server/selenium/test_add_user_to_group.py", line 11, in setUp | |
| self.selenium.start() | |
| File "/usr/lib/python2.7/site-packages/selenium/selenium.py", line 189, in start | |
| result = self.get_string("getNewBrowserSession", start_args) | |
| File "/usr/lib/python2.7/site-packages/selenium/selenium.py", line 223, in get_string | |
| result = self.do_command(verb, args) | |
| File "/usr/lib/python2.7/site-packages/selenium/selenium.py", line 217, in do_command | |
| raise Exception, data | |
| Exception: Failed to start new browser session: Error while launching browser | |
| -------------------- >> begin captured stdout << --------------------- | |
| 07:35:04.870 INFO - Command request: getNewBrowserSession[*chrome, http://localhost:9090/, ] on session null | |
| 07:35:04.870 INFO - creating new remote session | |
| 07:35:04.870 INFO - Allocated session 98b6d30763ea41a0aa19aeafaf316ceb for http://localhost:9090/, launching... | |
| 07:35:04.885 INFO - Preparing Firefox profile... | |
| 1 XSELINUXs still allocated at reset | |
| SCREEN: 0 objects of 176 bytes = 0 total bytes 0 private allocs | |
| DEVICE: 0 objects of 96 bytes = 0 total bytes 0 private allocs | |
| CLIENT: 0 objects of 64 bytes = 0 total bytes 0 private allocs | |
| WINDOW: 0 objects of 48 bytes = 0 total bytes 0 private allocs | |
| PIXMAP: 1 objects of 16 bytes = 16 total bytes 0 private allocs | |
| GC: 0 objects of 56 bytes = 0 total bytes 0 private allocs | |
| CURSOR: 0 objects of 8 bytes = 0 total bytes 0 private allocs | |
| CURSOR_BITS: 0 objects of 8 bytes = 0 total bytes 0 private allocs | |
| DBE_WINDOW: 0 objects of 24 bytes = 0 total bytes 0 private allocs | |
| TOTAL: 1 objects, 16 bytes, 0 allocs | |
| 1 PIXMAPs still allocated at reset | |
| PIXMAP: 1 objects of 16 bytes = 16 total bytes 0 private allocs | |
| GC: 0 objects of 56 bytes = 0 total bytes 0 private allocs | |
| CURSOR: 0 objects of 8 bytes = 0 total bytes 0 private allocs | |
| CURSOR_BITS: 0 objects of 8 bytes = 0 total bytes 0 private allocs | |
| DBE_WINDOW: 0 objects of 24 bytes = 0 total bytes 0 private allocs | |
| TOTAL: 1 objects, 16 bytes, 0 allocs | |
| 1 XSELINUXs still allocated at reset | |
| SCREEN: 0 objects of 176 bytes = 0 total bytes 0 private allocs | |
| DEVICE: 0 objects of 96 bytes = 0 total bytes 0 private allocs | |
| CLIENT: 0 objects of 64 bytes = 0 total bytes 0 private allocs | |
| WINDOW: 0 objects of 48 bytes = 0 total bytes 0 private allocs | |
| PIXMAP: 1 objects of 16 bytes = 16 total bytes 0 private allocs | |
| GC: 0 objects of 56 bytes = 0 total bytes 0 private allocs | |
| CURSOR: 0 objects of 8 bytes = 0 total bytes 0 private allocs | |
| CURSOR_BITS: 0 objects of 8 bytes = 0 total bytes 0 private allocs | |
| DBE_WINDOW: 0 objects of 24 bytes = 0 total bytes 0 private allocs | |
| TOTAL: 1 objects, 16 bytes, 0 allocs | |
| 1 PIXMAPs still allocated at reset | |
| PIXMAP: 1 objects of 16 bytes = 16 total bytes 0 private allocs | |
| GC: 0 objects of 56 bytes = 0 total bytes 0 private allocs | |
| CURSOR: 0 objects of 8 bytes = 0 total bytes 0 private allocs | |
| CURSOR_BITS: 0 objects of 8 bytes = 0 total bytes 0 private allocs | |
| DBE_WINDOW: 0 objects of 24 bytes = 0 total bytes 0 private allocs | |
| TOTAL: 1 objects, 16 bytes, 0 allocs | |
| 07:35:24.997 ERROR - Failed to start new browser session, shutdown browser and clear all session data | |
| java.lang.RuntimeException: Timed out waiting for profile to be created! | |
| at org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher.waitForFullProfileToBeCreated(FirefoxChromeLauncher.java:360) | |
| at org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher.populateCustomProfileDirectory(FirefoxChromeLauncher.java:120) | |
| at org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher.launch(FirefoxChromeLauncher.java:90) | |
| at org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher.launchRemoteSession(FirefoxChromeLauncher.java:412) | |
| at org.openqa.selenium.server.BrowserSessionFactory.createNewRemoteSession(BrowserSessionFactory.java:381) | |
| at org.openqa.selenium.server.BrowserSessionFactory.getNewBrowserSession(BrowserSessionFactory.java:125) | |
| at org.openqa.selenium.server.BrowserSessionFactory.getNewBrowserSession(BrowserSessionFactory.java:86) | |
| at org.openqa.selenium.server.SeleniumDriverResourceHandler.getNewBrowserSession(SeleniumDriverResourceHandler.java:811) | |
| at org.openqa.selenium.server.SeleniumDriverResourceHandler.doCommand(SeleniumDriverResourceHandler.java:437) | |
| at org.openqa.selenium.server.SeleniumDriverResourceHandler.handleCommandRequest(SeleniumDriverResourceHandler.java:407) | |
| at org.openqa.selenium.server.SeleniumDriverResourceHandler.handle(SeleniumDriverResourceHandler.java:151) | |
| at org.openqa.jetty.http.HttpContext.handle(HttpContext.java:1530) | |
| at org.openqa.jetty.http.HttpContext.handle(HttpContext.java:1482) | |
| at org.openqa.jetty.http.HttpServer.service(HttpServer.java:909) | |
| at org.openqa.jetty.http.HttpConnection.service(HttpConnection.java:820) | |
| at org.openqa.jetty.http.HttpConnection.handleNext(HttpConnection.java:986) | |
| at org.openqa.jetty.http.HttpConnection.handle(HttpConnection.java:837) | |
| at org.openqa.jetty.http.SocketListener.handleConnection(SocketListener.java:243) | |
| at org.openqa.jetty.util.ThreadedServer.handle(ThreadedServer.java:357) | |
| at org.openqa.jetty.util.ThreadPool$PoolThread.run(ThreadPool.java:534) | |
| 07:35:24.999 INFO - Got result: Failed to start new browser session: Error while launching browser on session null | |
| --------------------- >> end captured stdout << ---------------------- | |
| ====================================================================== | |
| ERROR: test_no_quotes (bkr.inttest.server.selenium.test_csv_import.CSVImportTest) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/gene/beaker/IntegrationTests/src/bkr/inttest/__init__.py", line 64, in _decorated | |
| func(*args, **kwargs) | |
| File "/home/gene/beaker/IntegrationTests/src/bkr/inttest/server/selenium/test_csv_import.py", line 19, in setUp | |
| self.browser = self.get_browser() | |
| File "/home/gene/beaker/IntegrationTests/src/bkr/inttest/server/selenium/__init__.py", line 122, in get_browser | |
| b = webdriver.Firefox() | |
| File "/usr/lib/python2.7/site-packages/selenium/webdriver/firefox/webdriver.py", line 51, in __init__ | |
| self.binary, timeout), | |
| File "/usr/lib/python2.7/site-packages/selenium/webdriver/firefox/extension_connection.py", line 47, in __init__ | |
| self.binary.launch_browser(self.profile) | |
| File "/usr/lib/python2.7/site-packages/selenium/webdriver/firefox/firefox_binary.py", line 44, in launch_browser | |
| self._wait_until_connectable() | |
| File "/usr/lib/python2.7/site-packages/selenium/webdriver/firefox/firefox_binary.py", line 81, in _wait_until_connectable | |
| self._get_firefox_output()) | |
| WebDriverException: Message: u"Message: 'The browser appears to have exited before we could connect. The output was: Error: cannot open display: :4\\n' \n-------------------- >> begin captured stdout << ---------------------\n1 XSELINUXs still allocated at reset\nSCREEN: 0 objects of 176 bytes = 0 total bytes 0 private allocs\nDEVICE: 0 objects of 96 bytes = 0 total bytes 0 private allocs\nCLIENT: 0 objects of 64 bytes = 0 total bytes 0 private allocs\nWINDOW: 0 objects of 48 bytes = 0 total bytes 0 private allocs\nPIXMAP: 1 objects of 16 bytes = 16 total bytes 0 private allocs\nGC: 0 objects of 56 bytes = 0 total bytes 0 private allocs\nCURSOR: 0 objects of 8 bytes = 0 total bytes 0 private allocs\nCURSOR_BITS: 0 objects of 8 bytes = 0 total bytes 0 private allocs\nDBE_WINDOW: 0 objects of 24 bytes = 0 total bytes 0 private allocs\nTOTAL: 1 objects, 16 bytes, 0 allocs\n1 PIXMAPs still allocated at reset\nPIXMAP: 1 objects of 16 bytes = 16 total bytes 0 private allocs\nGC: 0 objects of 56 bytes = 0 total bytes 0 private allocs\nCURSOR: 0 objects of 8 bytes = 0 total bytes 0 private allocs\nCURSOR_BITS: 0 objects of 8 bytes = 0 total bytes 0 private allocs\nDBE_WINDOW: 0 objects of 24 bytes = 0 total bytes 0 private allocs\nTOTAL: 1 objects, 16 bytes, 0 allocs\n1 XSELINUXs still allocated at reset\nSCREEN: 0 objects of 176 bytes = 0 total bytes 0 private allocs\nDEVICE: 0 objects of 96 bytes = 0 total bytes 0 private allocs\nCLIENT: 0 objects of 64 bytes = 0 total bytes 0 private allocs\nWINDOW: 0 objects of 48 bytes = 0 total bytes 0 private allocs\nPIXMAP: 1 objects of 16 bytes = 16 total bytes 0 private allocs\nGC: 0 objects of 56 bytes = 0 total bytes 0 private allocs\nCURSOR: 0 objects of 8 bytes = 0 total bytes 0 private allocs\nCURSOR_BITS: 0 objects of 8 bytes = 0 total bytes 0 private allocs\nDBE_WINDOW: 0 objects of 24 bytes = 0 total bytes 0 private allocs\nTOTAL: 1 objects, 16 bytes, 0 allocs\n1 PIXMAPs still allocated at reset\nPIXMAP: 1 objects of 16 bytes = 16 total bytes 0 private allocs\nGC: 0 objects of 56 bytes = 0 total bytes 0 private allocs\nCURSOR: 0 objects of 8 bytes = 0 total bytes 0 private allocs\nCURSOR_BITS: 0 objects of 8 bytes = 0 total bytes 0 private allocs\nDBE_WINDOW: 0 objects of 24 bytes = 0 total bytes 0 private allocs\nTOTAL: 1 objects, 16 bytes, 0 allocs\n1 XSELINUXs still allocated at reset\nSCREEN: 0 objects of 176 bytes = 0 total bytes 0 private allocs\nDEVICE: 0 objects of 96 bytes = 0 total bytes 0 private allocs\nCLIENT: 0 objects of 64 bytes = 0 total bytes 0 private allocs\nWINDOW: 0 objects of 48 bytes = 0 total bytes 0 private allocs\nPIXMAP: 1 objects of 16 bytes = 16 total bytes 0 private allocs\nGC: 0 objects of 56 bytes = 0 total bytes 0 private allocs\nCURSOR: 0 objects of 8 bytes = 0 total bytes 0 private allocs\nCURSOR_BITS: 0 objects of 8 bytes = 0 total bytes 0 private allocs\nDBE_WINDOW: 0 objects of 24 bytes = 0 total bytes 0 private allocs\nTOTAL: 1 objects, 16 bytes, 0 allocs\n1 PIXMAPs still allocated at reset\nPIXMAP: 1 objects of 16 bytes = 16 total bytes 0 private allocs\nGC: 0 objects of 56 bytes = 0 total bytes 0 private allocs\nCURSOR: 0 objects of 8 bytes = 0 total bytes 0 private allocs\nCURSOR_BITS: 0 objects of 8 bytes = 0 total bytes 0 private allocs\nDBE_WINDOW: 0 objects of 24 bytes = 0 total bytes 0 private allocs\nTOTAL: 1 objects, 16 bytes, 0 allocs\n1 XSELINUXs still allocated at reset\nSCREEN: 0 objects of 176 bytes = 0 total bytes 0 private allocs\nDEVICE: 0 objects of 96 bytes = 0 total bytes 0 private allocs\nCLIENT: 0 objects of 64 bytes = 0 total bytes 0 private allocs\nWINDOW: 0 objects of 48 bytes = 0 total bytes 0 private allocs\nPIXMAP: 1 objects of 16 bytes = 16 total bytes 0 private allocs\nGC: 0 objects of 56 bytes = 0 total bytes 0 private allocs\nCURSOR: 0 objects of 8 bytes = 0 total bytes 0 private allocs\nCURSOR_BITS: 0 objects of 8 bytes = 0 total bytes 0 private allocs\nDBE_WINDOW: 0 objects of 24 bytes = 0 total bytes 0 private allocs\nTOTAL: 1 objects, 16 bytes, 0 allocs\n1 PIXMAPs still allocated at reset\nPIXMAP: 1 objects of 16 bytes = 16 total bytes 0 private allocs\nGC: 0 objects of 56 bytes = 0 total bytes 0 private allocs\nCURSOR: 0 objects of 8 bytes = 0 total bytes 0 private allocs\nCURSOR_BITS: 0 objects of 8 bytes = 0 total bytes 0 private allocs\nDBE_WINDOW: 0 objects of 24 bytes = 0 total bytes 0 private allocs\nTOTAL: 1 objects, 16 bytes, 0 allocs\n\n--------------------- >> end captured stdout << ----------------------" | |
| ====================================================================== | |
| ERROR: test_install_options (bkr.inttest.server.selenium.test_distro_trees.DistroTreeViewTest) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/gene/beaker/IntegrationTests/src/bkr/inttest/server/selenium/test_distro_trees.py", line 21, in setUp | |
| self.browser = self.get_browser() | |
| File "/home/gene/beaker/IntegrationTests/src/bkr/inttest/server/selenium/__init__.py", line 122, in get_browser | |
| b = webdriver.Firefox() | |
| File "/usr/lib/python2.7/site-packages/selenium/webdriver/firefox/webdriver.py", line 51, in __init__ | |
| self.binary, timeout), | |
| File "/usr/lib/python2.7/site-packages/selenium/webdriver/firefox/extension_connection.py", line 47, in __init__ | |
| self.binary.launch_browser(self.profile) | |
| File "/usr/lib/python2.7/site-packages/selenium/webdriver/firefox/firefox_binary.py", line 44, in launch_browser | |
| self._wait_until_connectable() | |
| File "/usr/lib/python2.7/site-packages/selenium/webdriver/firefox/firefox_binary.py", line 81, in _wait_until_connectable | |
| self._get_firefox_output()) | |
| WebDriverException: Message: 'Message: \'The browser appears to have exited before we could connect. The output was: Error: cannot open display: :4\\n\' \n-------------------- >> begin captured stdout << ---------------------\n1 XSELINUXs still allocated at reset\nSCREEN: 0 objects of 176 bytes = 0 total bytes 0 private allocs\nDEVICE: 0 objects of 96 bytes = 0 total bytes 0 private allocs\nCLIENT: 0 objects of 64 bytes = 0 total bytes 0 private allocs\nWINDOW: 0 objects of 48 bytes = 0 total bytes 0 private allocs\nPIXMAP: 1 objects of 16 bytes = 16 total bytes 0 private allocs\nGC: 0 objects of 56 bytes = 0 total bytes 0 private allocs\nCURSOR: 0 objects of 8 bytes = 0 total bytes 0 private allocs\nCURSOR_BITS: 0 objects of 8 bytes = 0 total bytes 0 private allocs\nDBE_WINDOW: 0 objects of 24 bytes = 0 total bytes 0 private allocs\nTOTAL: 1 objects, 16 bytes, 0 allocs\n1 PIXMAPs still allocated at reset\nPIXMAP: 1 objects of 16 bytes = 16 total bytes 0 private allocs\nGC: 0 objects of 56 bytes = 0 total bytes 0 private allocs\nCURSOR: 0 objects of 8 bytes = 0 total bytes 0 private allocs\nCURSOR_BITS: 0 objects of 8 bytes = 0 total bytes 0 private allocs\nDBE_WINDOW: 0 objects of 24 bytes = 0 total bytes 0 private allocs\nTOTAL: 1 objects, 16 bytes, 0 allocs\n1 XSELINUXs still allocated at reset\nSCREEN: 0 objects of 176 bytes = 0 total bytes 0 private allocs\nDEVICE: 0 objects of 96 bytes = 0 total bytes 0 private allocs\nCLIENT: 0 objects of 64 bytes = 0 total bytes 0 private allocs\nWINDOW: 0 objects of 48 bytes = 0 total bytes 0 private allocs\nPIXMAP: 1 objects of 16 bytes = 16 total bytes 0 private allocs\nGC: 0 objects of 56 bytes = 0 total bytes 0 private allocs\nCURSOR: 0 objects of 8 bytes = 0 total bytes 0 private allocs\nCURSOR_BITS: 0 objects of 8 bytes = 0 total bytes 0 private allocs\nDBE_WINDOW: 0 objects of 24 bytes = 0 total bytes 0 private allocs\nTOTAL: 1 objects, 16 bytes, 0 allocs\n1 PIXMAPs still allocated at reset\nPIXMAP: 1 objects of 16 bytes = 16 total bytes 0 private allocs\nGC: 0 objects of 56 bytes = 0 total bytes 0 private allocs\nCURSOR: 0 objects of 8 bytes = 0 total bytes 0 private allocs\nCURSOR_BITS: 0 objects of 8 bytes = 0 total bytes 0 private allocs\nDBE_WINDOW: 0 objects of 24 bytes = 0 total bytes 0 private allocs\nTOTAL: 1 objects, 16 bytes, 0 allocs\n1 XSELINUXs still allocated at reset\nSCREEN: 0 objects of 176 bytes = 0 total bytes 0 private allocs\nDEVICE: 0 objects of 96 bytes = 0 total bytes 0 private allocs\nCLIENT: 0 objects of 64 bytes = 0 total bytes 0 private allocs\nWINDOW: 0 objects of 48 bytes = 0 total bytes 0 private allocs\nPIXMAP: 1 objects of 16 bytes = 16 total bytes 0 private allocs\nGC: 0 objects of 56 bytes = 0 total bytes 0 private allocs\nCURSOR: 0 objects of 8 bytes = 0 total bytes 0 private allocs\nCURSOR_BITS: 0 objects of 8 bytes = 0 total bytes 0 private allocs\nDBE_WINDOW: 0 objects of 24 bytes = 0 total bytes 0 private allocs\nTOTAL: 1 objects, 16 bytes, 0 allocs\n1 PIXMAPs still allocated at reset\nPIXMAP: 1 objects of 16 bytes = 16 total bytes 0 private allocs\nGC: 0 objects of 56 bytes = 0 total bytes 0 private allocs\nCURSOR: 0 objects of 8 bytes = 0 total bytes 0 private allocs\nCURSOR_BITS: 0 objects of 8 bytes = 0 total bytes 0 private allocs\nDBE_WINDOW: 0 objects of 24 bytes = 0 total bytes 0 private allocs\nTOTAL: 1 objects, 16 bytes, 0 allocs\n1 XSELINUXs still allocated at reset\nSCREEN: 0 objects of 176 bytes = 0 total bytes 0 private allocs\nDEVICE: 0 objects of 96 bytes = 0 total bytes 0 private allocs\nCLIENT: 0 objects of 64 bytes = 0 total bytes 0 private allocs\nWINDOW: 0 objects of 48 bytes = 0 total bytes 0 private allocs\nPIXMAP: 1 objects of 16 bytes = 16 total bytes 0 private allocs\nGC: 0 objects of 56 bytes = 0 total bytes 0 private allocs\nCURSOR: 0 objects of 8 bytes = 0 total bytes 0 private allocs\nCURSOR_BITS: 0 objects of 8 bytes = 0 total bytes 0 private allocs\nDBE_WINDOW: 0 objects of 24 bytes = 0 total bytes 0 private allocs\nTOTAL: 1 objects, 16 bytes, 0 allocs\n1 PIXMAPs still allocated at reset\nPIXMAP: 1 objects of 16 bytes = 16 total bytes 0 private allocs\nGC: 0 objects of 56 bytes = 0 total bytes 0 private allocs\nCURSOR: 0 objects of 8 bytes = 0 total bytes 0 private allocs\nCURSOR_BITS: 0 objects of 8 bytes = 0 total bytes 0 private allocs\nDBE_WINDOW: 0 objects of 24 bytes = 0 total bytes 0 private allocs\nTOTAL: 1 objects, 16 bytes, 0 allocs\n\n--------------------- >> end captured stdout << ----------------------\n-------------------- >> begin captured logging << --------------------\nselenium.webdriver.remote.remote_connection: DEBUG: DELETE http://127.0.0.1:52095/hub/session/8cf280ae-6bff-4323-8afd-5337999d2073 {"sessionId": "8cf280ae-6bff-4323-8afd-5337999d2073"}\n--------------------- >> end captured logging << ---------------------' | |
| ====================================================================== | |
| ERROR: test_non_admin_user_cannot_remove_tag (bkr.inttest.server.selenium.test_distros.DistroViewTest) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/gene/beaker/IntegrationTests/src/bkr/inttest/__init__.py", line 64, in _decorated | |
| func(*args, **kwargs) | |
| File "/home/gene/beaker/IntegrationTests/src/bkr/inttest/server/selenium/test_distros.py", line 18, in setUp | |
| self.selenium.start() | |
| File "/usr/lib/python2.7/site-packages/selenium/selenium.py", line 189, in start | |
| result = self.get_string("getNewBrowserSession", start_args) | |
| File "/usr/lib/python2.7/site-packages/selenium/selenium.py", line 223, in get_string | |
| result = self.do_command(verb, args) | |
| File "/usr/lib/python2.7/site-packages/selenium/selenium.py", line 217, in do_command | |
| raise Exception, data | |
| Exception: Failed to start new browser session: Error while launching browser | |
| -------------------- >> begin captured stdout << --------------------- | |
| 07:37:24.449 INFO - Command request: getNewBrowserSession[*chrome, http://localhost:9090/, ] on session null | |
| 07:37:24.449 INFO - creating new remote session | |
| 07:37:24.449 INFO - Allocated session d307f057b4964cf8a01c262fe862d50a for http://localhost:9090/, launching... | |
| 07:37:24.466 INFO - Preparing Firefox profile... | |
| 1 XSELINUXs still allocated at reset | |
| SCREEN: 0 objects of 176 bytes = 0 total bytes 0 private allocs | |
| DEVICE: 0 objects of 96 bytes = 0 total bytes 0 private allocs | |
| CLIENT: 0 objects of 64 bytes = 0 total bytes 0 private allocs | |
| WINDOW: 0 objects of 48 bytes = 0 total bytes 0 private allocs | |
| PIXMAP: 1 objects of 16 bytes = 16 total bytes 0 private allocs | |
| GC: 0 objects of 56 bytes = 0 total bytes 0 private allocs | |
| CURSOR: 0 objects of 8 bytes = 0 total bytes 0 private allocs | |
| CURSOR_BITS: 0 objects of 8 bytes = 0 total bytes 0 private allocs | |
| DBE_WINDOW: 0 objects of 24 bytes = 0 total bytes 0 private allocs | |
| TOTAL: 1 objects, 16 bytes, 0 allocs | |
| 1 PIXMAPs still allocated at reset | |
| PIXMAP: 1 objects of 16 bytes = 16 total bytes 0 private allocs | |
| GC: 0 objects of 56 bytes = 0 total bytes 0 private allocs | |
| CURSOR: 0 objects of 8 bytes = 0 total bytes 0 private allocs | |
| CURSOR_BITS: 0 objects of 8 bytes = 0 total bytes 0 private allocs | |
| DBE_WINDOW: 0 objects of 24 bytes = 0 total bytes 0 private allocs | |
| TOTAL: 1 objects, 16 bytes, 0 allocs | |
| 1 XSELINUXs still allocated at reset | |
| SCREEN: 0 objects of 176 bytes = 0 total bytes 0 private allocs | |
| DEVICE: 0 objects of 96 bytes = 0 total bytes 0 private allocs | |
| CLIENT: 0 objects of 64 bytes = 0 total bytes 0 private allocs | |
| WINDOW: 0 objects of 48 bytes = 0 total bytes 0 private allocs | |
| PIXMAP: 1 objects of 16 bytes = 16 total bytes 0 private allocs | |
| GC: 0 objects of 56 bytes = 0 total bytes 0 private allocs | |
| CURSOR: 0 objects of 8 bytes = 0 total bytes 0 private allocs | |
| CURSOR_BITS: 0 objects of 8 bytes = 0 total bytes 0 private allocs | |
| DBE_WINDOW: 0 objects of 24 bytes = 0 total bytes 0 private allocs | |
| TOTAL: 1 objects, 16 bytes, 0 allocs | |
| 1 PIXMAPs still allocated at reset | |
| PIXMAP: 1 objects of 16 bytes = 16 total bytes 0 private allocs | |
| GC: 0 objects of 56 bytes = 0 total bytes 0 private allocs | |
| CURSOR: 0 objects of 8 bytes = 0 total bytes 0 private allocs | |
| CURSOR_BITS: 0 objects of 8 bytes = 0 total bytes 0 private allocs | |
| DBE_WINDOW: 0 objects of 24 bytes = 0 total bytes 0 private allocs | |
| TOTAL: 1 objects, 16 bytes, 0 allocs | |
| updating visit (fe20b326329199ef677477065caa35425128a087) to expire at 2012-09-14 09:37:18.151825 | |
| updating visit (73d9cbbbbd311b8a3eee4688c48e2ffa7c4f27f9) to expire at 2012-09-14 09:37:05.672419 | |
| updating visit (893322c5fef8dc7412314d851251a5ac2891d8d5) to expire at 2012-09-14 09:37:12.078974 | |
| updating visit (5b438cfbc7508b98a4532c5fa7f1d1dbabd9383e) to expire at 2012-09-14 09:37:24.324553 | |
| 07:37:44.578 ERROR - Failed to start new browser session, shutdown browser and clear all session data | |
| java.lang.RuntimeException: Timed out waiting for profile to be created! | |
| at org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher.waitForFullProfileToBeCreated(FirefoxChromeLauncher.java:360) | |
| at org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher.populateCustomProfileDirectory(FirefoxChromeLauncher.java:120) | |
| at org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher.launch(FirefoxChromeLauncher.java:90) | |
| at org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher.launchRemoteSession(FirefoxChromeLauncher.java:412) | |
| at org.openqa.selenium.server.BrowserSessionFactory.createNewRemoteSession(BrowserSessionFactory.java:381) | |
| at org.openqa.selenium.server.BrowserSessionFactory.getNewBrowserSession(BrowserSessionFactory.java:125) | |
| at org.openqa.selenium.server.BrowserSessionFactory.getNewBrowserSession(BrowserSessionFactory.java:86) | |
| at org.openqa.selenium.server.SeleniumDriverResourceHandler.getNewBrowserSession(SeleniumDriverResourceHandler.java:811) | |
| at org.openqa.selenium.server.SeleniumDriverResourceHandler.doCommand(SeleniumDriverResourceHandler.java:437) | |
| at org.openqa.selenium.server.SeleniumDriverResourceHandler.handleCommandRequest(SeleniumDriverResourceHandler.java:407) | |
| at org.openqa.selenium.server.SeleniumDriverResourceHandler.handle(SeleniumDriverResourceHandler.java:151) | |
| at org.openqa.jetty.http.HttpContext.handle(HttpContext.java:1530) | |
| at org.openqa.jetty.http.HttpContext.handle(HttpContext.java:1482) | |
| at org.openqa.jetty.http.HttpServer.service(HttpServer.java:909) | |
| at org.openqa.jetty.http.HttpConnection.service(HttpConnection.java:820) | |
| at org.openqa.jetty.http.HttpConnection.handleNext(HttpConnection.java:986) | |
| at org.openqa.jetty.http.HttpConnection.handle(HttpConnection.java:837) | |
| at org.openqa.jetty.http.SocketListener.handleConnection(SocketListener.java:243) | |
| at org.openqa.jetty.util.ThreadedServer.handle(ThreadedServer.java:357) | |
| at org.openqa.jetty.util.ThreadPool$PoolThread.run(ThreadPool.java:534) | |
| 07:37:44.580 INFO - Got result: Failed to start new browser session: Error while launching browser on session null | |
| --------------------- >> end captured stdout << ---------------------- | |
| ====================================================================== | |
| ERROR: test_log_delete_expired (bkr.inttest.server.tools.test_log_delete.LogDelete) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/gene/beaker/IntegrationTests/src/bkr/inttest/server/tools/test_log_delete.py", line 74, in test_log_delete_expired | |
| log_delete.log_delete() | |
| File "/home/gene/beaker/Server/bkr/server/tools/log_delete.py", line 50, in log_delete | |
| auth=requests.auth.HTTPKerberosAuth(require_mutual_auth=False)) | |
| AttributeError: 'module' object has no attribute 'HTTPKerberosAuth' | |
| -------------------- >> begin captured logging << -------------------- | |
| turbomail.manager: INFO: Attempting delivery of message <20120913215946.2393.19953@fedora17>. | |
| turbomail.transport: INFO: Attempting delivery of message <20120913215946.2393.19953@fedora17>. | |
| turbomail.delivery: INFO: <20120913215946.2393.19953@fedora17> DELIVER | |
| turbomail.transport: INFO: Connecting to SMTP server 127.0.0.1:19999. | |
| turbomail.manager: ERROR: Delivery of message <20120913215946.2393.19953@fedora17> failed. | |
| turbomail.manager: INFO: Attempting delivery of message <20120913215946.2393.29386@fedora17>. | |
| turbomail.transport: INFO: Attempting delivery of message <20120913215946.2393.29386@fedora17>. | |
| turbomail.delivery: INFO: <20120913215946.2393.29386@fedora17> DELIVER | |
| turbomail.transport: INFO: Connecting to SMTP server 127.0.0.1:19999. | |
| turbomail.manager: ERROR: Delivery of message <20120913215946.2393.29386@fedora17> failed. | |
| --------------------- >> end captured logging << --------------------- | |
| ====================================================================== | |
| ERROR: test_log_delete_to_delete (bkr.inttest.server.tools.test_log_delete.LogDelete) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/gene/beaker/IntegrationTests/src/bkr/inttest/server/tools/test_log_delete.py", line 87, in test_log_delete_to_delete | |
| log_delete.log_delete() | |
| File "/home/gene/beaker/Server/bkr/server/tools/log_delete.py", line 50, in log_delete | |
| auth=requests.auth.HTTPKerberosAuth(require_mutual_auth=False)) | |
| AttributeError: 'module' object has no attribute 'HTTPKerberosAuth' | |
| -------------------- >> begin captured logging << -------------------- | |
| turbomail.manager: INFO: Attempting delivery of message <20120913215947.2393.33091@fedora17>. | |
| turbomail.transport: INFO: Attempting delivery of message <20120913215947.2393.33091@fedora17>. | |
| turbomail.delivery: INFO: <20120913215947.2393.33091@fedora17> DELIVER | |
| turbomail.transport: INFO: Connecting to SMTP server 127.0.0.1:19999. | |
| turbomail.manager: ERROR: Delivery of message <20120913215947.2393.33091@fedora17> failed. | |
| --------------------- >> end captured logging << --------------------- | |
| ====================================================================== | |
| ERROR: test_log_not_delete (bkr.inttest.server.tools.test_log_delete.LogDelete) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/gene/beaker/IntegrationTests/src/bkr/inttest/server/tools/test_log_delete.py", line 53, in test_log_not_delete | |
| log_delete.log_delete() | |
| File "/home/gene/beaker/Server/bkr/server/tools/log_delete.py", line 50, in log_delete | |
| auth=requests.auth.HTTPKerberosAuth(require_mutual_auth=False)) | |
| AttributeError: 'module' object has no attribute 'HTTPKerberosAuth' | |
| -------------------- >> begin captured logging << -------------------- | |
| turbomail.manager: INFO: Attempting delivery of message <20120913215947.2393.37753@fedora17>. | |
| turbomail.transport: INFO: Attempting delivery of message <20120913215947.2393.37753@fedora17>. | |
| turbomail.delivery: INFO: <20120913215947.2393.37753@fedora17> DELIVER | |
| turbomail.transport: INFO: Connecting to SMTP server 127.0.0.1:19999. | |
| turbomail.manager: ERROR: Delivery of message <20120913215947.2393.37753@fedora17> failed. | |
| turbomail.manager: INFO: Attempting delivery of message <20120913215948.2393.90846@fedora17>. | |
| turbomail.transport: INFO: Attempting delivery of message <20120913215948.2393.90846@fedora17>. | |
| turbomail.delivery: INFO: <20120913215948.2393.90846@fedora17> DELIVER | |
| turbomail.transport: INFO: Connecting to SMTP server 127.0.0.1:19999. | |
| turbomail.manager: ERROR: Delivery of message <20120913215948.2393.90846@fedora17> failed. | |
| --------------------- >> end captured logging << --------------------- | |
| ====================================================================== | |
| ERROR: test_301_redirect (bkr.inttest.server.tools.test_log_delete.RemoteLogDeletionTest) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/gene/beaker/IntegrationTests/src/bkr/inttest/server/tools/test_log_delete.py", line 128, in test_301_redirect | |
| self.assertEquals(log_delete.log_delete(), 0) # exit status | |
| File "/home/gene/beaker/Server/bkr/server/tools/log_delete.py", line 50, in log_delete | |
| auth=requests.auth.HTTPKerberosAuth(require_mutual_auth=False)) | |
| AttributeError: 'module' object has no attribute 'HTTPKerberosAuth' | |
| -------------------- >> begin captured logging << -------------------- | |
| turbomail.manager: INFO: Attempting delivery of message <20120913215948.2393.17837@fedora17>. | |
| turbomail.transport: INFO: Attempting delivery of message <20120913215948.2393.17837@fedora17>. | |
| turbomail.delivery: INFO: <20120913215948.2393.17837@fedora17> DELIVER | |
| turbomail.transport: INFO: Connecting to SMTP server 127.0.0.1:19999. | |
| turbomail.manager: ERROR: Delivery of message <20120913215948.2393.17837@fedora17> failed. | |
| --------------------- >> end captured logging << --------------------- | |
| ====================================================================== | |
| ERROR: test_302_redirect (bkr.inttest.server.tools.test_log_delete.RemoteLogDeletionTest) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/gene/beaker/IntegrationTests/src/bkr/inttest/server/tools/test_log_delete.py", line 135, in test_302_redirect | |
| self.assertEquals(log_delete.log_delete(), 0) # exit status | |
| File "/home/gene/beaker/Server/bkr/server/tools/log_delete.py", line 50, in log_delete | |
| auth=requests.auth.HTTPKerberosAuth(require_mutual_auth=False)) | |
| AttributeError: 'module' object has no attribute 'HTTPKerberosAuth' | |
| -------------------- >> begin captured logging << -------------------- | |
| turbomail.manager: INFO: Attempting delivery of message <20120913215949.2393.26811@fedora17>. | |
| turbomail.transport: INFO: Attempting delivery of message <20120913215949.2393.26811@fedora17>. | |
| turbomail.delivery: INFO: <20120913215949.2393.26811@fedora17> DELIVER | |
| turbomail.transport: INFO: Connecting to SMTP server 127.0.0.1:19999. | |
| turbomail.manager: ERROR: Delivery of message <20120913215949.2393.26811@fedora17> failed. | |
| --------------------- >> end captured logging << --------------------- | |
| ====================================================================== | |
| ERROR: test_404 (bkr.inttest.server.tools.test_log_delete.RemoteLogDeletionTest) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/gene/beaker/IntegrationTests/src/bkr/inttest/server/tools/test_log_delete.py", line 140, in test_404 | |
| self.assertEquals(log_delete.log_delete(), 0) # exit status | |
| File "/home/gene/beaker/Server/bkr/server/tools/log_delete.py", line 50, in log_delete | |
| auth=requests.auth.HTTPKerberosAuth(require_mutual_auth=False)) | |
| AttributeError: 'module' object has no attribute 'HTTPKerberosAuth' | |
| -------------------- >> begin captured logging << -------------------- | |
| turbomail.manager: INFO: Attempting delivery of message <20120913215949.2393.62303@fedora17>. | |
| turbomail.transport: INFO: Attempting delivery of message <20120913215949.2393.62303@fedora17>. | |
| turbomail.delivery: INFO: <20120913215949.2393.62303@fedora17> DELIVER | |
| turbomail.transport: INFO: Connecting to SMTP server 127.0.0.1:19999. | |
| turbomail.manager: ERROR: Delivery of message <20120913215949.2393.62303@fedora17> failed. | |
| --------------------- >> end captured logging << --------------------- | |
| ====================================================================== | |
| ERROR: test_deletion (bkr.inttest.server.tools.test_log_delete.RemoteLogDeletionTest) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/gene/beaker/IntegrationTests/src/bkr/inttest/server/tools/test_log_delete.py", line 120, in test_deletion | |
| self.assertEquals(log_delete.log_delete(), 0) # exit status | |
| File "/home/gene/beaker/Server/bkr/server/tools/log_delete.py", line 50, in log_delete | |
| auth=requests.auth.HTTPKerberosAuth(require_mutual_auth=False)) | |
| AttributeError: 'module' object has no attribute 'HTTPKerberosAuth' | |
| -------------------- >> begin captured logging << -------------------- | |
| turbomail.manager: INFO: Attempting delivery of message <20120913215950.2393.87306@fedora17>. | |
| turbomail.transport: INFO: Attempting delivery of message <20120913215950.2393.87306@fedora17>. | |
| turbomail.delivery: INFO: <20120913215950.2393.87306@fedora17> DELIVER | |
| turbomail.transport: INFO: Connecting to SMTP server 127.0.0.1:19999. | |
| turbomail.manager: ERROR: Delivery of message <20120913215950.2393.87306@fedora17> failed. | |
| --------------------- >> end captured logging << --------------------- | |
| ====================================================================== | |
| ERROR: test_runaway_output_is_discarded (bkr.labcontroller.test_async.SubprocessTest) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/gene/beaker/LabController/proxy/src/bkr/labcontroller/test_async.py", line 12, in test_runaway_output_is_discarded | |
| p.dead.wait() | |
| File "/usr/lib64/python2.7/site-packages/gevent/event.py", line 75, in wait | |
| result = self.hub.switch() | |
| File "/usr/lib64/python2.7/site-packages/gevent/hub.py", line 338, in switch | |
| return greenlet.switch(self) | |
| LoopExit: This operation would block forever | |
| ====================================================================== | |
| FAIL: test_doesnt_barf_on_xmlns (bkr.inttest.server.selenium.test_jobs.NewJobTest) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/gene/beaker/IntegrationTests/src/bkr/inttest/server/selenium/test_jobs.py", line 397, in test_doesnt_barf_on_xmlns | |
| self.assert_(flash.startswith('Success!'), flash) | |
| AssertionError: Failed to import job because of: list index out of range | |
| -------------------- >> begin captured stdout << --------------------- | |
| 07:40:35.116 INFO - Command request: getNewBrowserSession[*chrome, http://localhost:9090/, ] on session null | |
| 07:40:35.117 INFO - creating new remote session | |
| 07:40:35.117 INFO - Allocated session bc722a6223324ccc83360800b6bf6538 for http://localhost:9090/, launching... | |
| 07:40:35.136 INFO - Preparing Firefox profile... | |
| 07:40:37.541 INFO - Launching Firefox... | |
| 07:40:39.369 INFO - Got result: OK,bc722a6223324ccc83360800b6bf6538 on session bc722a6223324ccc83360800b6bf6538 | |
| 07:40:39.401 INFO - Command request: open[, True] on session bc722a6223324ccc83360800b6bf6538 | |
| 2012-09-14 07:40:39,436 bkr.server.search_utility DEBUG Not using predefined search values for Device->Description | |
| 2012-09-14 07:40:39,436 bkr.server.search_utility DEBUG Not using predefined search values for Device->Device_id | |
| 2012-09-14 07:40:39,437 bkr.server.search_utility DEBUG Not using predefined search values for Device->Driver | |
| 2012-09-14 07:40:39,437 bkr.server.search_utility DEBUG Not using predefined search values for Device->Subsys_device_id | |
| 2012-09-14 07:40:39,437 bkr.server.search_utility DEBUG Not using predefined search values for Device->Subsys_vendor_id | |
| 2012-09-14 07:40:39,438 bkr.server.search_utility DEBUG Not using predefined search values for Device->Vendor_id | |
| 127.0.0.1 - - [13/Sep/2012:21:40:39 +0000] "GET / HTTP/1.1" 200 37631 "http://localhost:4444/selenium-server/core/Blank.html" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:40:39 +0000] "GET /tg_widgets/turbogears.widgets/grid.css HTTP/1.1" 200 1254 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:40:39 +0000] "GET /static/javascript/searchbar_v8.js HTTP/1.1" 200 21016 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:40:39 +0000] "GET /static/javascript/search_object.js HTTP/1.1" 200 796 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:40:39 +0000] "GET /static/javascript/jquery-ui.js HTTP/1.1" 200 192964 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:40:39 +0000] "GET /tg_widgets/tgmochikit/unpacked/MochiKit.js HTTP/1.1" 200 5907 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:40:39 +0000] "GET /static/css/smoothness/jquery-ui.css HTTP/1.1" 200 27375 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:40:39 +0000] "GET /static/javascript/jquery-1.5.1.min.js HTTP/1.1" 200 85260 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:40:39 +0000] "GET /static/images/header-beaker_logo2.png HTTP/1.1" 200 6540 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:40:39 +0000] "GET /static/images/corner_inset_left.png HTTP/1.1" 200 339 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:40:39 +0000] "GET /static/javascript/local_datetime_v2.js HTTP/1.1" 200 2234 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:40:39 +0000] "GET /static/images/corner_inset_right.png HTTP/1.1" 200 334 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:40:39 +0000] "GET /static/images/corner_right.png HTTP/1.1" 200 262 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:40:39 +0000] "GET /static/images/dot.gif HTTP/1.1" 200 43 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:40:39 +0000] "GET /static/images/corner_left.png HTTP/1.1" 200 296 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:40:39 +0000] "GET /tg_widgets/tgmochikit/unpacked/Base.js HTTP/1.1" 200 44632 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:40:39 +0000] "GET /static/images/menu_right.png HTTP/1.1" 200 512 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:40:39 +0000] "GET /static/images/menu_left.png HTTP/1.1" 200 573 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:40:39 +0000] "GET /tg_widgets/tgmochikit/unpacked/Iter.js HTTP/1.1" 200 24011 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:40:39 +0000] "GET /tg_widgets/tgmochikit/unpacked/DateTime.js HTTP/1.1" 200 6367 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:40:39 +0000] "GET /tg_widgets/tgmochikit/unpacked/Logging.js HTTP/1.1" 200 9378 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:40:39 +0000] "GET /tg_widgets/tgmochikit/unpacked/Format.js HTTP/1.1" 200 9015 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:40:39 +0000] "GET /tg_widgets/tgmochikit/unpacked/Async.js HTTP/1.1" 200 19893 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:40:39 +0000] "GET /tg_widgets/tgmochikit/unpacked/Selector.js HTTP/1.1" 200 15467 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:40:39 +0000] "GET /tg_widgets/tgmochikit/unpacked/Style.js HTTP/1.1" 200 20903 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:40:39 +0000] "GET /tg_widgets/tgmochikit/unpacked/DOM.js HTTP/1.1" 200 41588 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:40:39 +0000] "GET /tg_widgets/tgmochikit/unpacked/LoggingPane.js HTTP/1.1" 200 11004 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:40:39 +0000] "GET /tg_widgets/tgmochikit/unpacked/Signal.js HTTP/1.1" 200 29163 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:40:39 +0000] "GET /tg_widgets/tgmochikit/unpacked/Visual.js HTTP/1.1" 200 64165 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:40:39 +0000] "GET /tg_widgets/tgmochikit/unpacked/DragAndDrop.js HTTP/1.1" 200 26381 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:40:39 +0000] "GET /tg_widgets/tgmochikit/unpacked/Color.js HTTP/1.1" 200 24816 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:40:39 +0000] "GET /tg_widgets/tgmochikit/unpacked/Position.js HTTP/1.1" 200 7629 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:40:39 +0000] "GET /tg_widgets/tgmochikit/unpacked/Sortable.js HTTP/1.1" 200 20134 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:40:39 +0000] "GET /static/css/layout-uncompressed.css HTTP/1.1" 200 14661 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:40:39 +0000] "GET /static/images/corner-tr.png HTTP/1.1" 200 374 "http://localhost:9090/static/css/layout-uncompressed.css" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:40:39 +0000] "GET /static/images/corner-tl.png HTTP/1.1" 200 331 "http://localhost:9090/static/css/layout-uncompressed.css" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:40:39 +0000] "GET /static/images/corner-bl.png HTTP/1.1" 200 340 "http://localhost:9090/static/css/layout-uncompressed.css" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:40:39 +0000] "GET /static/images/corner-br.png HTTP/1.1" 200 346 "http://localhost:9090/static/css/layout-uncompressed.css" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 07:40:39.885 INFO - Got result: OK on session bc722a6223324ccc83360800b6bf6538 | |
| 07:40:39.888 INFO - Command request: click[link=Login, ] on session bc722a6223324ccc83360800b6bf6538 | |
| 127.0.0.1 - - [13/Sep/2012:21:40:39 +0000] "GET /favicon.ico HTTP/1.1" 200 1081 "" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 07:40:39.901 INFO - Got result: OK on session bc722a6223324ccc83360800b6bf6538 | |
| 07:40:39.904 INFO - Command request: waitForPageToLoad[30000, ] on session bc722a6223324ccc83360800b6bf6538 | |
| 127.0.0.1 - - [13/Sep/2012:21:40:39 +0000] "GET /login HTTP/1.1" 403 2597 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 07:40:39.960 INFO - Got result: OK on session bc722a6223324ccc83360800b6bf6538 | |
| 07:40:39.962 INFO - Command request: type[user_name, admin] on session bc722a6223324ccc83360800b6bf6538 | |
| 07:40:39.972 INFO - Got result: OK on session bc722a6223324ccc83360800b6bf6538 | |
| 07:40:39.976 INFO - Command request: type[password, testing] on session bc722a6223324ccc83360800b6bf6538 | |
| 07:40:39.984 INFO - Got result: OK on session bc722a6223324ccc83360800b6bf6538 | |
| 07:40:39.987 INFO - Command request: click[login, ] on session bc722a6223324ccc83360800b6bf6538 | |
| 07:40:40.011 INFO - Got result: OK on session bc722a6223324ccc83360800b6bf6538 | |
| 07:40:40.014 INFO - Command request: waitForPageToLoad[30000, ] on session bc722a6223324ccc83360800b6bf6538 | |
| 2012-09-14 07:40:40,022 bkr.server.controllers INFO Associating user (admin) with visit (90a89c296852a032243df8e36f048834b1b2b04b) | |
| 127.0.0.1 - admin [13/Sep/2012:21:40:40 +0000] "POST /login HTTP/1.1" 302 97 "http://localhost:9090/login" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 2012-09-14 07:40:40,057 bkr.server.search_utility DEBUG Not using predefined search values for Device->Description | |
| 2012-09-14 07:40:40,057 bkr.server.search_utility DEBUG Not using predefined search values for Device->Device_id | |
| 2012-09-14 07:40:40,057 bkr.server.search_utility DEBUG Not using predefined search values for Device->Driver | |
| 2012-09-14 07:40:40,058 bkr.server.search_utility DEBUG Not using predefined search values for Device->Subsys_device_id | |
| 2012-09-14 07:40:40,058 bkr.server.search_utility DEBUG Not using predefined search values for Device->Subsys_vendor_id | |
| 2012-09-14 07:40:40,058 bkr.server.search_utility DEBUG Not using predefined search values for Device->Vendor_id | |
| 127.0.0.1 - admin [13/Sep/2012:21:40:40 +0000] "GET / HTTP/1.1" 200 40068 "http://localhost:9090/login" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 07:40:40.334 INFO - Got result: OK on session bc722a6223324ccc83360800b6bf6538 | |
| 07:40:40.338 INFO - Command request: open[, True] on session bc722a6223324ccc83360800b6bf6538 | |
| 2012-09-14 07:40:40,351 bkr.server.search_utility DEBUG Not using predefined search values for Device->Description | |
| 2012-09-14 07:40:40,351 bkr.server.search_utility DEBUG Not using predefined search values for Device->Device_id | |
| 2012-09-14 07:40:40,352 bkr.server.search_utility DEBUG Not using predefined search values for Device->Driver | |
| 2012-09-14 07:40:40,352 bkr.server.search_utility DEBUG Not using predefined search values for Device->Subsys_device_id | |
| 2012-09-14 07:40:40,352 bkr.server.search_utility DEBUG Not using predefined search values for Device->Subsys_vendor_id | |
| 2012-09-14 07:40:40,352 bkr.server.search_utility DEBUG Not using predefined search values for Device->Vendor_id | |
| 127.0.0.1 - admin [13/Sep/2012:21:40:40 +0000] "GET / HTTP/1.1" 200 40068 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 07:40:40.625 INFO - Got result: OK on session bc722a6223324ccc83360800b6bf6538 | |
| 07:40:40.629 INFO - Command request: click[link=New Job, ] on session bc722a6223324ccc83360800b6bf6538 | |
| 07:40:40.643 INFO - Got result: OK on session bc722a6223324ccc83360800b6bf6538 | |
| 07:40:40.646 INFO - Command request: waitForPageToLoad[30000, ] on session bc722a6223324ccc83360800b6bf6538 | |
| 127.0.0.1 - admin [13/Sep/2012:21:40:40 +0000] "GET /jobs/new HTTP/1.1" 200 11334 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 07:40:40.790 INFO - Got result: OK on session bc722a6223324ccc83360800b6bf6538 | |
| 07:40:40.794 INFO - Command request: type[jobs_filexml, /tmp/tmptKcREl] on session bc722a6223324ccc83360800b6bf6538 | |
| 07:40:40.805 INFO - Got result: OK on session bc722a6223324ccc83360800b6bf6538 | |
| 07:40:40.809 INFO - Command request: click[//input[@value="Submit Data"], ] on session bc722a6223324ccc83360800b6bf6538 | |
| 07:40:40.824 INFO - Got result: OK on session bc722a6223324ccc83360800b6bf6538 | |
| 07:40:40.827 INFO - Command request: waitForPageToLoad[30000, ] on session bc722a6223324ccc83360800b6bf6538 | |
| 127.0.0.1 - admin [13/Sep/2012:21:40:40 +0000] "POST /jobs/clone HTTP/1.1" 200 12013 "http://localhost:9090/jobs/new" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 07:40:40.968 INFO - Got result: OK on session bc722a6223324ccc83360800b6bf6538 | |
| 07:40:40.971 INFO - Command request: click[//input[@value="Queue"], ] on session bc722a6223324ccc83360800b6bf6538 | |
| 07:40:40.984 INFO - Got result: OK on session bc722a6223324ccc83360800b6bf6538 | |
| 07:40:40.988 INFO - Command request: waitForPageToLoad[30000, ] on session bc722a6223324ccc83360800b6bf6538 | |
| 127.0.0.1 - admin [13/Sep/2012:21:40:41 +0000] "POST /jobs/clone HTTP/1.1" 200 12140 "http://localhost:9090/jobs/clone" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 07:40:41.122 INFO - Got result: OK on session bc722a6223324ccc83360800b6bf6538 | |
| 07:40:41.125 INFO - Command request: getText[css=.flash, ] on session bc722a6223324ccc83360800b6bf6538 | |
| 07:40:41.133 INFO - Got result: OK,Failed to import job because of: list index out of range on session bc722a6223324ccc83360800b6bf6538 | |
| --------------------- >> end captured stdout << ---------------------- | |
| ====================================================================== | |
| FAIL: test_log_url_looks_right (bkr.inttest.server.selenium.test_recipes.TestRecipeView) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/gene/beaker/IntegrationTests/src/bkr/inttest/server/selenium/test_recipes.py", line 146, in test_log_url_looks_right | |
| self.assert_(rt_log_server_link == rt_log.server + '/' + rt_log.filename) | |
| AssertionError: False is not true | |
| -------------------- >> begin captured stdout << --------------------- | |
| 2012-09-14 07:44:13,688 bkr.server.search_utility DEBUG Not using predefined search values for Device->Description | |
| 2012-09-14 07:44:13,689 bkr.server.search_utility DEBUG Not using predefined search values for Device->Device_id | |
| 2012-09-14 07:44:13,689 bkr.server.search_utility DEBUG Not using predefined search values for Device->Driver | |
| 2012-09-14 07:44:13,689 bkr.server.search_utility DEBUG Not using predefined search values for Device->Subsys_device_id | |
| 2012-09-14 07:44:13,689 bkr.server.search_utility DEBUG Not using predefined search values for Device->Subsys_vendor_id | |
| 2012-09-14 07:44:13,689 bkr.server.search_utility DEBUG Not using predefined search values for Device->Vendor_id | |
| 127.0.0.1 - - [13/Sep/2012:21:44:13 +0000] "GET / HTTP/1.1" 200 37640 "" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:44:13 +0000] "GET /static/javascript/search_object.js HTTP/1.1" 200 796 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:44:13 +0000] "GET /static/javascript/jquery-1.5.1.min.js HTTP/1.1" 200 85260 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:44:13 +0000] "GET /static/css/smoothness/jquery-ui.css HTTP/1.1" 200 27375 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:44:13 +0000] "GET /static/javascript/jquery-ui.js HTTP/1.1" 200 192964 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:44:13 +0000] "GET /static/javascript/searchbar_v8.js HTTP/1.1" 200 21016 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:44:13 +0000] "GET /tg_widgets/turbogears.widgets/grid.css HTTP/1.1" 200 1254 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:44:13 +0000] "GET /tg_widgets/tgmochikit/unpacked/MochiKit.js HTTP/1.1" 200 5907 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:44:13 +0000] "GET /static/images/header-beaker_logo2.png HTTP/1.1" 200 6540 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:44:13 +0000] "GET /static/images/corner_inset_right.png HTTP/1.1" 200 334 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:44:13 +0000] "GET /static/javascript/local_datetime_v2.js HTTP/1.1" 200 2234 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:44:13 +0000] "GET /static/images/corner_inset_left.png HTTP/1.1" 200 339 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:44:13 +0000] "GET /static/images/dot.gif HTTP/1.1" 200 43 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:44:13 +0000] "GET /static/images/corner_left.png HTTP/1.1" 200 296 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:44:13 +0000] "GET /static/images/menu_right.png HTTP/1.1" 200 512 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:44:13 +0000] "GET /static/images/menu_left.png HTTP/1.1" 200 573 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:44:13 +0000] "GET /static/images/corner_right.png HTTP/1.1" 200 262 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:44:13 +0000] "GET /tg_widgets/tgmochikit/unpacked/Iter.js HTTP/1.1" 200 24011 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:44:13 +0000] "GET /tg_widgets/tgmochikit/unpacked/Logging.js HTTP/1.1" 200 9378 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:44:13 +0000] "GET /tg_widgets/tgmochikit/unpacked/Base.js HTTP/1.1" 200 44632 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:44:13 +0000] "GET /tg_widgets/tgmochikit/unpacked/DateTime.js HTTP/1.1" 200 6367 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:44:14 +0000] "GET /tg_widgets/tgmochikit/unpacked/Selector.js HTTP/1.1" 200 15467 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:44:14 +0000] "GET /tg_widgets/tgmochikit/unpacked/Async.js HTTP/1.1" 200 19893 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:44:14 +0000] "GET /tg_widgets/tgmochikit/unpacked/DOM.js HTTP/1.1" 200 41588 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:44:14 +0000] "GET /tg_widgets/tgmochikit/unpacked/Format.js HTTP/1.1" 200 9015 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:44:14 +0000] "GET /tg_widgets/tgmochikit/unpacked/Style.js HTTP/1.1" 200 20903 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:44:14 +0000] "GET /tg_widgets/tgmochikit/unpacked/Color.js HTTP/1.1" 200 24816 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:44:14 +0000] "GET /tg_widgets/tgmochikit/unpacked/LoggingPane.js HTTP/1.1" 200 11004 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:44:14 +0000] "GET /tg_widgets/tgmochikit/unpacked/Signal.js HTTP/1.1" 200 29163 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:44:14 +0000] "GET /tg_widgets/tgmochikit/unpacked/DragAndDrop.js HTTP/1.1" 200 26381 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:44:14 +0000] "GET /tg_widgets/tgmochikit/unpacked/Visual.js HTTP/1.1" 200 64165 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:44:14 +0000] "GET /tg_widgets/tgmochikit/unpacked/Sortable.js HTTP/1.1" 200 20134 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:44:14 +0000] "GET /tg_widgets/tgmochikit/unpacked/Position.js HTTP/1.1" 200 7629 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:44:14 +0000] "GET /static/css/layout-uncompressed.css HTTP/1.1" 200 14661 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:44:14 +0000] "GET /static/images/corner-tr.png HTTP/1.1" 200 374 "http://localhost:9090/static/css/layout-uncompressed.css" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:44:14 +0000] "GET /static/images/corner-tl.png HTTP/1.1" 200 331 "http://localhost:9090/static/css/layout-uncompressed.css" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:44:14 +0000] "GET /static/images/corner-br.png HTTP/1.1" 200 346 "http://localhost:9090/static/css/layout-uncompressed.css" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:44:14 +0000] "GET /static/images/corner-bl.png HTTP/1.1" 200 340 "http://localhost:9090/static/css/layout-uncompressed.css" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:44:14 +0000] "GET /favicon.ico HTTP/1.1" 200 1081 "" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:44:14 +0000] "GET /login HTTP/1.1" 403 2597 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 2012-09-14 07:44:14,567 bkr.server.controllers INFO Associating user (user972) with visit (885969df1d8b1ca2fd3903d67efdbda458a8bc45) | |
| 127.0.0.1 - user972 [13/Sep/2012:21:44:14 +0000] "POST /login HTTP/1.1" 302 97 "http://localhost:9090/login" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 2012-09-14 07:44:14,735 bkr.server.search_utility DEBUG Not using predefined search values for Device->Description | |
| 2012-09-14 07:44:14,736 bkr.server.search_utility DEBUG Not using predefined search values for Device->Device_id | |
| 2012-09-14 07:44:14,736 bkr.server.search_utility DEBUG Not using predefined search values for Device->Driver | |
| 2012-09-14 07:44:14,736 bkr.server.search_utility DEBUG Not using predefined search values for Device->Subsys_device_id | |
| 2012-09-14 07:44:14,736 bkr.server.search_utility DEBUG Not using predefined search values for Device->Subsys_vendor_id | |
| 2012-09-14 07:44:14,736 bkr.server.search_utility DEBUG Not using predefined search values for Device->Vendor_id | |
| 127.0.0.1 - user972 [13/Sep/2012:21:44:14 +0000] "GET / HTTP/1.1" 200 38782 "http://localhost:9090/login" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - user972 [13/Sep/2012:21:44:15 +0000] "GET /recipes/mine HTTP/1.1" 200 19848 "" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - user972 [13/Sep/2012:21:44:15 +0000] "GET /static/javascript/util.js HTTP/1.1" 200 3337 "http://localhost:9090/recipes/mine" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - user972 [13/Sep/2012:21:44:15 +0000] "GET /recipes/140 HTTP/1.1" 200 17244 "http://localhost:9090/recipes/mine" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - user972 [13/Sep/2012:21:44:15 +0000] "GET /static/javascript/loader_v2.js HTTP/1.1" 200 839 "http://localhost:9090/recipes/140" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - user972 [13/Sep/2012:21:44:15 +0000] "GET /static/images/ajax-loader.gif HTTP/1.1" 200 1849 "http://localhost:9090/recipes/140" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - user972 [13/Sep/2012:21:44:15 +0000] "GET /static/javascript/jquery.cookie.js HTTP/1.1" 200 4246 "http://localhost:9090/recipes/140" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - user972 [13/Sep/2012:21:44:15 +0000] "GET /tg_widgets/turbogears.widgets/ajax.js HTTP/1.1" 200 2654 "http://localhost:9090/recipes/140" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - user972 [13/Sep/2012:21:44:15 +0000] "POST /tasks/do_search HTTP/1.1" 200 1818 "http://localhost:9090/recipes/140" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| --------------------- >> end captured stdout << ---------------------- | |
| -------------------- >> begin captured logging << -------------------- | |
| turbomail.manager: INFO: Attempting delivery of message <20120913214411.2393.35246@fedora17>. | |
| turbomail.transport: INFO: Attempting delivery of message <20120913214411.2393.35246@fedora17>. | |
| turbomail.delivery: INFO: <20120913214411.2393.35246@fedora17> DELIVER | |
| turbomail.transport: INFO: Connecting to SMTP server 127.0.0.1:19999. | |
| turbomail.manager: ERROR: Delivery of message <20120913214411.2393.35246@fedora17> failed. | |
| selenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:33303/hub/session {"sessionId": null, "desiredCapabilities": {"platform": "ANY", "browserName": "firefox", "version": "", "javascriptEnabled": true}} | |
| selenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:33303/hub/session/583b2aa1-396a-4be6-984f-f5d0e18b56ce/timeouts/implicit_wait {"sessionId": "583b2aa1-396a-4be6-984f-f5d0e18b56ce", "ms": 10000.0} | |
| selenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:33303/hub/session/583b2aa1-396a-4be6-984f-f5d0e18b56ce/url {"url": "http://localhost:9090/", "sessionId": "583b2aa1-396a-4be6-984f-f5d0e18b56ce"} | |
| selenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:33303/hub/session/583b2aa1-396a-4be6-984f-f5d0e18b56ce/element {"using": "link text", "sessionId": "583b2aa1-396a-4be6-984f-f5d0e18b56ce", "value": "Login"} | |
| selenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:33303/hub/session/583b2aa1-396a-4be6-984f-f5d0e18b56ce/element/{0c6b88e3-a36a-419d-b35b-e4fd3c838eae}/click {"sessionId": "583b2aa1-396a-4be6-984f-f5d0e18b56ce", "id": "{0c6b88e3-a36a-419d-b35b-e4fd3c838eae}"} | |
| selenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:33303/hub/session/583b2aa1-396a-4be6-984f-f5d0e18b56ce/element {"using": "name", "sessionId": "583b2aa1-396a-4be6-984f-f5d0e18b56ce", "value": "user_name"} | |
| selenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:33303/hub/session/583b2aa1-396a-4be6-984f-f5d0e18b56ce/element/{0d3e4cee-333e-4002-978b-6eb16822313f}/click {"sessionId": "583b2aa1-396a-4be6-984f-f5d0e18b56ce", "id": "{0d3e4cee-333e-4002-978b-6eb16822313f}"} | |
| selenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:33303/hub/session/583b2aa1-396a-4be6-984f-f5d0e18b56ce/element {"using": "name", "sessionId": "583b2aa1-396a-4be6-984f-f5d0e18b56ce", "value": "user_name"} | |
| selenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:33303/hub/session/583b2aa1-396a-4be6-984f-f5d0e18b56ce/element/{0d3e4cee-333e-4002-978b-6eb16822313f}/value {"sessionId": "583b2aa1-396a-4be6-984f-f5d0e18b56ce", "id": "{0d3e4cee-333e-4002-978b-6eb16822313f}", "value": ["u", "s", "e", "r", "9", "7", "2"]} | |
| selenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:33303/hub/session/583b2aa1-396a-4be6-984f-f5d0e18b56ce/element {"using": "name", "sessionId": "583b2aa1-396a-4be6-984f-f5d0e18b56ce", "value": "password"} | |
| selenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:33303/hub/session/583b2aa1-396a-4be6-984f-f5d0e18b56ce/element/{b6a4663a-81ad-49cd-8b9b-5e524d4a5e93}/click {"sessionId": "583b2aa1-396a-4be6-984f-f5d0e18b56ce", "id": "{b6a4663a-81ad-49cd-8b9b-5e524d4a5e93}"} | |
| selenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:33303/hub/session/583b2aa1-396a-4be6-984f-f5d0e18b56ce/element {"using": "name", "sessionId": "583b2aa1-396a-4be6-984f-f5d0e18b56ce", "value": "password"} | |
| selenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:33303/hub/session/583b2aa1-396a-4be6-984f-f5d0e18b56ce/element/{b6a4663a-81ad-49cd-8b9b-5e524d4a5e93}/value {"sessionId": "583b2aa1-396a-4be6-984f-f5d0e18b56ce", "id": "{b6a4663a-81ad-49cd-8b9b-5e524d4a5e93}", "value": ["p", "a", "s", "s", "w", "o", "r", "d"]} | |
| selenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:33303/hub/session/583b2aa1-396a-4be6-984f-f5d0e18b56ce/element {"using": "name", "sessionId": "583b2aa1-396a-4be6-984f-f5d0e18b56ce", "value": "login"} | |
| selenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:33303/hub/session/583b2aa1-396a-4be6-984f-f5d0e18b56ce/element/{108c4cfd-1d84-425f-af25-5cd5e6fc9211}/click {"sessionId": "583b2aa1-396a-4be6-984f-f5d0e18b56ce", "id": "{108c4cfd-1d84-425f-af25-5cd5e6fc9211}"} | |
| selenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:33303/hub/session/583b2aa1-396a-4be6-984f-f5d0e18b56ce/url {"url": "http://localhost:9090/recipes/mine", "sessionId": "583b2aa1-396a-4be6-984f-f5d0e18b56ce"} | |
| selenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:33303/hub/session/583b2aa1-396a-4be6-984f-f5d0e18b56ce/element {"using": "link text", "sessionId": "583b2aa1-396a-4be6-984f-f5d0e18b56ce", "value": "R:140"} | |
| selenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:33303/hub/session/583b2aa1-396a-4be6-984f-f5d0e18b56ce/element/{f1e64527-3c56-4c8f-8219-8508edd98b26}/click {"sessionId": "583b2aa1-396a-4be6-984f-f5d0e18b56ce", "id": "{f1e64527-3c56-4c8f-8219-8508edd98b26}"} | |
| selenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:33303/hub/session/583b2aa1-396a-4be6-984f-f5d0e18b56ce/element {"using": "id", "sessionId": "583b2aa1-396a-4be6-984f-f5d0e18b56ce", "value": "all_recipe_140"} | |
| selenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:33303/hub/session/583b2aa1-396a-4be6-984f-f5d0e18b56ce/element/{d0344982-0839-46c3-b651-b27a01374e01}/click {"sessionId": "583b2aa1-396a-4be6-984f-f5d0e18b56ce", "id": "{d0344982-0839-46c3-b651-b27a01374e01}"} | |
| selenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:33303/hub/session/583b2aa1-396a-4be6-984f-f5d0e18b56ce/element {"using": "xpath", "sessionId": "583b2aa1-396a-4be6-984f-f5d0e18b56ce", "value": "//tr[@class='even pass_recipe_140 recipe_140']//td[position()=4]//a"} | |
| selenium.webdriver.remote.remote_connection: DEBUG: GET http://127.0.0.1:33303/hub/session/583b2aa1-396a-4be6-984f-f5d0e18b56ce/element/{11223829-19f4-45f4-a488-b30462bdb5e9}/attribute/href {"sessionId": "583b2aa1-396a-4be6-984f-f5d0e18b56ce", "name": "href", "id": "{11223829-19f4-45f4-a488-b30462bdb5e9}"} | |
| --------------------- >> end captured logging << --------------------- | |
| ====================================================================== | |
| FAIL: test_loan_username_autocomplete_works (bkr.inttest.server.selenium.test_system_loan.SystemLoanTest) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/gene/beaker/IntegrationTests/src/bkr/inttest/server/selenium/test_system_loan.py", line 105, in test_loan_username_autocomplete_works | |
| self.wait_for_condition(lambda: sel.is_visible('autoCompleteResultsLoan_user')) | |
| File "/home/gene/beaker/IntegrationTests/src/bkr/inttest/server/selenium/__init__.py", line 69, in wait_for_condition | |
| % (cond, wait_time)) | |
| AssertionError: Condition <function <lambda> at 0x550a938> not satisfied within 30 seconds | |
| -------------------- >> begin captured stdout << --------------------- | |
| 07:49:03.460 INFO - Command request: getNewBrowserSession[*chrome, http://localhost:9090/, ] on session null | |
| 07:49:03.460 INFO - creating new remote session | |
| 07:49:03.460 INFO - Allocated session 7e730e64a36d48c8a115171ff55c7048 for http://localhost:9090/, launching... | |
| 07:49:03.476 INFO - Preparing Firefox profile... | |
| 07:49:05.630 INFO - Launching Firefox... | |
| updating visit (1e193318b93740b02055ff8a59a43278d68de366) to expire at 2012-09-14 09:48:38.623116 | |
| updating visit (3f3984f12e871abf9f7f728666309416ba3462d0) to expire at 2012-09-14 09:48:50.438878 | |
| updating visit (17a3a78ba5c4991756b5ff092f6d8c654e02c79a) to expire at 2012-09-14 09:48:43.684519 | |
| updating visit (57aa7ff6be66d7c94e6e141699e43ebb3b3eed02) to expire at 2012-09-14 09:49:03.276763 | |
| updating visit (dbe18ae0a329f3ebb65dacb8781d3875b2715083) to expire at 2012-09-14 09:48:56.932569 | |
| 07:49:07.456 INFO - Got result: OK,7e730e64a36d48c8a115171ff55c7048 on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:07.672 INFO - Command request: open[, True] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 2012-09-14 07:49:07,719 bkr.server.search_utility DEBUG Not using predefined search values for Device->Description | |
| 2012-09-14 07:49:07,720 bkr.server.search_utility DEBUG Not using predefined search values for Device->Device_id | |
| 2012-09-14 07:49:07,720 bkr.server.search_utility DEBUG Not using predefined search values for Device->Driver | |
| 2012-09-14 07:49:07,720 bkr.server.search_utility DEBUG Not using predefined search values for Device->Subsys_device_id | |
| 2012-09-14 07:49:07,720 bkr.server.search_utility DEBUG Not using predefined search values for Device->Subsys_vendor_id | |
| 2012-09-14 07:49:07,721 bkr.server.search_utility DEBUG Not using predefined search values for Device->Vendor_id | |
| 127.0.0.1 - - [13/Sep/2012:21:49:07 +0000] "GET / HTTP/1.1" 200 37684 "http://localhost:4444/selenium-server/core/Blank.html" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:49:07 +0000] "GET /static/javascript/jquery-1.5.1.min.js HTTP/1.1" 200 85260 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:49:07 +0000] "GET /tg_widgets/tgmochikit/unpacked/MochiKit.js HTTP/1.1" 200 5907 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:49:07 +0000] "GET /tg_widgets/turbogears.widgets/grid.css HTTP/1.1" 200 1254 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:49:07 +0000] "GET /static/css/smoothness/jquery-ui.css HTTP/1.1" 200 27375 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:49:07 +0000] "GET /static/javascript/search_object.js HTTP/1.1" 200 796 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:49:07 +0000] "GET /static/javascript/searchbar_v8.js HTTP/1.1" 200 21016 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:49:07 +0000] "GET /static/javascript/jquery-ui.js HTTP/1.1" 200 192964 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:49:07 +0000] "GET /static/javascript/local_datetime_v2.js HTTP/1.1" 200 2234 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:49:07 +0000] "GET /static/images/corner_inset_left.png HTTP/1.1" 200 339 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:49:07 +0000] "GET /static/images/corner_left.png HTTP/1.1" 200 296 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:49:07 +0000] "GET /static/images/header-beaker_logo2.png HTTP/1.1" 200 6540 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:49:07 +0000] "GET /static/images/corner_inset_right.png HTTP/1.1" 200 334 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:49:07 +0000] "GET /static/images/dot.gif HTTP/1.1" 200 43 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:49:07 +0000] "GET /static/images/corner_right.png HTTP/1.1" 200 262 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:49:07 +0000] "GET /tg_widgets/tgmochikit/unpacked/Logging.js HTTP/1.1" 200 9378 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:49:07 +0000] "GET /static/images/menu_left.png HTTP/1.1" 200 573 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:49:07 +0000] "GET /tg_widgets/tgmochikit/unpacked/Iter.js HTTP/1.1" 200 24011 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:49:07 +0000] "GET /tg_widgets/tgmochikit/unpacked/DateTime.js HTTP/1.1" 200 6367 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:49:07 +0000] "GET /static/images/menu_right.png HTTP/1.1" 200 512 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:49:08 +0000] "GET /tg_widgets/tgmochikit/unpacked/Style.js HTTP/1.1" 200 20903 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:49:08 +0000] "GET /tg_widgets/tgmochikit/unpacked/Format.js HTTP/1.1" 200 9015 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:49:08 +0000] "GET /tg_widgets/tgmochikit/unpacked/Async.js HTTP/1.1" 200 19893 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:49:08 +0000] "GET /tg_widgets/tgmochikit/unpacked/Base.js HTTP/1.1" 200 44632 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:49:08 +0000] "GET /tg_widgets/tgmochikit/unpacked/Color.js HTTP/1.1" 200 24816 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:49:08 +0000] "GET /tg_widgets/tgmochikit/unpacked/Signal.js HTTP/1.1" 200 29163 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:49:08 +0000] "GET /tg_widgets/tgmochikit/unpacked/DOM.js HTTP/1.1" 200 41588 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:49:08 +0000] "GET /tg_widgets/tgmochikit/unpacked/Position.js HTTP/1.1" 200 7629 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:49:08 +0000] "GET /tg_widgets/tgmochikit/unpacked/Visual.js HTTP/1.1" 200 64165 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:49:08 +0000] "GET /tg_widgets/tgmochikit/unpacked/Selector.js HTTP/1.1" 200 15467 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:49:08 +0000] "GET /tg_widgets/tgmochikit/unpacked/LoggingPane.js HTTP/1.1" 200 11004 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:49:08 +0000] "GET /tg_widgets/tgmochikit/unpacked/Sortable.js HTTP/1.1" 200 20134 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:49:08 +0000] "GET /tg_widgets/tgmochikit/unpacked/DragAndDrop.js HTTP/1.1" 200 26381 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:49:08 +0000] "GET /static/css/layout-uncompressed.css HTTP/1.1" 200 14661 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:49:08 +0000] "GET /static/images/corner-tl.png HTTP/1.1" 200 331 "http://localhost:9090/static/css/layout-uncompressed.css" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:49:08 +0000] "GET /static/images/corner-tr.png HTTP/1.1" 200 374 "http://localhost:9090/static/css/layout-uncompressed.css" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:49:08 +0000] "GET /static/images/corner-br.png HTTP/1.1" 200 346 "http://localhost:9090/static/css/layout-uncompressed.css" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - - [13/Sep/2012:21:49:08 +0000] "GET /static/images/corner-bl.png HTTP/1.1" 200 340 "http://localhost:9090/static/css/layout-uncompressed.css" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 07:49:08.187 INFO - Got result: OK on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:08.189 INFO - Command request: click[link=Login, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 127.0.0.1 - - [13/Sep/2012:21:49:08 +0000] "GET /favicon.ico HTTP/1.1" 200 1081 "" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 07:49:08.229 INFO - Got result: OK on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:08.233 INFO - Command request: waitForPageToLoad[30000, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 127.0.0.1 - - [13/Sep/2012:21:49:08 +0000] "GET /login HTTP/1.1" 403 2597 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 07:49:08.263 INFO - Got result: OK on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:08.265 INFO - Command request: type[user_name, admin] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:08.275 INFO - Got result: OK on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:08.278 INFO - Command request: type[password, testing] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:08.286 INFO - Got result: OK on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:08.289 INFO - Command request: click[login, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:08.304 INFO - Got result: OK on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:08.309 INFO - Command request: waitForPageToLoad[30000, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 2012-09-14 07:49:08,310 bkr.server.controllers INFO Associating user (admin) with visit (074d22ebea66f59df41b207e0fa47a137147ab11) | |
| 127.0.0.1 - admin [13/Sep/2012:21:49:08 +0000] "POST /login HTTP/1.1" 302 97 "http://localhost:9090/login" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 2012-09-14 07:49:08,362 bkr.server.search_utility DEBUG Not using predefined search values for Device->Description | |
| 2012-09-14 07:49:08,362 bkr.server.search_utility DEBUG Not using predefined search values for Device->Device_id | |
| 2012-09-14 07:49:08,362 bkr.server.search_utility DEBUG Not using predefined search values for Device->Driver | |
| 2012-09-14 07:49:08,362 bkr.server.search_utility DEBUG Not using predefined search values for Device->Subsys_device_id | |
| 2012-09-14 07:49:08,362 bkr.server.search_utility DEBUG Not using predefined search values for Device->Subsys_vendor_id | |
| 2012-09-14 07:49:08,362 bkr.server.search_utility DEBUG Not using predefined search values for Device->Vendor_id | |
| 127.0.0.1 - admin [13/Sep/2012:21:49:08 +0000] "GET / HTTP/1.1" 200 40121 "http://localhost:9090/login" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 07:49:08.640 INFO - Got result: OK on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:08.643 INFO - Command request: open[view/system1402.testdata, True] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 127.0.0.1 - admin [13/Sep/2012:21:49:08 +0000] "GET /view/system1402.testdata HTTP/1.1" 200 45246 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - admin [13/Sep/2012:21:49:08 +0000] "GET /tg_widgets/turbogears.widgets/tabber/tabber.css HTTP/1.1" 200 2455 "http://localhost:9090/view/system1402.testdata" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - admin [13/Sep/2012:21:49:08 +0000] "GET /tg_widgets/turbogears.widgets/ajax.js HTTP/1.1" 200 2654 "http://localhost:9090/view/system1402.testdata" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - admin [13/Sep/2012:21:49:08 +0000] "GET /tg_widgets/turbogears.widgets/tabber/tabber_cookie.js HTTP/1.1" 200 1529 "http://localhost:9090/view/system1402.testdata" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - admin [13/Sep/2012:21:49:08 +0000] "GET /tg_widgets/turbogears.widgets/autocompletefield.js HTTP/1.1" 200 11611 "http://localhost:9090/view/system1402.testdata" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - admin [13/Sep/2012:21:49:08 +0000] "GET /static/javascript/install_options.js HTTP/1.1" 200 1286 "http://localhost:9090/view/system1402.testdata" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - admin [13/Sep/2012:21:49:08 +0000] "GET /static/javascript/provision_v2.js HTTP/1.1" 200 1520 "http://localhost:9090/view/system1402.testdata" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - admin [13/Sep/2012:21:49:08 +0000] "GET /tg_widgets/turbogears.widgets/autocompletefield.css HTTP/1.1" 200 663 "http://localhost:9090/view/system1402.testdata" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - admin [13/Sep/2012:21:49:09 +0000] "GET /static/javascript/system_admin_v2.js HTTP/1.1" 200 980 "http://localhost:9090/view/system1402.testdata" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - admin [13/Sep/2012:21:49:09 +0000] "GET /static/javascript/loader_v2.js HTTP/1.1" 200 839 "http://localhost:9090/view/system1402.testdata" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - admin [13/Sep/2012:21:49:09 +0000] "GET /static/javascript/system_notes.js HTTP/1.1" 200 837 "http://localhost:9090/view/system1402.testdata" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - admin [13/Sep/2012:21:49:09 +0000] "GET /static/javascript/magic_forms.js HTTP/1.1" 200 588 "http://localhost:9090/view/system1402.testdata" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - admin [13/Sep/2012:21:49:09 +0000] "GET /static/javascript/util.js HTTP/1.1" 200 3337 "http://localhost:9090/view/system1402.testdata" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - admin [13/Sep/2012:21:49:09 +0000] "GET /tg_widgets/turbogears.widgets/tabber/tabber-minimized.js HTTP/1.1" 200 4905 "http://localhost:9090/view/system1402.testdata" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - admin [13/Sep/2012:21:49:09 +0000] "GET /tg_widgets/turbogears.widgets/spinnerstopped.png HTTP/1.1" 200 545 "http://localhost:9090/view/system1402.testdata" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 127.0.0.1 - admin [13/Sep/2012:21:49:09 +0000] "GET /static/css/system-print.css HTTP/1.1" 200 324 "http://localhost:9090/view/system1402.testdata" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 07:49:09.145 INFO - Got result: OK on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:09.147 INFO - Command request: waitForPageToLoad[30000, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:09.154 INFO - Got result: OK on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:09.157 INFO - Command request: click[//table[@class="list"]//a[.//text()=" (Loan)"], ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:09.169 INFO - Got result: OK on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:09.172 INFO - Command request: waitForPageToLoad[30000, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 127.0.0.1 - admin [13/Sep/2012:21:49:09 +0000] "GET /loan_change?id=216 HTTP/1.1" 200 12343 "http://localhost:9090/view/system1402.testdata" "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" | |
| 07:49:09.314 INFO - Got result: OK on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:09.317 INFO - Command request: focus[Loan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:09.325 INFO - Got result: OK on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:09.328 INFO - Command request: type[Loan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:09.336 INFO - Got result: OK on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:09.340 INFO - Command request: typeKeys[Loan_user, distinc] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:09.354 INFO - Got result: OK on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:09.357 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:09.363 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:09.617 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:09.630 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:09.884 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:09.894 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:10.150 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:10.159 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:10.414 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:10.423 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:10.677 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:10.686 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:10.941 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:10.950 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:11.205 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:11.213 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:11.469 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:11.482 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:11.737 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:11.749 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:12.003 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:12.015 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:12.270 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:12.284 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:12.539 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:12.546 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:12.802 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:12.812 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:13.066 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:13.080 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:13.337 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:13.351 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:13.606 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:13.619 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:13.874 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:13.889 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:14.148 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:14.158 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:14.413 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:14.424 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:14.678 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:14.690 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:14.945 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:14.959 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:15.214 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:15.223 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:15.479 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:15.523 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:15.778 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:15.787 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:16.042 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:16.053 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:16.308 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:16.317 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:16.572 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:16.585 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:16.839 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:16.850 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:17.105 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:17.116 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:17.372 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:17.386 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:17.640 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:17.651 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:17.906 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:17.916 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:18.172 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:18.182 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:18.436 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:18.445 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:18.701 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:18.715 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:18.969 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:18.980 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:19.234 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:19.243 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:19.499 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:19.512 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:19.767 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:19.780 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:20.035 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:20.046 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:20.301 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:20.311 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:20.566 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:20.575 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:20.830 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:20.844 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:21.101 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:21.115 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:21.371 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:21.380 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:21.635 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:21.651 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:21.905 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:21.915 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:22.170 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:22.180 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:22.435 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:22.447 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:22.704 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:22.713 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:22.967 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:22.980 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:23.235 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:23.247 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:23.504 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:23.518 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:23.772 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:23.783 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:24.039 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:24.052 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:24.307 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:24.320 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:24.575 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:24.582 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:24.838 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:24.850 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:25.107 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:25.120 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:25.375 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:25.387 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:25.642 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:25.656 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:25.911 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:25.926 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:26.182 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:26.195 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:26.450 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:26.461 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:26.717 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:26.729 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:26.984 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:26.995 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:27.250 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:27.260 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:27.517 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:27.529 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:27.784 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:27.797 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:28.052 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:28.063 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:28.319 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:28.331 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:28.585 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:28.597 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:28.853 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:28.863 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:29.116 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:29.130 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:29.386 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:29.394 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:29.648 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:29.660 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:29.914 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:29.924 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:30.180 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:30.191 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:30.446 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:30.458 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:30.717 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:30.729 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:30.984 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:30.999 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:31.253 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:31.262 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:31.518 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:31.527 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:31.782 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:31.791 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:32.046 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:32.055 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:32.310 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:32.321 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:32.576 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:32.589 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:32.846 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:32.855 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:33.109 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:33.123 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:33.379 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:33.391 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:33.646 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:33.660 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:33.915 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:33.932 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:34.188 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:34.196 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:34.450 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:34.461 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:34.716 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:34.725 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:34.978 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:34.989 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:35.243 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:35.257 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:35.514 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:35.523 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:35.778 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:35.787 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:36.042 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:36.055 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| updating visit (074d22ebea66f59df41b207e0fa47a137147ab11) to expire at 2012-09-14 09:49:09.173899 | |
| 07:49:36.309 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:36.326 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:36.581 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:36.589 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:36.845 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:36.853 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:37.108 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:37.120 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:37.376 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:37.388 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:37.643 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:37.657 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:37.912 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:37.926 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:38.183 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:38.196 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:38.451 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:38.467 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:38.723 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:38.735 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:38.990 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:39.004 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:39.259 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:39.269 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:39.526 INFO - Command request: isVisible[autoCompleteResultsLoan_user, ] on session 7e730e64a36d48c8a115171ff55c7048 | |
| 07:49:39.540 INFO - Got result: OK,false on session 7e730e64a36d48c8a115171ff55c7048 | |
| --------------------- >> end captured stdout << ---------------------- | |
| ====================================================================== | |
| FAIL: test_job_xml_can_be_roundtripped (bkr.inttest.server.test_jobs.TestJobsController) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/gene/beaker/IntegrationTests/src/bkr/inttest/server/test_jobs.py", line 70, in test_job_xml_can_be_roundtripped | |
| self.assertEquals(roundtripped_xml, complete_job_xml) | |
| AssertionError: u'<job product="the_product" retention_tag="audit">\n <notify>\n <cc>dan@example.com</cc>\n <cc>ray@example.com</cc>\n </notify>\n <whiteboard>valid job</whiteboard>\n <recipeSet priority="Normal">\n <recipe kernel_options="" kernel_options_post="" ks_meta="" role="None" whiteboard="">\n <guestrecipe guestargs="" guestname="" kernel_options="" kernel_options_post="" ks_meta="" role="None" whiteboard="">\n <autopick random="true"/>\n <watchdog panic="None"/>\n <packages/>\n <ks_appends>\n <ks_append>\n<![CDATA[]]> </ks_append>\n </ks_appends>\n <repos/>\n <distroRequires>\n <distro_name op="=" value="BlueShoeLinux5-5"/>\n <distro_virt op="=" value=""/>\n </distroRequires>\n <hostRequires>\n <system_type value="Machine"/>\n <hypervisor op="=" value=""/>\n </hostRequires>\n <partitions>\n <partition fs="btrfs" name="/mnt/testarea" size="18" type="part"/>\n <partition fs="btrfs" name="/usr/local" size="8" type="part"/>\n </partitions>\n <task name="/distribution/install" role="STANDALONE">\n <params/>\n </task>\n </guestrecipe>\n <autopick random="true"/>\n <watchdog panic="None"/>\n <packages/>\n <ks_appends>\n <ks_append>\n<![CDATA[]]> </ks_append>\n </ks_appends>\n <repos/>\n <distroRequires>\n <distro_name op="=" value="BlueShoeLinux5-5"/>\n <distro_virt op="=" value=""/>\n </distroRequires>\n <hostRequires>\n <system_type value="Machine"/>\n </hostRequires>\n <partitions/>\n <task name="/distribution/install" role="STANDALONE">\n <params/>\n </task>\n </recipe>\n </recipeSet>\n</job>\n' != '<job product="the_product" retention_tag="audit">\n <notify>\n <cc>\n dan@example.com\n </cc>\n <cc>\n ray@example.com\n </cc>\n </notify>\n <whiteboard>\n valid job\n </whiteboard>\n <recipeSet priority="Normal">\n <recipe kernel_options="" kernel_options_post="" ks_meta="" role="None" whiteboard="">\n <guestrecipe guestargs="" guestname="" kernel_options="" kernel_options_post="" ks_meta="" role="None" whiteboard="">\n <autopick random="true"/>\n <watchdog panic="None"/>\n <packages/>\n <ks_appends>\n <ks_append>\n<![CDATA[]]> </ks_append>\n </ks_appends>\n <repos/>\n <distroRequires>\n <distro_name op="=" value="BlueShoeLinux5-5"/>\n <distro_virt op="=" value=""/>\n </distroRequires>\n <hostRequires>\n <system_type value="Machine"/>\n <hypervisor op="=" value=""/>\n </hostRequires>\n <partitions>\n <partition fs="btrfs" name="/mnt/testarea" size="18" type="part"/>\n <partition fs="btrfs" name="/usr/local" size="8" type="part"/>\n </partitions>\n <task name="/distribution/install" role="STANDALONE">\n <params/>\n </task>\n </guestrecipe>\n <autopick random="true"/>\n <watchdog panic="None"/>\n <packages/>\n <ks_appends>\n <ks_append>\n<![CDATA[]]> </ks_append>\n </ks_appends>\n <repos/>\n <distroRequires>\n <distro_name op="=" value="BlueShoeLinux5-5"/>\n <distro_virt op="=" value=""/>\n </distroRequires>\n <hostRequires>\n <system_type value="Machine"/>\n </hostRequires>\n <partitions/>\n <task name="/distribution/install" role="STANDALONE">\n <params/>\n </task>\n </recipe>\n </recipeSet>\n</job>\n' | |
| ---------------------------------------------------------------------- | |
| Ran 619 tests in 1873.037s | |
| FAILED (SKIP=5, errors=13, failures=4) | |
| Error in atexit._run_exitfuncs: | |
| Traceback (most recent call last): | |
| File "/usr/lib64/python2.7/atexit.py", line 24, in _run_exitfuncs | |
| func(*targs, **kargs) | |
| File "/usr/lib64/python2.7/logging/__init__.py", line 1648, in shutdown | |
| h.release() | |
| File "/usr/lib/python2.7/site-packages/cloghandler.py", line 194, in release | |
| self.stream.flush() | |
| ValueError: I/O operation on closed file | |
| Error in sys.exitfunc: | |
| Traceback (most recent call last): | |
| File "/usr/lib64/python2.7/atexit.py", line 24, in _run_exitfuncs | |
| func(*targs, **kargs) | |
| File "/usr/lib64/python2.7/logging/__init__.py", line 1648, in shutdown | |
| h.release() | |
| File "/usr/lib/python2.7/site-packages/cloghandler.py", line 194, in release | |
| self.stream.flush() | |
| ValueError: I/O operation on closed file |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment