istopwg / ippeveselfcert

IPP Everywhere Printer Self-Certification Tools
https://www.pwg.org/ipp/everywhere.html
Apache License 2.0
21 stars 6 forks source link

Set the "job-name" attribute using the test name #85

Closed wifiprintguy closed 2 years ago

wifiprintguy commented 2 years ago

When searching a PCAP file, it would be very useful if there were some artifact in a Job that would indicate the test being run. Currently the "job-name" attribute set in a Print-Job operation doesn't have the test name. An example is here in the current revision of tests/document-tests.test D-1.4:

https://github.com/istopwg/ippeveselfcert/blob/70ebcab3f1fc2e61bed5aa958e095fdc82a48b17/tests/document-tests.test#L478

Update the test files to supply a "job-name" that has the test name in it.

michaelrsweet commented 2 years ago

[master 9e5a73b] Add test numbers to all print job tests (Issue #85)