[test suite] minor update for SNAT tests to not restrict --fw-list search to 127.0.0.2

This commit is contained in:
Michael Rash 2013-11-18 22:22:02 -05:00
parent 71d19031e6
commit 8cb5653d5e
2 changed files with 4 additions and 0 deletions

View File

@ -691,6 +691,7 @@
'server_positive_output_matches' => [
qr/FWKNOP_FORWARD\s.*dport\s22\s/,
qr/to\:$internal_nat_host\:22/i],
'no_ip_check' => 1,
'fw_rule_created' => $NEW_RULE_REQUIRED,
'fw_rule_removed' => $NEW_RULE_REMOVED,
'server_conf' => $cf{'snat'},
@ -708,6 +709,7 @@
qr/to\:$internal_nat_host\:22/i,
qr/MASQUERADE\s.*to\-ports/,
],
'no_ip_check' => 1,
'fw_rule_created' => $NEW_RULE_REQUIRED,
'fw_rule_removed' => $NEW_RULE_REMOVED,
'server_conf' => $cf{'snat_no_translate_ip'},

View File

@ -735,6 +735,7 @@
'server_positive_output_matches' => [
qr/FWKNOP_FORWARD\s.*dport\s22\s/,
qr/to\:$internal_nat_host\:22/i],
'no_ip_check' => 1,
'fw_rule_created' => $NEW_RULE_REQUIRED,
'fw_rule_removed' => $NEW_RULE_REMOVED,
'key_file' => $cf{'rc_hmac_b64_key'},
@ -754,6 +755,7 @@
qr/to\:$internal_nat_host\:22/i,
qr/MASQUERADE\s.*to\-ports/,
],
'no_ip_check' => 1,
'fw_rule_created' => $NEW_RULE_REQUIRED,
'fw_rule_removed' => $NEW_RULE_REMOVED,
'key_file' => $cf{'rc_hmac_b64_key'},