fixup: unresolved_references
This commit is contained in:
@@ -5,12 +5,14 @@ Test for hwintf.py
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
import unittest
|
import unittest
|
||||||
import pexpect
|
|
||||||
import re
|
import re
|
||||||
|
|
||||||
|
import pexpect
|
||||||
|
|
||||||
from mininet.log import setLogLevel
|
from mininet.log import setLogLevel
|
||||||
from mininet.net import Mininet
|
|
||||||
from mininet.node import Node
|
from mininet.node import Node
|
||||||
from mininet.link import Link, Intf
|
from mininet.link import Link
|
||||||
|
|
||||||
|
|
||||||
class testHwintf( unittest.TestCase ):
|
class testHwintf( unittest.TestCase ):
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ Test for sshd.py
|
|||||||
|
|
||||||
import unittest
|
import unittest
|
||||||
import pexpect
|
import pexpect
|
||||||
from time import sleep
|
|
||||||
from mininet.clean import sh
|
from mininet.clean import sh
|
||||||
|
|
||||||
class testSSHD( unittest.TestCase ):
|
class testSSHD( unittest.TestCase ):
|
||||||
|
|||||||
Reference in New Issue
Block a user