diff options
author | PANCHAL <dp023n@att.com> | 2020-05-12 09:12:14 -0400 |
---|---|---|
committer | Deven Panchal <dp023n@att.com> | 2020-05-29 16:35:36 +0000 |
commit | 8479ac77ba084f9d42e16b252e6671ff59aedd13 (patch) | |
tree | 25a0513f026611ac71980c09d6f8b60b1724a9be /mod/bpgenerator/src/test | |
parent | 265ca90a26db6ffc5f0a0d9b67e4f533cf01b8bf (diff) |
Change R4 plugins to R6
Change bpgen R4 references to R6 because Runtime APi is defaulting to R4
Issue-ID: DCAEGEN2-2197
Signed-off-by: PANCHAL <dp023n@att.com>
Change-Id: Id98fee8b5125cc056d852c343f3cc1d2df7e0a5d
Diffstat (limited to 'mod/bpgenerator/src/test')
-rw-r--r-- | mod/bpgenerator/src/test/java/org/onap/blueprintgenerator/core/BlueprintGeneratorTest.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/bpgenerator/src/test/java/org/onap/blueprintgenerator/core/BlueprintGeneratorTest.java b/mod/bpgenerator/src/test/java/org/onap/blueprintgenerator/core/BlueprintGeneratorTest.java index 404b899..1827349 100644 --- a/mod/bpgenerator/src/test/java/org/onap/blueprintgenerator/core/BlueprintGeneratorTest.java +++ b/mod/bpgenerator/src/test/java/org/onap/blueprintgenerator/core/BlueprintGeneratorTest.java @@ -242,8 +242,8 @@ public class BlueprintGeneratorTest { ArrayList<String> imps = new ArrayList<String>(); imps.add("http://www.getcloudify.org/spec/cloudify/3.4/types.yaml"); - imps.add("https://nexus.onap.org/service/local/repositories/raw/content/org.onap.dcaegen2.platform.plugins/R4/k8splugin/1.4.5/k8splugin_types.yaml"); - imps.add("https://nexus.onap.org/service/local/repositories/raw/content/org.onap.dcaegen2.platform.plugins/R4/dcaepolicyplugin/2.3.0/dcaepolicyplugin_types.yaml"); + imps.add("https://nexus.onap.org/service/local/repositories/raw/content/org.onap.dcaegen2.platform.plugins/R6/k8splugin/1.7.2/k8splugin_types.yaml"); + imps.add("https://nexus.onap.org/service/local/repositories/raw/content/org.onap.dcaegen2.platform.plugins/R6/dcaepolicyplugin/2.4.0/dcaepolicyplugin_types.yaml"); assertEquals(bp.getImports(), imps); } |