X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_lcm%2Ftests%2Ftest_lcm_helm_conn.py;fp=osm_lcm%2Ftests%2Ftest_lcm_helm_conn.py;h=71165175932b9f3276082124bf20c2a56a732bd3;hb=1d8aa81e353f6a9a1921d1efb0bd96b4719ec576;hp=89ca891c382ba1a578fd5b2a2fc685e7cc129466;hpb=28b0bf87c3fe2bd99cd3d5665eae484df8c3b44c;p=osm%2FLCM.git diff --git a/osm_lcm/tests/test_lcm_helm_conn.py b/osm_lcm/tests/test_lcm_helm_conn.py index 89ca891..7116517 100644 --- a/osm_lcm/tests/test_lcm_helm_conn.py +++ b/osm_lcm/tests/test_lcm_helm_conn.py @@ -63,6 +63,7 @@ class TestLcmHelmConn(asynctest.TestCase): namespace = "testnamespace" db_dict = {} artifact_path = "helm_sample_charm" + chart_model = "helm_sample_charm" helm_chart_id = "helm_sample_charm_0001" self.helm_conn._k8sclusterhelm3.install = asynctest.CoroutineMock( return_value=None @@ -78,7 +79,8 @@ class TestLcmHelmConn(asynctest.TestCase): self.db.get_one.return_value = {"_admin": {"helm-chart-v3": {"id": "myk8s_id"}}} ee_id, _ = await self.helm_conn.create_execution_environment( - namespace, db_dict, artifact_path=artifact_path, vca_type="helm-v3" + namespace, db_dict, artifact_path=artifact_path, + chart_model=chart_model, vca_type="helm-v3" ) self.assertEqual( ee_id,