Mats Dufberg
Mats Dufberg
For scenario `SHARED-IP-1` I get ``` $ zonemaster-cli --hints=hintfile.zone --test=dnssec05 --level=info --show-testcase --raw SHARED-IP-1.dnssec05.xa 0.00 INFO Unspecified GLOBAL_VERSION version=v8.0.0 0.05 INFO DNSSEC05 DS05_ALGO_OK algo_descr=ECDSA Curve P-256 with SHA-256; algo_mnemo=ECDSAP256SHA256; algo_num=13;...
For all athor scenarios I get the correct output when running `zonemaster-cli` based on this update.
I see that `t/translator.t` contains the following test that naturally fails after this update: ``` ok( exists $trans->data->{DNSSEC}{ALGORITHM_OK}, 'expected key from module exists' ); ```
> Unit test data for t/Test-dnssec.t needs to be re-recorded in order for all unit tests to pass, but that can't be done right now (zut-root.rd.nic.fr is temporarily offline). It...
> It does not look like the tag NOT_SIGNED show up in the output, which seems strange. It is not strange. It is outputted, but on DEBUG level. If level...
I get strange output from `zonemaster-cli` after installing this update: ``` $ zonemaster-cli --hints=hintfile.zone --test=dnssec01 --level=info --show-testcase --raw ALGO-DEPRECATED-1.dnssec01.xa 0.00 INFO Unspecified GLOBAL_VERSION version=v8.0.0 127.15.1.27 fda1:b2:c3:0:127:15:1:27 127.15.1.28 fda1:b2:c3:0:127:15:1:28 127.15.1.21 fda1:b2:c3:0:127:15:1:21...
| Scenario name | Mandatory tags | Forbidden tags | |:----------------------|:---------------------------------------------------------------|:---------------| | SHARED-IP-1 | DS01_DS_ALGO_OK | 2) | ``` $ zonemaster-cli --hints=hintfile.zone --test=dnssec01 --level=info --show-testcase --raw child.shared-ip-1.dnssec01.xa 0.00 INFO Unspecified...
| Scenario name | Mandatory tags | Forbidden tags | |:----------------------|:---------------------------------------------------------------|:---------------| | SHARED-IP-2 | DS01_DS_ALGO_OK | 2) | ``` $ zonemaster-cli --hints=hintfile.zone --test=dnssec01 --level=info --show-testcase --raw child.shared-ip-2.dnssec01.xa 0.00 INFO Unspecified...
> Unit test data for `t/Test-dnssec.t` needs to be re-recorded in order for all unit tests to pass, but that can't be done right now (`zut-root.rd.nic.fr` is temporarily offline). It...
Scenarios `SHARED-IP-1` and `SHARED-IP-2` now output correct argument values. See https://github.com/zonemaster/zonemaster-engine/pull/1474#issuecomment-3468392217 and https://github.com/zonemaster/zonemaster-engine/pull/1474#issuecomment-3468440032