<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jun 1, 2016 at 10:53 PM, Nir Soffer <span dir="ltr">&lt;<a href="mailto:nsoffer@redhat.com" target="_blank">nsoffer@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Seems that random network test fail now in the ci. Did we change<br>
anything in the infrastructure that can explain this?<br>
<br>
This is the same pattern we saw in other tests, all the ip calls are successful,<br>
but the test is not happy.<br>
<br>
18:49:09 ======================================================================<br>
18:49:09 FAIL: testDisablePromisc (network.ipwrapper_test.TestDrvinfo)<br>
18:49:09 ----------------------------------------------------------------------<br>
18:49:09 Traceback (most recent call last):<br>
18:49:09   File<br>
&quot;/home/jenkins/workspace/vdsm_master_check-patch-el7-x86_64/vdsm/tests/network/ipwrapper_test.py&quot;,<br>
line 149, in testDisablePromisc<br>
18:49:09     &quot;Could not disable promiscuous mode.&quot;)<br>
18:49:09 AssertionError: Could not disable promiscuous mode.<br>
18:49:09 -------------------- &gt;&gt; begin captured logging &lt;&lt; --------------------<br>
18:49:09 2016-06-01 18:48:58,492 DEBUG   [root] (MainThread)<br>
/usr/bin/taskset --cpu-list 0-1 /usr/sbin/brctl show (cwd None)<br>
18:49:09 2016-06-01 18:48:58,501 DEBUG   [root] (MainThread) SUCCESS:<br>
&lt;err&gt; = &#39;&#39;; &lt;rc&gt; = 0<br>
18:49:09 2016-06-01 18:48:58,501 DEBUG   [root] (MainThread)<br>
/usr/bin/taskset --cpu-list 0-1 /sbin/ip link add name vdsm-Cnvkvg<br>
type bridge (cwd None)<br>
18:49:09 2016-06-01 18:48:58,510 DEBUG   [root] (MainThread) SUCCESS:<br>
&lt;err&gt; = &#39;&#39;; &lt;rc&gt; = 0<br>
18:49:09 2016-06-01 18:48:58,511 DEBUG   [root] (MainThread)<br>
/usr/bin/taskset --cpu-list 0-1 /sbin/ip link set dev vdsm-Cnvkvg up<br>
(cwd None)<br>
18:49:09 2016-06-01 18:48:58,522 DEBUG   [root] (MainThread) SUCCESS:<br>
&lt;err&gt; = &#39;&#39;; &lt;rc&gt; = 0<br>
18:49:09 2016-06-01 18:48:58,523 DEBUG   [root] (MainThread)<br>
/usr/bin/taskset --cpu-list 0-1 /sbin/ip link set dev vdsm-Cnvkvg<br>
promisc on (cwd None)<br>
18:49:09 2016-06-01 18:48:58,533 DEBUG   [root] (MainThread) SUCCESS:<br>
&lt;err&gt; = &#39;&#39;; &lt;rc&gt; = 0<br>
18:49:09 2016-06-01 18:48:58,533 DEBUG   [root] (MainThread)<br>
/usr/bin/taskset --cpu-list 0-1 /sbin/ip link set dev vdsm-Cnvkvg<br>
promisc off (cwd None)<br>
18:49:09 2016-06-01 18:48:58,542 DEBUG   [root] (MainThread) SUCCESS:<br>
&lt;err&gt; = &#39;&#39;; &lt;rc&gt; = 0<br>
</blockquote></div><br></div><div class="gmail_extra">How often has this been seen? Is this failing on a specific platform?<br><br></div><div class="gmail_extra">This is an integration test that should be run on a VM.<br></div><div class="gmail_extra">We should target for running the CI integration tests with lago and a dedicated VDSM (for test) image.<br><br></div><div class="gmail_extra">If this failure will occur too often, we can label it such that it will not run on CI. (but will run locally)<br><br></div><div class="gmail_extra">Thanks,<br></div><div class="gmail_extra">Edy.<br></div><div class="gmail_extra"><br></div></div>