Home
last modified time | relevance | path

Searched refs:_LXC_VERSION (Results 1 – 1 of 1) sorted by relevance

/external/autotest/site_utils/lxc/
Dcontainer.py130 _LXC_VERSION = None variable in Container
178 if not Container._LXC_VERSION:
179 Container._LXC_VERSION = lxc_utils.get_lxc_version()
296 if Container._LXC_VERSION:
297 logging.info("Detected lxc version %s", Container._LXC_VERSION)
298 if Container._LXC_VERSION[0] >= 3: