mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-24 03:45:38 +08:00
subdomain db updates by 'catching up' with new zonefiles
This commit is contained in:
@@ -200,7 +200,7 @@ def check( state_engine ):
|
||||
assert 'foo' in user_profile2
|
||||
|
||||
user_profile3 = subdomains.resolve_subdomain_cached_domain("bar", "foo.test")['profile']
|
||||
print "Cache Resolved Profile : {}".format(user_profile2)
|
||||
assert 'bar' in user_profile2
|
||||
print "Cache Resolved Profile : {}".format(user_profile3)
|
||||
assert 'bar' in user_profile3
|
||||
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user