Skip to content

Commit

Permalink
Proxy(Tests): Add new q_type for FortiOS 7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alagoutte committed May 13, 2024
1 parent fa6e319 commit f842ebd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Tests/integration/FirewallProxyAddress.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Describe "Get Firewall Proxy Address" {
$address.q_static | Should -Not -BeNullOrEmpty
$address.q_no_rename | Should -Not -BeNullOrEmpty
$address.q_global_entry | Should -Not -BeNullOrEmpty
$address.q_type | Should -BeIn @('422', '459', '468', '484', '487', '497', '510')
$address.q_type | Should -BeIn @('422', '459', '468', '484', '487', '497', '510', '514')
$address.q_path | Should -Be "firewall"
$address.q_name | Should -Be "proxy-address"
$address.q_mkey_type | Should -Be "string"
Expand Down
2 changes: 1 addition & 1 deletion Tests/integration/FirewallProxyAddressGroup.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Describe "Get Firewall Proxy Address Group" {
$addressgroup.q_static | Should -Not -BeNullOrEmpty
$addressgroup.q_no_rename | Should -Not -BeNullOrEmpty
$addressgroup.q_global_entry | Should -Not -BeNullOrEmpty
$addressgroup.q_type | Should -BeIn @('423', '460', '469', '485', '488', '498', '511')
$addressgroup.q_type | Should -BeIn @('423', '460', '469', '485', '488', '498', '511', '515')
$addressgroup.q_path | Should -Be "firewall"
$addressgroup.q_name | Should -Be "proxy-addrgrp"
$addressgroup.q_mkey_type | Should -Be "string"
Expand Down
2 changes: 1 addition & 1 deletion Tests/integration/FirewallProxyPolicy.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Describe "Get Firewall Proxy Policy" {
$policy.q_static | Should -Not -BeNullOrEmpty
$policy.q_no_rename | Should -Not -BeNullOrEmpty
$policy.q_global_entry | Should -Not -BeNullOrEmpty
$policy.q_type | Should -BeIn @('413', '450', '459', '475', '478', '487', '498')
$policy.q_type | Should -BeIn @('413', '450', '459', '475', '478', '487', '498', '502')
$policy.q_path | Should -Be "firewall"
$policy.q_name | Should -Be "proxy-policy"
$policy.q_mkey_type | Should -Be "integer"
Expand Down

0 comments on commit f842ebd

Please sign in to comment.