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