diff options
Diffstat (limited to 'scripts/cli/test_interfaces_tunnel.py')
-rwxr-xr-x | scripts/cli/test_interfaces_tunnel.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/cli/test_interfaces_tunnel.py b/scripts/cli/test_interfaces_tunnel.py index 136a33c35..8f8311511 100755 --- a/scripts/cli/test_interfaces_tunnel.py +++ b/scripts/cli/test_interfaces_tunnel.py @@ -14,7 +14,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -from base_interfaces_test import * +from base_interfaces_test import BasicInterfaceTest from vyos.ifconfig import Interface |