1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Add support for ignored records.

```yaml
ignored:
  octodns:
    ignored: true
  type: A
  value: 1.2.3.4
```
This commit is contained in:
Ross McFarland
2017-06-04 19:03:38 -07:00
parent 1e329f1345
commit ff2fec72d8
7 changed files with 58 additions and 10 deletions

View File

@@ -30,7 +30,7 @@ class TestYamlProvider(TestCase):
# without it we see everything
source.populate(zone)
self.assertEquals(14, len(zone.records))
self.assertEquals(15, len(zone.records))
# Assumption here is that a clean round-trip means that everything
# worked as expected, data that went in came back out and could be