Skip to content
Snippets Groups Projects
Commit 1fd243d2 authored by Erik Reid's avatar Erik Reid
Browse files

added rt[12] to router name sanity test

parent b473fd8e
No related branches found
No related tags found
No related merge requests found
......@@ -48,4 +48,4 @@ def test_router_hostname_derivation(mocked_redis):
hostnames = list(data.derive_router_hostnames(config))
assert hostnames # test data is non-empty
for h in hostnames:
assert re.match(r'^(mx[12]|qfx|srx[12])\..+\.geant\.net$', h)
assert re.match(r'^(rt[12]|mx[12]|qfx|srx[12])\..+\.geant\.net$', h)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment