Home | History | Annotate | Download | only in site_utils

Lines Matching refs:lxc

5 """Function tests of lxc module. To be able to run this test, following setup
7 1. lxc is installed.
24 from autotest_lib.site_utils import lxc
31 TEMP_DIR = tempfile.mkdtemp(dir=lxc.DEFAULT_CONTAINER_PATH,
54 from autotest_lib.site_utils import lxc
64 lxc.install_packages(['atop', 'libxslt-dev'], ['selenium', 'numpy'])
70 TEST_RESULT_PATH = lxc.RESULT_DIR_FMT % TEST_JOB_FOLDER
151 container_result_path = lxc.RESULT_DIR_FMT % TEST_JOB_FOLDER
255 bucket = lxc.ContainerBucket(TEMP_DIR)
258 container_test_name = (lxc.TEST_CONTAINER_NAME_FMT %
280 lxc.ContainerBucket(TEMP_DIR).destroy_all()