We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75fdbff commit 0ac3ab3Copy full SHA for 0ac3ab3
examples/swat-s1/tests.py
@@ -5,8 +5,6 @@
5
# from mininet.cli import CLI
6
from mininet.net import Mininet
7
8
-from nose.plugins.skip import SkipTest
9
-
10
from utils import STATE, RWT_INIT_LEVEL
11
from utils import TANK_SECTION
12
from topo import SwatTopo
@@ -17,7 +15,6 @@
17
15
# import sys
18
16
19
20
-@SkipTest
21
def test_init():
22
23
pass
0 commit comments