Skip to content

Commit

Permalink
add tests/config.yml and split long text line
Browse files Browse the repository at this point in the history
Signed-off-by: Alina Buzachis <abuzachis@redhat.com>
  • Loading branch information
alinabuzachis committed Aug 15, 2023
1 parent 4bae408 commit 9db614e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/modules/eval_network_acls.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,8 @@ def check_ingress_acls(acls, src_ip, dst_port):
return True
else:
self.fail_json(
msg="Destination Subnet Network Acl Ingress Rules do not allow inbound traffic from source: {0} towards destination port {1}".format(
msg="Destination Subnet Network Acl Ingress Rules do not allow inbound traffic from source: {0} \
towards destination port {1}".format(
self.src_ip, str(self.dst_port)
)
)
Expand Down
2 changes: 2 additions & 0 deletions tests/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
modules:
python_requires: '>=3.6'

0 comments on commit 9db614e

Please sign in to comment.