X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Fframework.py;h=210eadbf4c56cc8826bc4a5fdad43b65fdd2eb1a;hb=3df8728088d56a8576d1ffd9380443a983072e0f;hp=3386c201e33b2ed75c477b5c533b712a1e3a1884;hpb=6a6f4f7fe777dc77f8496fae1fc1075372ad16b6;p=vpp.git diff --git a/test/framework.py b/test/framework.py index 3386c201e33..210eadbf4c5 100644 --- a/test/framework.py +++ b/test/framework.py @@ -222,7 +222,7 @@ class VppTestCase(unittest.TestCase): try: c = os.getenv("CACHE_OUTPUT", "1") cls.cache_vpp_output = \ - True if c.lower() in ("y", "yes", "1") else False + False if c.lower() in ("n", "no", "0") else True except: cls.cache_vpp_output = True cls.set_debug_flags(d)