test(lab): import adapters in legacy runtimes
This commit is contained in:
@@ -22,6 +22,10 @@ def test_component_image_installer_is_exact_local_and_offline() -> None:
|
||||
assert 'docker image ls `' in script
|
||||
assert '--filter "reference=$tag"' in script
|
||||
assert "Invoke-InstalledImageSmoke" in script
|
||||
assert "import_check" in script
|
||||
assert script.count("import portable_lab_v1_component_adapter") == 2
|
||||
assert "import run_portable_lab_v1_eomt_component" in script
|
||||
assert "import run_portable_lab_v1_ddrnet_component" in script
|
||||
assert "docker commit @changes $containerId $tag" in script
|
||||
assert "docker rm -f $containerId" in script
|
||||
assert "com.nodedc.build-method" in script
|
||||
|
||||
Reference in New Issue
Block a user