-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds test scenarios for Basic01 #1255
Adds test scenarios for Basic01 #1255
Conversation
e4e14d9
to
50651e6
Compare
bd8f02c
to
2caef1b
Compare
2caef1b
to
8236049
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fine to me. I just see a few typos.
Co-authored-by: Marc van der Wal <103426270+marc-vanderwal@users.noreply.github.com>
@tgreenx, can you approve this? |
Based on: - Updated test case specification from zonemaster/zonemaster#1257 - New test zones specification from zonemaster/zonemaster#1255
Based on: - Updated test case specification from zonemaster/zonemaster#1257 - New test zones specification from zonemaster/zonemaster#1255
test-zone-data/Basic-TP/basic01/COMMON-DEL-CHILD.basic01.xa.zone
Outdated
Show resolved
Hide resolved
Co-authored-by: tgreenx <96772376+tgreenx@users.noreply.github.com>
Based on: - Updated test case specification from zonemaster/zonemaster#1257 - New test zones specification from zonemaster/zonemaster#1255
Based on: - Updated test case specification from zonemaster/zonemaster#1257 - New test zones specification from zonemaster/zonemaster#1255
Based on: - Updated test case specification from zonemaster/zonemaster#1257 - New test zones specification from zonemaster/zonemaster#1255
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If I understand the purpose of this specific profile, it is to change the levels of some message tags related to Basic01 (from DEBUG to INFO) for easier readability in the output of Zonemaster-CLI.
I suggest that it is simplified, i.e. remove all test modules in the test_levels
property unrelated to Basic01, and specify the property test_cases
with only Basic01: "test_cases": [ "basic01" ]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see this as a temporary solution. I want to have one shared profile under "COMMON", and in another PR I do add that, but while waiting for that to be merged I created this profile file to make it work.
I have reduced it, but kept all Basic related messages plus SYSTEM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, the purpose is to raise any relevant message from DEBUG to INFO to make it possible to have all relevant messages printed out without have a lot of other messages. That is the only purpose of the profile here.
Purpose
This PR adds test scenarios for Basic01. The scenarios are based on the expected outcome of #1257.