summaryrefslogtreecommitdiff
path: root/scripts/cli/test_interfaces_loopback.py
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-02-26 18:28:49 +0100
committerChristian Poessinger <christian@poessinger.com>2020-02-26 18:33:59 +0100
commit3d94f59766dbfa3230bcebc9233efe8dbf807b2e (patch)
treeba50596ad371156d7118c4328da783a982480d21 /scripts/cli/test_interfaces_loopback.py
parent0466dd70ef1db6a8e61ef7e5ba3d2ebfe92a9c64 (diff)
downloadvyos-1x-3d94f59766dbfa3230bcebc9233efe8dbf807b2e.tar.gz
vyos-1x-3d94f59766dbfa3230bcebc9233efe8dbf807b2e.zip
interfaces: add missing unittest import
Diffstat (limited to 'scripts/cli/test_interfaces_loopback.py')
-rwxr-xr-xscripts/cli/test_interfaces_loopback.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/cli/test_interfaces_loopback.py b/scripts/cli/test_interfaces_loopback.py
index 697c7cd99..4462f64fe 100755
--- a/scripts/cli/test_interfaces_loopback.py
+++ b/scripts/cli/test_interfaces_loopback.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
class LoopbackInterfaceTest(BasicInterfaceTest.BaseTest):