diff options
-rw-r--r-- | .gitattributes | 1 | ||||
-rw-r--r-- | src/onaptests/steps/onboard/cds.py | 2 | ||||
-rw-r--r-- | src/onaptests/templates/artifacts/basic_cnf_cba_enriched.zip | bin | 60824 -> 63632 bytes |
3 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 2eb6749..1fd8578 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,3 +3,4 @@ *.jpg binary *.xlsx binary *.csar -text +*.zip binary diff --git a/src/onaptests/steps/onboard/cds.py b/src/onaptests/steps/onboard/cds.py index d6645ef..13e6203 100644 --- a/src/onaptests/steps/onboard/cds.py +++ b/src/onaptests/steps/onboard/cds.py @@ -217,6 +217,8 @@ class CbaPublishStep(CDSBaseStep): """Let's skip enrichment if enriched CBA is already present""" if Path.is_file(settings.CDS_CBA_UNENRICHED): self.add_step(CbaEnrichStep(cleanup=cleanup)) + else: + self.add_step(ExposeCDSBlueprintprocessorNodePortStep(cleanup=cleanup)) @property def description(self) -> str: diff --git a/src/onaptests/templates/artifacts/basic_cnf_cba_enriched.zip b/src/onaptests/templates/artifacts/basic_cnf_cba_enriched.zip Binary files differindex 825160c..cadb52f 100644 --- a/src/onaptests/templates/artifacts/basic_cnf_cba_enriched.zip +++ b/src/onaptests/templates/artifacts/basic_cnf_cba_enriched.zip |