Change domain in test fixture to example.com

This should be a domain defined in RFC 6761 which is specifically
reserved for documentation usage.

Change-Id: Ie681475d10f8d7cc910593e4ee41a1350acd3ef1
This commit is contained in:
Tobias Henkel 2017-10-19 19:01:03 +02:00
parent ad5c2611e0
commit e2d3566a76
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ git_user_name=zuul
[executor]
git_dir=/tmp/zuul-test/executor-git
hostname=test-executor-hostname.openstack.org
hostname=test-executor-hostname.example.com
[connection gerrit]
driver=gerrit

View File

@ -408,5 +408,5 @@ class TestExecutorHostname(ZuulTestCase):
tenant_config_file = 'config/single-tenant/main.yaml'
def test_executor_hostname(self):
self.assertEqual('test-executor-hostname.openstack.org',
self.assertEqual('test-executor-hostname.example.com',
self.executor_server.hostname)