commit | a279d9cf615bd60439085ba103125e6f2fa3b27c | [log] [tgz] |
---|---|---|
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | Thu Feb 28 09:00:09 2019 -0800 |
committer | Neale Ranns <nranns@cisco.com> | Fri Mar 01 09:28:09 2019 +0000 |
tree | 53544c5534b573251d1067bb72078d2ff6ebce00 | |
parent | e8fece85e2b6190a1ebdc05c10cd79e43f385918 [diff] [blame] |
Tests: Remove all wildcard imports. They mask dependencies and confuse third party tools. Change-Id: I24ee16bfa0d746a8e8cb99891ba8b20523048b69 Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
diff --git a/test/vpp_ipsec.py b/test/vpp_ipsec.py index 0241fdf..cf74b4c 100644 --- a/test/vpp_ipsec.py +++ b/test/vpp_ipsec.py
@@ -1,4 +1,4 @@ -from vpp_object import * +from vpp_object import VppObject from ipaddress import ip_address from vpp_papi import VppEnum