diff options
author | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2018-12-03 07:10:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-12-03 07:10:14 +0000 |
commit | 6247c340ea26ec82909d844b0585e6ef4949ed94 (patch) | |
tree | 17e5bba895ea1dcc3d45b6a4accfa4e88b8922f0 /vid-automation | |
parent | fed8ee99b98977ec0d6ade8174684932b27f7794 (diff) | |
parent | afe1a57be3724123792fb974b2ae4b8b150fa441 (diff) |
Merge "Handle annotated-input which has 2 properties"
Diffstat (limited to 'vid-automation')
-rw-r--r-- | vid-automation/src/main/java/vid/automation/test/test/NewServiceInstanceTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vid-automation/src/main/java/vid/automation/test/test/NewServiceInstanceTest.java b/vid-automation/src/main/java/vid/automation/test/test/NewServiceInstanceTest.java index f4d3796ae..173897095 100644 --- a/vid-automation/src/main/java/vid/automation/test/test/NewServiceInstanceTest.java +++ b/vid-automation/src/main/java/vid/automation/test/test/NewServiceInstanceTest.java @@ -115,7 +115,7 @@ public class NewServiceInstanceTest extends CreateInstanceDialogBaseTest { new ArrayList<>(), false, true, true, true, "2017-488_ADIOD-vPE 0", - "2017488_adiodvpe0..2017488AdiodVpe..ADIOD_vRE_BV..module-1", 0, 1, new ArrayList<>()); + "2017488_adiodvpe0..2017488AdiodVpe..ADIOD_vRE_BV..module-1", 0, 1, ImmutableList.of("Bandwidth", "Bandwidth units")); String serviceInstanceName = deployServiceInstance(serviceData, false); vidBasePage.screenshotDeployDialog(serviceInstanceName); |