Searched defs:CONTAINER_NAME (Results 1 - 1 of 1) sorted by relevance

/lxc/src/python-lxc/examples/
H A Dapi_test.py35 CONTAINER_NAME = str(uuid.uuid1()) variable
40 print("Getting instance for '%s'" % CONTAINER_NAME)
41 container = lxc.Container(CONTAINER_NAME)
45 (lxc.default_config_path, CONTAINER_NAME))
48 assert(container.name == CONTAINER_NAME)
73 assert(container.name == CONTAINER_NAME
133 assert(container.name == CONTAINER_NAME

Completed in 8 milliseconds