mirror of
https://github.com/drasko/codezero.git
synced 2026-02-04 22:13:16 +01:00
Integrated Test Container inside Baremetal container.
This commit is contained in:
@@ -188,8 +188,6 @@ class configuration:
|
||||
self.containers[id].type = "posix"
|
||||
elif param2 == "BAREMETAL":
|
||||
self.containers[id].type = "baremetal"
|
||||
elif param2 == "TEST":
|
||||
self.containers[id].type = "test"
|
||||
# Extract parameters for containers
|
||||
def get_container_parameters(self, name, val):
|
||||
matchobj = re.match(r"(CONFIG_CONT){1}([0-9]){1}(\w+)", name)
|
||||
|
||||
Reference in New Issue
Block a user