tests: fix centos detection
Type: fix Fixes: defde0f870 Change-Id: Ib81e3610bd0fc22901a902dc76692f1951ead2b8 Signed-off-by: Klement Sekera <ksekera@cisco.com> (cherry picked from commit 3a350702ec24d1bde0483da1e946015c2b81e0c4)
This commit is contained in:
parent
b462d94038
commit
e1204e5049
@ -218,7 +218,7 @@ def _running_on_centos():
|
||||
return True if "centos" in os_id.lower() else False
|
||||
|
||||
|
||||
running_on_centos = _running_on_centos
|
||||
running_on_centos = _running_on_centos()
|
||||
|
||||
|
||||
class KeepAliveReporter(object):
|
||||
|
Loading…
x
Reference in New Issue
Block a user