X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Fsanity_run_vpp.py;h=4b21de12dfed2419bb7053b704462b4fad5a942b;hb=b8de7d43e4955bb4025cd0e0e7390279841b6d7d;hp=f91dc833eeb26d01268ad557f7381b426e451e0f;hpb=e263685ac82454c39eee6e2a2146dd1e02d61de8;p=vpp.git diff --git a/test/sanity_run_vpp.py b/test/sanity_run_vpp.py index f91dc833eeb..4b21de12dfe 100644 --- a/test/sanity_run_vpp.py +++ b/test/sanity_run_vpp.py @@ -9,7 +9,7 @@ from framework import VppDiedError, VppTestCase, KeepAliveReporter class SanityTestCase(VppTestCase): """ Sanity test case - verify whether VPP is able to start """ - pass + cpus = [0] # don't ask to debug SanityTestCase @classmethod