Lines Matching full:bucket
106 def setup_base(bucket):
109 @param bucket: ContainerBucket to interact with containers.
111 logging.info('Rebuild base container in folder %s.', bucket.container_path)
112 bucket.setup_base()
113 containers = bucket.get_all()
117 def setup_test(bucket, name, skip_cleanup):
120 @param bucket: ContainerBucket to interact with containers.
129 container = bucket.setup_test(name, TEST_JOB_ID, AUTOTEST_SERVER_PKG,
255 bucket = lxc.ContainerBucket(TEMP_DIR)
257 setup_base(bucket)
260 container = setup_test(bucket, container_test_name, options.skip_cleanup)