Merge pull request #130 from retornam/hostname-fix

Chaning hub host
This commit is contained in:
Stephen Donner 2014-04-23 16:21:25 -04:00 коммит произвёл Dave Hunt
Родитель a15a334863 22fc28c818
Коммит 876cf605d9
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,6 +1,6 @@
selenium.version.major = 2.40
selenium.version.minor = 0
production.hostnames.regex = qa(\-selenium[0-9]*\.mv\.mozilla\.com|[0-9]*\-\w+)
production.hostnames.regex = selenium(\-[0-9]*\.qa\.mtv2\.mozilla\.com|[0-9]*\-\w+)
nonaddressable.hostnames.regex = qa[0-9]*\-\w+
production.hub.host = qa-selenium.mv.mozilla.com
production.hub.host = selenium.qa.mtv2.mozilla.com
hub.port = 4444