We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f501e1c commit 15a014bCopy full SHA for 15a014b
tests/test_port_dpb_lag.py
@@ -10,6 +10,7 @@ def check_syslog(self, dvs, marker, log, expected_cnt):
10
(exitcode, num) = dvs.runcmd(['sh', '-c', "awk \'/%s/,ENDFILE {print;}\' /var/log/syslog | grep \"%s\" | wc -l" % (marker, log)])
11
assert num.strip() >= str(expected_cnt)
12
13
+ @pytest.mark.skip(reason="Failing. Under investigation")
14
def test_dependency(self, dvs):
15
lag = "0001"
16
p = Port(dvs, "Ethernet0")
0 commit comments