Change headless chrome port to 4444

The browser is running on that port inside the container.

Change-Id: If4f777b990099b67db631102d8f8be418b97b46b
This commit is contained in:
Honza Pokorny 2019-01-28 08:17:07 -04:00
parent a0750a48a2
commit 55df6235f4
1 changed files with 1 additions and 1 deletions

View File

@ -104,4 +104,4 @@ python_package_prefix: "python"
# Headless Chrome configuration
tempest_use_headless_chrome: false
tempest_headless_chrome_port: 9999
tempest_headless_chrome_port: 4444