Skip to content

Commit

Permalink
Fix protocol.services.bacnet (#1082)
Browse files Browse the repository at this point in the history
* added protocol.services.bacnet in test_packs

* changed services bacnet to Informational
  • Loading branch information
MariusBaldovin authored Jan 28, 2025
1 parent 472f253 commit c251c99
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/test_packs/pilot.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,10 @@
"name": "ntp.network.ntp_server",
"required_result": "Informational"
},
{
"name": "protocol.services.bacnet",
"required_result": "Informational"
},
{
"name": "security.tls.v1_0_client",
"required_result": "Required if Applicable"
Expand Down
4 changes: 4 additions & 0 deletions resources/test_packs/qualification.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,10 @@
"name": "ntp.network.ntp_server",
"required_result": "Required"
},
{
"name": "protocol.services.bacnet",
"required_result": "Informational"
},
{
"name": "security.tls.v1_0_client",
"required_result": "Informational"
Expand Down

0 comments on commit c251c99

Please sign in to comment.