Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
adds SQL preload scripts about vCPE vgw to bypass asdc
Change-Id: I71ffbb739c8e6da3fc6dd7ee6094b2b12768039f
Issue-ID: SO-555
Signed-off-by: liboNet <libo.zhu@intel.com>
|
|
|
|
Refactoring APPC client properties (urn mappings) and adding new ones
for the SDNC topics.
Change-Id: I1a4ebb71abd3b809f622e8a07f8962f1837f6b14
Issue-ID: SO-577
Signed-off-by: Rob Daugherty <rd472p@att.com>
|
|
The setup.sh wasn't using a generic script for starting its services
and it was lacking of proxy support. This change fixes those things
refactoring its code.
Change-Id: I7cbe7df81a4b136ecdcd5d4cee004341e110b4c6
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-ID: MULTICLOUD-214
|
|
|
|
|
|
|
|
NOTE: because these tests are all related, this commit
also addresses DMAAP-294,495, 297, 301 and 302.
Change-Id: I862f459e34517c838413728e6193e53a5ab20bc3
Signed-off-by: Dominic Lunanuova <dgl@research.att.com>
Issue-ID: DMAAP-293
|
|
Change dgbuilder image location to remove SNAPSHOT.
Change-Id: I5a17229f5ff551494ed6b1aefd39736b3d9b3f21
Issue-ID: APPC-851
Signed-off-by: Aaron Hay <ah415j@att.com>
|
|
Issue-ID: OPTFRA-220
Change-Id: I58cb98817b1dfa3674e93cd97c29b6898ee843fa
Signed-off-by: Leonardo Bellini <leonardo.bellini@att.com>
|
|
Add Testcases (thanks to Gary Wu)
Change-Id: Ide10a8fabd1b8bce1584ee03ccbc29f11e949141
Issue-ID: EXTAPI-76
Signed-off-by: Eric Debeau <eric.debeau@orange.com>
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Signed-off-by: Quoc Nghia Nguyen <quocnghia.nguyen@orange.com>
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
Change-Id: Id0ffd2070d51cbc739015f7ca913a65442b6281f
Issue-ID: SDC-1240
Signed-off-by: Yuli Shlosberg <ys9693@att.com>
|
|
|
|
Change-Id: I52a54b441992aad9dd7012a45556c2b84e121ba1
Signed-off-by: Dominic Lunanuova <dgl@research.att.com>
Issue-ID: DMAAP-320
Signed-off-by: Dominic Lunanuova <dgl@research.att.com>
|
|
AAF-168 broke CSIT test for SMS. This should fix it.
Also updated the versions of vault being used
Issue-ID: AAF-251
Change-Id: I154191c515d932c1aac24b34fd7946835ad26fac
Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
|
|
|
|
|
|
|
|
Change-Id: Ibcdc69f49d27a8ec5ab136ccdf0009e11aefe45b
Issue-ID: EXTAPI-76
Signed-off-by: Quoc Nghia Nguyen <quocnghia.nguyen@orange.com>
|
|
Create directory test/csit/tests/externalapi-nbi
Create setup.sh, teardown.sh scripts
Create testplan.txt
Create directory test/csit/plans/externalapi-nbi
Create heathcheck.robot
Change-Id: I485e739bca48aecb62ed9b1b1e5fd910775735a8
Issue-ID: EXTAPI-76
Signed-off-by: Eric Debeau <eric.debeau@orange.com>
|
|
Scripts to be used for ExternalAPI-NBI CSIT
start_nbi_containers.sh: start the 3 containers
delete_nbi_containers.sh: delete the 3 containers
Issue-ID: EXTAPI-76
Change-Id: Iec414155b41d316d2495399d61f76b09042fc3b7
Signed-off-by: Eric Debeau <eric.debeau@orange.com>
|
|
|
|
updating docker names to include vnfsdk (refrepo, refrepo/postgres)
Issue-ID: VNFSDK-251
Change-Id: I585d90c721b825f0a4be961b46b7032d03a98026
Signed-off-by: Murali-P <murali.p@huawei.com>
|
|
This replaces mock server for MR with actual MR containers.
Refactored MR launch script to be common.
Neither MR or Buscontroller uses AAF.
Change-Id: I30b262f17fe4d293fc2b5870fed6a977438e9cef
Signed-off-by: Dominic Lunanuova <dgl@research.att.com>
Issue-ID: DMAAP-320
|
|
The use of -u karaf is no longer supported by the ODL client command version.
The APIDOC credentials have been modified with the Nitrogen ODL version.
Change-Id: I127a1db019b7fb92554045ebe1b4b8a0c562994c
Issue-ID: APPC-851
Signed-off-by: Aaron Hay <ah415j@att.com>
|
|
|
|
PTL of SO asked for a consolodated
job for function testing rather
than individual features each with their
own jobs. This patch puts SO testing plans
under so/integration-testing and
points to santiy-check in testplans.txt.
Issue-ID: SO-555
Change-Id: I89f36f25c0bc3879702c6148d2858c99de7120e0
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
|
|
|
|
|
|
|
|
|
|
Issue-ID: OPTFRA-212
Change-Id: Ice56b185857fc88b298c14dcce359289635b1db3
Signed-off-by: Leonardo Bellini <leonardo.bellini@att.com>
|
|
This CSIT tests requires an entry in the database. I modified the
sql script in the PE packages. That commit should be merged in order
for this to pass
I had the wrong variable name for ${policy_name} in the template. I
fixed this but I am not able to test locally so I cant be 100% sure this
will resolve the issue
I added fixes for the 2 failures. I think the createPolicy failed due
to an invalid model but I see the model being inserted in the pap log.
The only thing I can think of is that it does not like the camel case
for hpaPolicy and the all caps for CSIT version so I just made these all
lower case in the request template
Change-Id: I59fe578c57ab927fe356071a5b4a28bd987fafd7
Issue-ID: POLICY-639
Signed-off-by: Michael Mokry <mm117s@att.com>
|
|
Change-Id: I5bc643cc65e44b2d7de3b7c727906a5d0d838554
Signed-off-by: ehautot <eh552t@intl.att.com>
Issue-ID: CLAMP-136
|
|
|
|
|
|
Issue-ID: PORTAL-183
Update the CSIT plan scripts to pull from latest docker
Change-Id: I610baafb5b399b678f091cc902cc365240ec5a52
Signed-off-by: sc5954 <sireesh.ch@in.ibm.com>
|
|
Issue-ID: AAF-208
Change-Id: I21540ed05a5ba394e8b07bcefcfb6d8ad7558cae
Signed-off-by: Sai Gandham <sg481n@att.com>
|
|
Change-Id: I51e4ed17c6f31c012f9f960bd75a0518d966c7a2
Issue-ID: SDC-384
Signed-off-by: Yuli Shlosberg <ys9693@att.com>
|
|
Change-Id: Ic68312cb846b21d580f67efc2c7226536160f486
Issue-ID: VFC-644
Signed-off-by: luxin <luxin7@huawei.com>
|
|
Change-Id: I6e53e577fe518f4e0df6135643d9c84ded604712
Signed-off-by: ehautot <eh552t@intl.att.com>
Issue-ID: CLAMP-35
|
|
Change-Id: Id5eb0891f0bf9754134615383fea75d610f07d3b
Issue-ID: INT-457
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
|
|
Change-Id: I17d617d5dfa060441b4a143066b62537066c018e
Issue-ID: INT-444
Signed-off-by: Marco Platania <platania@research.att.com>
|
|
SMS CSIT was broken because of patch 40573
This patch should fix that issue
Issue-ID: AAF-189
Change-Id: I4a26841e833237ad485ca62fa76262b1832c5946
Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
|
|
Issue-ID: MUSIC-67
Change-Id: I737f082abdc2581ea852b30824b2dd6e435c8566
Signed-off-by: Leonardo Bellini <leonardo.bellini@att.com>
|
|
Issue-ID: OPTFRA-210
Change-Id: Ia4ce092deb8f33ac46f48fbd7b2e956645b089a5
Signed-off-by: Leonardo Bellini <leonardo.bellini@att.com>
|
|
Change-Id: If408752232a4d1d23e8187c79b4dd3f8c28ab03c
Issue-ID: HOLMES-106
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
|
|
|