Krzysztof Kuzmicki [Wed, 24 Mar 2021 22:44:17 +0000 (23:44 +0100)]
[ROBOT] Add new E2E test for 5G BulkPM usecase from HTTP server to ONAP gating
The goal is to add test suite for new E2E test for 5G BulkPM use case
using HTTPS server as an origin for PM files to be downloaded from.
Connection between DFC and HTTPS will be based on CMPv2 Certificate-based authentication
Issue-ID: INT-1815
Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Change-Id: Iebb71eb68538618cbc0c42444a039bd0f8effcf5
mrichomme [Mon, 5 Apr 2021 09:21:19 +0000 (11:21 +0200)]
[ADMIN] Add Illia Halych in INFO.yaml
Add Eli and cleanup the INFO.yaml file
Issue-ID: INT-1842
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: Ia4ddca8ded922fb26fa6c4e3fb60d6183b59c1ca
GuangrongFu [Wed, 17 Mar 2021 08:27:20 +0000 (16:27 +0800)]
Re-introduced Holmes Health Check Tasks
Change-Id: I53a12c83431ffbf80621908d5b1c3fa21ee01ff4
Issue-ID: HOLMES-416
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
Jack Lucas [Sat, 6 Mar 2021 18:54:40 +0000 (13:54 -0500)]
Add DCAE Microservice Health Check
Issue-ID: DCAEGEN2-2660
Signed-off-by: Jack Lucas <jflos@sonoris.net>
Change-Id: I0f7488008e7595e493176138b5f449b33ddb0f1b
Krzysztof Kuzmicki [Tue, 16 Mar 2021 14:48:07 +0000 (15:48 +0100)]
[ROBOT] Add DCAEMOD usecase test to xtestnig image
The goal is to add test suite for checking DCAEMOD
functionality including Generic mechanism to attach
K8S ConfigMaps to DCAE apps
Issue-ID: INT-1855 DCAEGEN2-2548
Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Change-Id: Ieed41f4df3437497c30476a83d4ca5c8eed2a11d
jhh [Tue, 2 Mar 2021 17:44:57 +0000 (11:44 -0600)]
invalid controllerName in policies robot tests
Issue-ID: POLICY-3118
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I60257c1f07273c51f81969406fc0b5c3184e6327
Katarzyna Wasiel [Mon, 1 Mar 2021 14:38:14 +0000 (15:38 +0100)]
Update DCAE MOD smoke/verification test using simple app
Issue-ID: INT-1855
Signed-off-by: Katarzyna Wasiel <katarzyna.wasiel@nokia.com>
Change-Id: Idc33e17e8e4e7e04a709db5240e6acbc7cc5d783
a.sreekumar [Thu, 18 Feb 2021 16:57:46 +0000 (16:57 +0000)]
Updates to check for 202 response during Policy-PAP Deployment
Change-Id: Iedd5c3d0d524a30e49e57634d3a04c74f1fbd632
Issue-ID: POLICY-2526
Signed-off-by: a.sreekumar <ajith.sreekumar@bell.ca>
Katarzyna Wasiel [Wed, 10 Feb 2021 07:50:57 +0000 (08:50 +0100)]
Add DCAE MOD smoke/verification test using simple app
Issue-ID: INT-1855
Signed-off-by: Katarzyna Wasiel <katarzyna.wasiel@nokia.com>
Change-Id: Idbd385547cd5d0ef9ce7b53060d84ea8d9031e06
Krzysztof Kuzmicki [Wed, 17 Feb 2021 07:27:06 +0000 (08:27 +0100)]
Fix CMPv2 test cases after pnf-simulator changes
PNF Simulator logging has been extended, now it forwards
exception from connection to VES collector directly to
pnf simulator endpoint
Issue-ID: INT-1804
Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Change-Id: I653380c72b9fb02c50aa3b99a67787edfecbdc4a
Lasse Kaihlavirta [Fri, 5 Feb 2021 13:27:01 +0000 (15:27 +0200)]
Fix minor typos in documentation
Issue-ID: INT-1850
Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com>
Change-Id: Ice49da441c498d7b9a4e09a61d7a6f28b920785f
Krzysztof Kuzmicki [Thu, 21 Jan 2021 08:34:42 +0000 (09:34 +0100)]
Extend 5g bulk pm test suite in order to have possibility to test custom PM FILES
Issue-ID: INT-1801
Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Change-Id: I613da97a673b7c90c876b4a0d04374bf2865c22b
Krzysztof Kuzmicki [Tue, 19 Jan 2021 10:34:03 +0000 (10:34 +0000)]
Revert "Extend 5g bulk pm test suite in order to have possibility to test custom PM FILES"
This reverts commit
58e078cbd8774898cff5cc62ae470c9ccbc658d1.
Reason for revert: Merged by mistake. Scenario still in development.
Issue-ID: INT-1801
Change-Id: I3a4890da75cab4586e5cea0be045df30ad2b98ef
Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Katarzyna Wasiel [Mon, 7 Dec 2020 14:50:59 +0000 (15:50 +0100)]
Extend 5g bulk pm test suite in order to have possibility to test custom PM FILES
Issue-ID: INT-1801
Signed-off-by: Katarzyna Wasiel <katarzyna.wasiel@nokia.com>
Change-Id: I2d892f8737e34d84792bbc88d63ab5ae9a71e5e3
Pratik raj [Wed, 30 Dec 2020 13:24:43 +0000 (18:54 +0530)]
[docker] use `--no-cache-dir` flag to `pip` in dockerfiles to save space
using "--no-cache-dir" flag in pip install ,make sure downloaded packages
by pip don't cached on system . This is a best practice which make sure
to fetch from repo instead of using local cached one . Further , in case
of Docker Containers , by restricting caching , we can reduce image size.
In term of stats , it depends upon the number of python packages
multiplied by their respective size . e.g for heavy packages with a lot
of dependencies it reduce a lot by don't caching pip packages.
Further , more detail information can be found at
https://medium.com/sciforce/strategies-of-docker-images-optimization-
2ca9cc5719b6
Issue-ID: INT-1816
Signed-off-by: Pratik Raj <rajpratik71@gmail.com>
Change-Id: I2b55999209f3e9f617cf4fa2a19ff2544641dbc2
mrichomme [Mon, 30 Nov 2020 17:40:43 +0000 (18:40 +0100)]
Create testsuite 1.7.3 for Guilin
Issue-ID: TEST-283
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I1889dc11ebe640952c8bf174fdaa44a7e6cc33e4
mrichomme [Wed, 16 Dec 2020 09:24:33 +0000 (10:24 +0100)]
[BUGFIX] Rename the renamed Undeploy Policy Keyword
The keyward has been renamed last week []
Unfortunately this Keyword is not used only for the vFWCL
it is also used for a healthcheck (Enhanced Policy)
Since it has been merged and cherry-picked, the Healthcheck is
failing on master (12/12) and in Guilin (15/12)
This patch revert the Name to keep generic
and reference the generic name in the vFW CL test
Issue-ID: INT-1811
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I3cf0836e8b79f88be1dfb3d655a8e925c934def8
krishnaa96 [Mon, 7 Dec 2020 13:09:55 +0000 (18:39 +0530)]
Add testcases for SON use case
Issue-ID: TEST-285
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: I65c670d80da1f75395ddb9cdeb0d743503b6bfb0
Bartek Grzybowski [Tue, 15 Dec 2020 09:46:51 +0000 (10:46 +0100)]
Setup robot linter
Checked path was aligned with JJB
Ignore RequireKeywordDocumentation and RequireTestDocumentation errors
Change-Id: Id6b878d2e80550493fcf52e099b403c54ba92ca8
Issue-ID: TEST-285
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Brian Freeman [Fri, 11 Dec 2020 19:03:57 +0000 (14:03 -0500)]
Fix undeploye/delete operational policy
do both policy undeploys before deletes so that undeploy has more time to process
remove heatbridge.robot include references to get rid of error message at startup
remove commented out referecnes to heatbridge (cleanup)
Issue-ID: INT-1803
Change-Id: I0cb071f487faf6ecababdc6d8a5c0e3aa79720b7
Signed-off-by: Brian Freeman <bf1936@att.com>
Brian Freeman [Tue, 8 Dec 2020 14:14:37 +0000 (09:14 -0500)]
Fixes for tcagen2 and repush vFWCL policies
Issue-ID: INT-1803
Change-Id: Ica53cee26bd19b663bb49ecfc4750fe3cfe32e8c
Signed-off-by: Brian Freeman <bf1936@att.com>
Katarzyna Wasiel [Wed, 2 Dec 2020 12:39:45 +0000 (13:39 +0100)]
Eliminate man-in-the-middle attack in DFC/SFTP protocol - E2E tests
Issue-ID: INT-1797
Signed-off-by: Katarzyna Wasiel <katarzyna.wasiel@nokia.com>
Change-Id: I369f96ea18d772205579ad64fdb6e6ed37f2d8eb
Brian Freeman [Tue, 1 Dec 2020 20:38:15 +0000 (15:38 -0500)]
Change to tcagen2 consul
Issue-ID: INT-1702
Change-Id: I45d1da6aa44b2a9820d834ef6a9fc1881b8238db
Signed-off-by: Brian Freeman <bf1936@att.com>
Remigiusz Janeczek [Tue, 1 Dec 2020 15:48:06 +0000 (16:48 +0100)]
Update CMPv2 test to use comma as SANs delimiter
Issue-ID: DCAEGEN2-2508
Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com>
Change-Id: Ica40c4c49515a80a0b99923bd0097f4efd3d2d53
Brian Freeman [Tue, 24 Nov 2020 14:41:38 +0000 (09:41 -0500)]
Remove Heatbridge for testing
Issue-ID: INT-1791
Change-Id: I6363d90a77afae2663b481d1d942b3c7ed9bdd92
Signed-off-by: Brian Freeman <bf1936@att.com>
Remigiusz Janeczek [Thu, 26 Nov 2020 11:22:07 +0000 (12:22 +0100)]
Update k8splugin import declaration in cmpv2 and 5gbulkpm blueprints
Update blueprints to import k8splugin as range of versions. If
previous version is deleted, then tests will automatically use
newer version.
Issue-ID: DCAEGEN2-2508
Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com>
Change-Id: I9a9b859d86e9661e43c39e3ff519a5e160174098
Brian Freeman [Mon, 23 Nov 2020 20:23:01 +0000 (15:23 -0500)]
Set API_TYPE default to GRA_API
Issue-ID: INT-1787
Change-Id: I0db0707f6dd103a247bc1d2c3d18ec884909324e
Signed-off-by: Brian Freeman <bf1936@att.com>
mrichomme [Fri, 20 Nov 2020 17:44:07 +0000 (18:44 +0100)]
Add Lasse as Integration committer
Issue-ID: INT-1788
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: Id50972e271cae0a13fcdfdd3693a4a66e2c32412
Krzysztof Kuzmicki [Thu, 5 Nov 2020 20:23:21 +0000 (21:23 +0100)]
PNF registarte - prevent test case fail at general step Submit SDC Software Product
Issue-ID: INT-1770
Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Change-Id: I44cc599b15f815efdd0311d49a30fb5011934749
mrichomme [Thu, 5 Nov 2020 08:18:42 +0000 (09:18 +0100)]
Create testsuite:1.7.2 for RC1
Issue-ID: INT-1768
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I1fe3c8528d3a7bab70f4b1421173514fa098a21d
Krzysztof Kuzmicki [Mon, 2 Nov 2020 15:48:38 +0000 (16:48 +0100)]
ROBOT e2e test cases improvements for csar/zip tosca package validation in VNFSDK and SDC Onbarding
Issue-ID: INT-1240
Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Change-Id: I8caf313ff386f54b023ddfeddf4c8b23f8bedcb8
mprzybys [Mon, 2 Nov 2020 12:17:14 +0000 (13:17 +0100)]
Adapt suite setup to wait until topic is created
Issue-ID: INT-1258
Signed-off-by: Marcin Przybysz <marcin.przybysz@nokia.com>
Change-Id: If59f8fb359ad8683d9d3548816afbc11b068f850
mrichomme [Fri, 30 Oct 2020 15:00:26 +0000 (16:00 +0100)]
Bump Guilin 1.7.1 testcase docker
Issue-ID: INT-1761
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I7b77175f41cac90a13238afb6d72a212abcd97a6
mprzybys [Wed, 28 Oct 2020 10:33:37 +0000 (11:33 +0100)]
Adapt events to have the newest 3GPP path in schemaReference
Issue-ID: INT-1258
Signed-off-by: Marcin Przybysz <marcin.przybysz@nokia.com>
Change-Id: I943939dbf0184fc475af8ce6066a2f1ca8884c54
Grzegorz-Lis [Wed, 28 Oct 2020 11:14:14 +0000 (11:14 +0000)]
5gbulkpm k8splugin version update for sftp component
Issue-ID: INT-1754
Signed-off-by: Grzegorz Lis <grzegorz.lis@nokia.com>
Change-Id: If7cea178ae7ec6c1a1081e5bb3debae41a023cd4
Krzysztof Kuzmicki [Fri, 23 Oct 2020 09:08:54 +0000 (11:08 +0200)]
Add man in the middle CMPv2 E2E test case in robot test suite certificate SANs verification
Issue-ID: INT-1731
Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Change-Id: I4993c14b295793609c137eb166429e905963d551
mprzybys [Thu, 22 Oct 2020 12:02:43 +0000 (14:02 +0200)]
Fix resource paths for xtesting purposes
Issue-ID: INT-1258
Signed-off-by: Marcin Przybysz <marcin.przybysz@nokia.com>
Change-Id: Ieb1896eb43a864b702862d4bb4ba768d595cfbb2
mprzybys [Mon, 19 Oct 2020 10:53:19 +0000 (12:53 +0200)]
Add Suite Setup to Ves Test Suite
Issue-ID: INT-1258
Signed-off-by: Marcin Przybysz <marcin.przybysz@nokia.com>
Change-Id: Iaf26228a7d890faf0674b401fcaf9521947ca896
mprzybys [Tue, 13 Oct 2020 11:50:13 +0000 (13:50 +0200)]
Add E2E integration tests to cover new stndDefined VES events
Issue-ID: INT-1258
Signed-off-by: Marcin Przybysz <marcin.przybysz@nokia.com>
Change-Id: I1d20d7bcf40bec1c498e8cee743cedeb7f25acea
mrichomme [Wed, 14 Oct 2020 15:51:08 +0000 (17:51 +0200)]
Fix Docker file
broken by I79ac8cfc4755b134fa214d21cc71cc2b2067461b
Issue-ID: INT-1716
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: Ia51b0ce3bbc6f8a3d3a8db6148a842626418fbd6
Christophe Closset [Tue, 13 Oct 2020 15:29:32 +0000 (15:29 +0000)]
Revert "Adding NSSMF adapter healthcheck in SO"
This reverts commit
f8a43939aff21f0340ed3c1bcae467ce5900f791.
Reason for revert: Revert at PTL request
Issue-ID: SO-3295
Change-Id: Ia00ea8307ec7828513ae25b61de9594d92967c2d
Signed-off-by: ChrisC <christophe.closset@intl.att.com>
Krzysztof Kuzmicki [Wed, 7 Oct 2020 07:23:18 +0000 (09:23 +0200)]
Add CMPv2 E2E test case in robot test suite
Issue-ID: INT-1731
Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Change-Id: I79ac8cfc4755b134fa214d21cc71cc2b2067461b
SantoshB [Thu, 10 Sep 2020 12:02:12 +0000 (17:32 +0530)]
Improved CDS Health Check
Issue-ID: CCSDK-2768
Change-Id: Idbdd01f8a4fde657140e4cc3889936bff1f12a36
Signed-off-by: SantoshB <santosh.bayas@amdocs.com>
sumitc29 [Thu, 8 Oct 2020 09:51:43 +0000 (15:21 +0530)]
Adding NSSMF adapter healthcheck in SO
Issue-ID: SO-3295
Change-Id: I22f39330dec5a12c49d103a592668b0467af4846
Signed-off-by: sumitc29 <sumit.chandak@amdocs.com>
deswali07 [Wed, 30 Sep 2020 09:01:33 +0000 (14:31 +0530)]
Enhanced SDC Healthcheck
Issue-ID: SDC-3287
Change-Id: Ia12013fd56fdb3f4e4612e44add6deb8acaf027f
Signed-off-by: deswali07 <biswajit.deswali@amdocs.com>
mrichomme [Fri, 25 Sep 2020 15:58:38 +0000 (17:58 +0200)]
Self release 1.7.0
include several fixes en enhancements
- AAI
-SDNC
-SDC
Issue-ID: TEST-266
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I1c2da06aa5f7e3cfe246c62d3fd3fe43895c2d40
ChrisC [Fri, 25 Sep 2020 13:00:08 +0000 (15:00 +0200)]
Fix docker staging build
temp fix to lock a dependency to a python 2.7 compatible version
Issue-ID: INT-1727
Signed-off-by: ChrisC <christophe.closset@intl.att.com>
Change-Id: I429c04e334a9afd106fb7430b9e3d3d91cced5cc
Brian Freeman [Thu, 24 Sep 2020 13:12:47 +0000 (08:12 -0500)]
Synch csar download path for vCPE
Issue-ID: INT-1637
Change-Id: Idd4e1b350e534c524870e1142e20bae0dce3a51c
Signed-off-by: Brian Freeman <bf1936@att.com>
JulienBe [Thu, 24 Sep 2020 16:50:37 +0000 (18:50 +0200)]
Add entitlement pool type to entitlement_pool.jinja
Issue-ID: INT-1726
Change-Id: Ic260ab5bd58700b5dee791abcadb451473a18fe9
Signed-off-by: JulienBe <julien.bertozzi@intl.att.com>
Brian Freeman [Wed, 23 Sep 2020 17:12:20 +0000 (12:12 -0500)]
Add customer to Load vCPE Models
Issue-ID: INT-1636
Change-Id: I5299aa4d48943cd8530ad88d986b9484ef7dccac
Signed-off-by: Brian Freeman <bf1936@att.com>
mrichomme [Wed, 23 Sep 2020 08:48:34 +0000 (10:48 +0200)]
Update INFO.yaml
Issue-ID: INT-1724
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I25f785b460948fc28a31051ab8df9409249c63c8
Signed-off-by: mrichomme <morgan.richomme@orange.com>
deswali07 [Thu, 10 Sep 2020 10:17:47 +0000 (15:47 +0530)]
SDNC new Healthcheck TC
Issue-ID: SDNC-1349
Change-Id: I2c44e5e470950c7592a74d24ff117f9df79ff4ec
Signed-off-by: deswali07 <biswajit.deswali@amdocs.com>
krishnaa96 [Tue, 22 Sep 2020 06:19:58 +0000 (11:49 +0530)]
Modify healthcheck for OOF-OSDF
Change Health check name to OSDF from SNIRO
Remove headers while sending get request
Issue-ID: OPTFRA-851
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: Idb420076fe6f4e097be3c56078b282d14668c78b
Krzysztof Kuzmicki [Thu, 17 Sep 2020 12:39:36 +0000 (14:39 +0200)]
fix Get Service Id issue in pnf registartion test case in xtesting gating and master
Issue-ID: INT-1668
Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Change-Id: I0fab128f2759f2bda5fb83403fe11069244f9873
Nagendra90287 [Mon, 31 Aug 2020 16:21:42 +0000 (21:51 +0530)]
A&AI health check improvement:
Issue-ID: AAI-3123
Change-Id: Ib3d53712b0ad3a0e73e4eed931bde0b301eb50a4
Signed-off-by: Nagendra90287 <nagendrakumar.pal@amdocs.com>
Change-Id: I36b3914e829485d0137e532f84d1569e710ca428
Signed-off-by: Nagendra90287 <nagendrakumar.pal@amdocs.com>
Krzysztof Kuzmicki [Tue, 15 Sep 2020 08:05:48 +0000 (10:05 +0200)]
Remove from CI PNF registration test that uses deprecated vnf api
fix OE issue in xtesting gating and master
Issue-ID: INT-1668
Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Change-Id: Ia8d62b7e5f98dc96692f39a6636f3726dfd15604
jhh [Thu, 10 Sep 2020 16:58:10 +0000 (11:58 -0500)]
fix delete policy test in new policy healthcheck
errors are seeing with latest oom install after this
new healthcheck has been added. Delete policy operation
section seems incorrect.
Issue-ID: POLICY-2817
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I63e1c053a5b361909cb393a29b38c1ee917c3629
Nagendra90287 [Thu, 10 Sep 2020 09:21:12 +0000 (14:51 +0530)]
Missing Variable Added
Issue-ID: POLICY-2817
Change-Id: Ifd7dcb7bf2e243fd5923bc0587ca335edeaa9cc8
Signed-off-by: Nagendra90287 <nagendrakumar.pal@amdocs.com>
Change-Id: Ie7dbf3ef2063eb1c91527e587821a57888a218ee
Signed-off-by: Nagendra90287 <nagendrakumar.pal@amdocs.com>
Nagendra90287 [Fri, 4 Sep 2020 10:14:45 +0000 (15:44 +0530)]
Improved Policy Health Check
Issue-ID: POLICY-2817
Change-Id: I699ca39e9a739a2da64401493ad2c0a724620e60
Signed-off-by: Nagendra90287 <nagendrakumar.pal@amdocs.com>
Change-Id: I2972ea2711f621cd1d9d12ace1e83178b0ea3270
Signed-off-by: Nagendra90287 <nagendrakumar.pal@amdocs.com>
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Krzysztof Kuzmicki [Wed, 26 Aug 2020 12:12:52 +0000 (14:12 +0200)]
Remove from CI PNF registration test that uses deprecated vnf api
Issue-ID: INT-1668
Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Change-Id: Icf45304b5dd350712c542304cf21d51ae242b2c3
Pamela Dragosh [Tue, 25 Aug 2020 17:18:02 +0000 (13:18 -0400)]
Remove deprecated Policy Component Tests
These tests I don't think are being called anymore. They refer to
the old policy/engine code which is being deprecated.
In addition, removing the drools-pdp Health check as the new PAP
component consolidates all the policy components into one Healthcheck
now.
Minor fix for dcagen2 Policy Type that was missed in my last review.
Renamed the Policy Healthcheck to remove the "new"
Issue-ID: POLICY-2003
Change-Id: I8e90a1a70ca71ec57c665a4de6a02c223f3ccbe5
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
vv770d [Tue, 25 Aug 2020 20:38:14 +0000 (20:38 +0000)]
Add tcagen2 blueprint
Change-Id: I4dd86d9cdb4fd8bdbb6f9c732daa2acd5658f825
Signed-off-by: vv770d <vv770d@att.com>
Issue-ID: INT-1702
Signed-off-by: vv770d <vv770d@att.com>
Pamela Dragosh [Fri, 21 Aug 2020 14:08:55 +0000 (10:08 -0400)]
Update dcaegen2 tca policy type
DCAE team Deprecated the cdap version of tca in guilin,
this updates to the gen2 version.
Issue-ID: INT-1702
Change-Id: Ie666a594be6e8cea1cf9aae8abdabc2067c27938
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Krzysztof Kuzmicki [Tue, 18 Aug 2020 07:46:17 +0000 (09:46 +0200)]
hv-ves bad certificate
Issue-ID: INT-1675
Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Change-Id: I384d144bd3bbd7274623fce4ad2f9675dfc6b64f
efiacor [Fri, 7 Aug 2020 12:46:11 +0000 (13:46 +0100)]
5gBulkPm sftp bp fix
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Issue-ID: INT-1678
Change-Id: I61147c57b0ceb378553fc8d4b417a9a7a9db96a3
Krzysztof Kuzmicki [Thu, 30 Jul 2020 12:07:32 +0000 (14:07 +0200)]
Fix randomly failing test case for pnf refgstarte
Issue-ID: INT-1668
Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Change-Id: I746acb7c5631332339b59da88af6ccf042b58f85
Krzysztof Kuzmicki [Wed, 29 Jul 2020 14:19:45 +0000 (16:19 +0200)]
Fix randomly failing test case for pnf refgstarte in xtetsting daily
Issue-ID: INT-1668
Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Change-Id: If437d4c51e7b9d1cb33b8a584569e305fce67b12
dyh [Tue, 21 Jul 2020 03:34:09 +0000 (11:34 +0800)]
Remove health-check related to components which are not in Guilin Release
Issue-ID: VFC-1712
Change-Id: Ie29285dc01ea4cc9f1cecd75f92c13d90d87b53b
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
Hany Abdelbaki [Mon, 13 Jul 2020 19:55:32 +0000 (21:55 +0200)]
run cds bootstrap before vlb_cds instantiation
Issue-ID: TEST-248
Signed-off-by: Hany Abdelbaki <habdelbaki.ext@orange.com>
Change-Id: Ief9e3be11ba9e5f06399c8bd5a2d394503a8a568
mrichomme [Tue, 7 Jul 2020 16:44:14 +0000 (18:44 +0200)]
Self release testsuite 1.6.4
Issue-ID: INT-1652
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: Ia48d97437475ea560e92091619ebf4e25651fcb3
dyh [Tue, 7 Jul 2020 08:02:18 +0000 (16:02 +0800)]
[VFC]Remove ems driver health check
ems driver is removed from scope of Guilin Release
Issue-ID: VFC-1689
Change-Id: Iae79d7bb177c72edd46307f0c3cd6f3e03372d5d
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
Hany Abdelbaki [Wed, 24 Jun 2020 13:33:32 +0000 (15:33 +0200)]
Some corrections for VLB CDS
Issue-ID: TEST-247
Signed-off-by: Hany Abdelbaki <habdelbaki.ext@orange.com>
Change-Id: Ib23970af35270bcc5ba6c76c7eaef98d967474e9
Hany Abdelbaki [Thu, 4 Jun 2020 17:10:10 +0000 (19:10 +0200)]
change owning-entity-id from hard coded to variable
in cds instantiateVLB_CDS, we need to pull owning entity id
fro the env
Issue-ID: TEST-234
Signed-off-by: Hany Abdelbaki <habdelbaki.ext@orange.com>
Change-Id: Ifac642042129f7d197f31920eca056628e64f6c8
mrichomme [Tue, 2 Jun 2020 12:24:18 +0000 (14:24 +0200)]
Release testsuite 1.6.3 for Frankfurt RC2
Include minor fixes for 5GbulkPm and pnf-registrate use cases
Issue-ID: INT-1553
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I849cfffbec8a8c2c0f481f947558d7f2f8e2e6be
Krzysztof Kuzmicki [Fri, 29 May 2020 10:35:06 +0000 (12:35 +0200)]
Fix 5g_bulk_PM and pnf_registrate test case errors
Issue-ID: INT-1521
Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Change-Id: I48b012b2a2d88b55eb83037654ee92272e4b7684
mprzybys [Thu, 28 May 2020 09:28:43 +0000 (09:28 +0000)]
Fix problem with SSL in HV-Ves automated test case
Issue-ID: INT-1604
Signed-off-by: Marcin Przybysz <marcin.przybysz@nokia.com>
Change-Id: I4aa48fafa15ceca07f4c638ac19ce41df9bf1c47
mrichomme [Mon, 25 May 2020 11:43:16 +0000 (13:43 +0200)]
Create testsuite 1.6.2 for Frankfurt RC2
Issue-ID: INT-1553
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I138cca3a604b3564371270a398757848d1b70a45
Signed-off-by: mrichomme <morgan.richomme@orange.com>
mrichomme [Mon, 25 May 2020 14:42:26 +0000 (16:42 +0200)]
Increase 5Gbulkpm timeout value
Issue-ID: INT-1596
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I5406ba8c7684521b60315f897b5c940be0a3107a
Krzysztof Kuzmicki [Fri, 22 May 2020 07:33:51 +0000 (09:33 +0200)]
ROBOT e2e test cases improvements for csar/zip tosca package validation in VNFSDK and SDC Onbarding adding tosca package integrity check SOL004 package security option 1
Issue-ID: INT-1240
Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Change-Id: I3c24a71b9929f8addbeaac6b1b30950cfc45e3d5
Pawel Wieczorek [Mon, 25 Nov 2019 15:15:57 +0000 (16:15 +0100)]
Add link to guidelines for contributors to README
Issue-ID: SECCOM-261
Change-Id: I95a5404f89c036b945a5973c8fc681daf90c5753
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
Brian Freeman [Wed, 20 May 2020 19:51:37 +0000 (14:51 -0500)]
Updates for stability testing
Issue-ID: INT-1598
Change-Id: Ic8bd8accd6add98a3f299e9e7db5fd7c6303d36f
Signed-off-by: Brian Freeman <bf1936@att.com>
mrichomme [Wed, 20 May 2020 08:36:54 +0000 (10:36 +0200)]
Fix setup-hvves script
the grep used in the kubectl command to retrieve the hv-ves collector
is too wide. It retrieves the right pod and the euphemeral test pod created
by the test job
as a consequence the HVESPOD is not correct and triggers an error
simple solution consists in putting a stronger constaint on the grep
Issue-ID: INT-1594
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: Ib66dc5be7d1d6809432320047c9a0406e75378fd
mrichomme [Fri, 15 May 2020 12:42:12 +0000 (14:42 +0200)]
Fix 5Gbulkpm robot script
wrong resource path
Issue-ID: INT-1596
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I6740ac718e565eb18dc244945e0608975e66f254
Signed-off-by: mrichomme <morgan.richomme@orange.com>
mrichomme [Fri, 15 May 2020 12:38:29 +0000 (14:38 +0200)]
fix hvves files for CI
Issue-ID: INT-1594
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: Ifafdfd0067e810341d5626369db6853e0d427b0f
Signed-off-by: mrichomme <morgan.richomme@orange.com>
mrichomme [Fri, 15 May 2020 07:42:52 +0000 (09:42 +0200)]
Extend VID healthcheck timeout
Most of the time is PASS
but time to time we reach the 60s time out
it means that we should be closed to the threshold
Give a bigger margin to complete the test
Issue-ID: INT-1595
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I9bc191b21e0f76b695c5ac4f8b46a978671eadb5
mrichomme [Thu, 14 May 2020 08:08:03 +0000 (10:08 +0200)]
Create hvves-ci to include setup step
hvves setup (certificate creation and propagation) is needed priori to run
hvves.
Issue-ID: INT-1594
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I4ecd1522dce36cb46b09e290d1ac0ea065c828b4
Signed-off-by: mrichomme <morgan.richomme@orange.com>
mrichomme [Tue, 12 May 2020 07:14:59 +0000 (09:14 +0200)]
Update info.yaml
Issue-ID: INT-1587
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I087b67f5405c5eb36521b7eff3a86e6c969892c1
Konrad Banka [Wed, 6 May 2020 05:15:49 +0000 (05:15 +0000)]
Revert "Update multicloud-k8s healthcheck endpoint"
This reverts commit
ecdda22a7fcc69882e2b4fff96e8a0dec835bae5.
Reason for revert: Unable to reproduce bug, reverting fix implementation
Issue-ID: MULTICLOUD-1053
Change-Id: Ibf216007cc28cf45f16833431fc478af6b0823a1
Signed-off-by: Konrad Bańka <k.banka@samsung.com>
Krzysztof Kuzmicki [Thu, 7 May 2020 11:49:12 +0000 (13:49 +0200)]
Extend PnF registrate test cases for GR API - adding test to xtesting
Issue-ID: INT-1477
Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Change-Id: I8b724f9953d420da13cdebd12af38d1410fc04a4
Brian Freeman [Wed, 6 May 2020 20:10:06 +0000 (15:10 -0500)]
remove url_encoded operational policy
add Payload back into template
fix tabs and remove commented out lines
Issue-ID: INT-1350
Change-Id: Ieeaa6c9f6b2e18c4ee5cf433504654897f6157bb
Signed-off-by: Brian Freeman <bf1936@att.com>
Krzysztof Kuzmicki [Thu, 7 May 2020 11:22:54 +0000 (13:22 +0200)]
ROBOT e2e test cases improvements for csar/zip tosca package validation in VNFSDK and SDC Onbarding adding tosca package integrity check SOL004 package security option 1
Issue-ID: INT-1240
Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Change-Id: Ic9f35fc3cee68975e2899a7a60b6c5cb51e1068d
Brian Freeman [Tue, 5 May 2020 14:07:15 +0000 (09:07 -0500)]
Updates for Policy Version Changes
Issue-ID: INT-1350
Change-Id: I4c5956467b7e674546f89678921342cb7dd3e19c
Signed-off-by: Brian Freeman <bf1936@att.com>
mrichomme [Thu, 30 Apr 2020 07:49:59 +0000 (09:49 +0200)]
Bump testsuite 1.6.1
no idea what happened with 1.6.0
the first release was not correct
and it is not allowed to overwritte (need TSC vote..)
so let's give a new try with 1.6.1
the 1.6.1-STAGING-20200430T041330Z has been verified manually
it is a good version
Issue-ID: INT-1567
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I05a979bbe215eeca2eb2993410b566e32dce3776
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Krzysztof Kuzmicki [Tue, 28 Apr 2020 11:27:57 +0000 (13:27 +0200)]
Extend PnF registrate test cases for GR API
Issue-ID: INT-1477
Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Change-Id: If4184f17307e2694ab9988d24821fd1ce8331c31
mrichomme [Tue, 28 Apr 2020 15:40:51 +0000 (17:40 +0200)]
Prepare version 1.6.1 for RC1
- update of tests
- new tests
Issue-ID: INT-1567
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I81e732f887885a6bce05d6ac7b03173b12cbbc35
Brian Freeman [Mon, 27 Apr 2020 23:27:26 +0000 (18:27 -0500)]
Add instantiateVFWLDN for DANOS
Make timeout longer on looking for Deploy button in vid
Issue-ID: INT-1566
Change-Id: I02bac81b366b787b4a34664d08f9a07b91384978
Signed-off-by: Brian Freeman <bf1936@att.com>
mrichomme [Tue, 28 Apr 2020 12:39:26 +0000 (14:39 +0200)]
Fix 1.6.0
staging-daily seems to deal with old code..no idea why
1.6.0-STAGING-20200428T120943Z seems up to date
Issue-ID: INT-1558
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: If57a81050293ebc14a69c3ea4638da5e916ef47d
Signed-off-by: mrichomme <morgan.richomme@orange.com>
mrichomme [Wed, 22 Apr 2020 09:42:13 +0000 (11:42 +0200)]
Release testsuite 1.6.0
Issue-ID: INT-1558
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: Ie31e5944a69d4776ebd1f51b73898d3bcee28859
Krzysztof Kuzmicki [Tue, 21 Apr 2020 16:00:16 +0000 (18:00 +0200)]
Make the pnf registration test cases independent from robot init - fixing failing test case in xtesting
Issue-ID: INT-1407
Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Change-Id: Ic06d5f525a9422f9b67c8e30eca8d0759ab20bf0
Konrad Bańka [Thu, 16 Apr 2020 18:12:47 +0000 (20:12 +0200)]
Update multicloud-k8s healthcheck endpoint
Issue-ID: MULTICLOUD-1053
Signed-off-by: Konrad Bańka <k.banka@samsung.com>
Change-Id: I17bde8fdebff7b21c30e2a3dc13254fb977b2a34