diff options
author | Ittay Stern <ittay.stern@att.com> | 2019-12-09 21:30:17 +0200 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2019-12-09 21:30:17 +0200 |
commit | 01c79e9b209089ebf4f7e95e86ae17df49a5017a (patch) | |
tree | a0b233f53d919ebad211d425fa2616781ff6e69d /vid-automation/src/test/java | |
parent | 5540d178ab3203ab2994b21ee3434cca73318aa3 (diff) |
Enable InstantiationTemplatesApiTest with counter-maps
Change-Id: I57c09a6ae664517d01deb7b0d4f3e639f7a871a6
Issue-ID: VID-724
Signed-off-by: Ittay Stern <ittay.stern@att.com>
Diffstat (limited to 'vid-automation/src/test/java')
-rw-r--r-- | vid-automation/src/test/java/org/onap/vid/api/InstantiationTemplatesApiTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vid-automation/src/test/java/org/onap/vid/api/InstantiationTemplatesApiTest.java b/vid-automation/src/test/java/org/onap/vid/api/InstantiationTemplatesApiTest.java index a14e81f44..f6fbd268d 100644 --- a/vid-automation/src/test/java/org/onap/vid/api/InstantiationTemplatesApiTest.java +++ b/vid-automation/src/test/java/org/onap/vid/api/InstantiationTemplatesApiTest.java @@ -74,7 +74,7 @@ public class InstantiationTemplatesApiTest extends AsyncInstantiationBase { return uri.toASCIIString() + "/asyncInstantiation/templateTopology/" + jobId; } - @Test(groups = "underDevelopment") + @Test public void templateTopology_givenDeployFromCypressE2E_getTemplateTopologyDataIsEquivalent() throws IOException { templateTopology_givenDeploy_templateTopologyIsEquivalent(objectMapper.readValue( convertRequest(objectMapper, "asyncInstantiation/templates__instance_template.json"), |