Adds test scenarios for Basic01#1255
Conversation
e4e14d9 to
50651e6
Compare
bd8f02c to
2caef1b
Compare
2caef1b to
8236049
Compare
marc-vanderwal
left a comment
There was a problem hiding this comment.
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
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.
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.
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.
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.