rename webconsole to dashboard

This commit is contained in:
Noah Levitt 2016-11-04 17:46:23 -07:00
parent fef7d6a9fa
commit 5ac8994a24
27 changed files with 103 additions and 103 deletions

View file

@ -86,7 +86,7 @@ def test_services_up():
# if the connect fails an exception is raised and the test fails
s.connect(('localhost', 8880))
# check that brozzler webconsole is listening
# check that brozzler dashboard is listening
with socket.socket() as s:
# if the connect fails an exception is raised and the test fails
s.connect(('localhost', 8881))