You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--1) Change parameter ‘dns-id’ to ‘dns-txt-url’
--2) Change names in readme file not to refer to Comcast specific urls, etc.
--3) create mock_dns_server.
--4) In mock_dns_server we #define USE_MOCK_DNS_SERVER true
Defaults true, but we can set it false, so that we can compile a test
that can access fabric-beta.
Since we spent many months debugging the dns server lookup,
we don’t want to throw away the test code that does that.
--5) We need some test dns txt records that have fake endpoint values.
We can use these to test dns server lookups when
USE_MOCK_DNS_SERVER is false, so we don’t point to anything real.
All tests, documentation and similar need to remove dependency on comcast infrastructure.
The text was updated successfully, but these errors were encountered: