Advertisement
Guest User

Untitled

a guest
Apr 27th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. /usr/bin/python2.7 tests/ngam/commercial/TSTR_1344_payroll_draft_recurring.py LOCAL CHROME_LINUX
  2.  
  3. Running tests...
  4. ----------------------------------------------------------------------
  5.  
  6. ======================================================================
  7. ERROR [0.000s]: setUpClass (__main__.PayrollDraftRecurringTest)
  8. ----------------------------------------------------------------------
  9. Traceback (most recent call last):
  10. File "tests/ngam/commercial/TSTR_1344_payroll_draft_recurring.py", line 22, in setUpClass
  11. cls.driver = cls.util.get_browser()
  12. File "/home/q2/atf/lib/q2_library.py", line 115, in get_browser
  13. self.network_capture.start_server_and_proxy(self.get_config("browsermob_proxy_server"))
  14. File "/home/q2/atf/lib/network_catcher.py", line 24, in start_server_and_proxy
  15. self.__server.start()
  16. File "/usr/local/lib/python2.7/dist-packages/browsermobproxy/server.py", line 127, in start
  17. raise ProxyServerError("Can't connect to Browsermob-Proxy")
  18. ProxyServerError: Can't connect to Browsermob-Proxy
  19.  
  20. ----------------------------------------------------------------------
  21. Ran 0 tests in 30.088s
  22.  
  23. FAILED (errors=1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement