aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-04-08vFW Operational Policy tosca changeBrian Freeman4-27/+39
Issue-ID: INT-1350 Change-Id: I3491b45f80038adbad1f5e25013dd22382be8a24 Signed-off-by: Brian Freeman <bf1936@att.com> Signed-off-by: mrichomme <morgan.richomme@orange.com>
2020-04-08Enhance 5g bulk PM test case in order to use blueprints from DCAE inventoryKrzysztof Kuzmicki5-371/+24
Issue-ID: INT-1521 Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> Change-Id: Ie757153744c69af9e5b98eaf351dfa6de214096a
2020-04-07Rename a variable for policy testmrichomme1-2/+2
url is not correct, avoid confusion in var naming Issue-ID: INT-1509 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: If05ec98f3b8727ab54a0f9e0d96410329b5c47c3
2020-04-06Prepare new Policy Healthcheckmrichomme2-6/+22
Issue-ID: INT-1518 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I245769c053a7d878d12b9bfc71f9f6d96d84ddeb Signed-off-by: mrichomme <morgan.richomme@orange.com>
2020-04-05Remove trailing spaces in robot scriptsmrichomme28-126/+111
warning raised when using robotframework-linter Issue-ID: INT-1478 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I8eb97ef9e3651c0d8f9de6647ebc917d1addf9d0 Signed-off-by: mrichomme <morgan.richomme@orange.com>
2020-04-03Add full status for nbi healthcheckmrichomme1-1/+1
Issue-ID: EXTAPI-341 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: Ifef1be56d9d388ef0847426925c09db71d5ca40e
2020-04-01ROBOT e2e test cases improvements for csar/zip tosca package validation in ↵Krzysztof Kuzmicki6-1/+261
VNFSDK and SDC Onbarding Issue-ID: INT-1240 Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> Change-Id: I87dd001822e2fe2f61a731167250eb56e724b606
2020-04-01Extend PnF registrate test cases for GR APIKrzysztof Kuzmicki8-24/+214
Issue-ID: INT-1477 Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> Change-Id: If7ade6850bd59799d5445cebe27db5c948522e06
2020-03-26Re-enable CLI Healthcheck testsmrichomme1-1/+1
The tests were disabled after CLI got a NOGO for Frankfurt But a new docker has been provided by CLI team this new version fixes soem security issues To avoid merging blindly it makes sense to re-enable the tests Issue-ID: INT-1501 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: Ia94a3d66f9d0cf6f226a1cd09b50ca164ecb7110
2020-03-20Testsuite docker build fixLucjan Bryndza2-6/+7
Configuration files authorization and lighttpd.conf are in the excluded docker directory in .dockerignore so the container won't build. Copying all files also causes to copy files not used in runtime. Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com> Issue-ID: TEST-229 Change-Id: I3591dc686e1d2e3f1ce2982a5f6953bf02007634
2020-03-19remove catalog health_check from VFCyangyan1-4/+0
Change-Id: I7e6f4ae1bac4777f6ea3e8f09901976f42505934 Issue-ID: VFC-1649 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
2020-03-18Fix json format issuesmrichomme14-915/+930
Issue-ID: INT-1478 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: Ia5cb9866e7f6a7af45a361ba1d7c1722220054c3 Signed-off-by: mrichomme <morgan.richomme@orange.com>
2020-03-12Add tox for verification in testsuite repositorymrichomme4-0/+65
Issue-ID: INT-1478 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: Ia0617ee98f84414e573b8dbb8f3fbbac1cbfac52 Signed-off-by: mrichomme <morgan.richomme@orange.com>
2020-03-10Add Wait Until for CertifyBrian Freeman1-7/+6
Issue-ID: INT-1326 Change-Id: I61078b300bb55b45b9a93e3684148efd685c4d73 Signed-off-by: Brian Freeman <bf1936@att.com>
2020-03-10Fix service_name syntaxBrian Freeman1-1/+1
Issue-ID: INT-1326 Change-Id: Ia8911d09cc8c3678b33f29494a04121fb17e2809 Signed-off-by: Brian Freeman <bf1936@att.com>
2020-03-05[INT] Adding setuptools and wheel for 3.7stark, steven1-0/+1
Issue-ID: INT-1476 Signed-off-by: stark, steven <steven.stark@att.com> Change-Id: I58011896645e96f9c051e282bfd32e28b213f909
2020-03-05Update healthdist for new SDCBrian Freeman2-63/+8
Issue-ID: INT-1326 Change-Id: I6ef4b1f3e7eaaf032ff4891fbfe3b06ccf0b0e0a Signed-off-by: Brian Freeman <bf1936@att.com>
2020-02-10Modify VFC health check API to health checkyangyan1-7/+7
Change-Id: I63771469cebce6855658477e3f0429b6fe35a3bb Issue-ID: VFC-1618 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
2020-01-30Import missing library to security testsPawel Wieczorek1-0/+1
Keyword "Get File" is a part of "OperatingSystem" Library [1]. Credit to Morgan Richomme <morgan.richomme@orange.com> for detecting this bug. [1] https://robotframework.org/robotframework/latest/libraries/OperatingSystem.html#Get%20File Issue-ID: SECCOM-261 Change-Id: I5a3dc93d06f9727c67549b11ebdc509c1192fd69 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
2020-01-23Add teardown to pnf_registrate test casesKrzysztof Kuzmicki1-1/+1
Issue-ID: INT-1407 Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> Change-Id: I4d5071741e98bf43f34ac99904104ecaa8997bd9
2020-01-23Add teardown to pnf_registrate test casesKrzysztof Kuzmicki4-18/+22
Issue-ID: INT-1407 Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> Change-Id: I65836640e554237d3ac5adfcfa1d9d0f502329d4
2020-01-17Add Bulk PM "Data Plane" Usecase Testcase Robot Automationrajendrajaiswal12-4/+632
Change-Id: If7ec8c953f0ad61c427d6533f235b3cf61b9fffc Issue-ID: INT-1375 Signed-off-by: rajendrajaiswal <rajendra.jaiswal@ericsson.com>
2020-01-09Remove some tags for projects NOGO in Frankfurtmrichomme1-15/+15
Issue-ID: INT-1410 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I213c0253a67d1447c01880ba82f5bb83b9972d4a
2020-01-07Add DMAAP message Router PubSub test in core checksmrichomme1-1/+1
Issue-ID: INT-1408 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: Iad0015c742e3609947cd0d45d449e1144bc8d381 Signed-off-by: mrichomme <morgan.richomme@orange.com>
2020-01-03Make the pnf registration test cases independent from robot initKrzysztof Kuzmicki3-8/+24
Issue-ID: INT-1407 Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> Change-Id: I80c76ebdca556535b78e921492029692ff4419c0
2019-12-18Fix Bartek and Marcin idmrichomme1-2/+2
Issue-ID: INT-1386 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: Iaf168da372cf59d2b77acb8bd6f0f3431a018307
2019-12-12Add security checksPawel Wieczorek2-0/+115
This patch adds initial security validation check. It includes JSON file containing dictionary of acknowledged NodePorts with corresponding services [1]. Data required to perform added security check cannot be easily obtained from within "robot" pod (without granting it access to "kubectl" tool and as a side effect - cluster modifications). That is why it should be collected beforehand by the test operator and stored as a JSON file. Added suite expects having "${ACTUAL_NODEPORTS_FILE}" variable defined. It will attempt parsing data stored in the file pointed by the said variable and compare it against expected NodePorts. [1] https://docs.onap.org/en/elalto/guides/onap-developer/settingup/index.html#nodeports Issue-ID: SECCOM-261 Change-Id: Ib8078c50e943125f8452120368891c3e3a7056bc Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
2019-12-11Fix VID Setup Browser ErrorBrian Freeman1-0/+2
Issue-ID: VID-725 Change-Id: Ie3ac559b18d9c46205087c36265f6a353d4728ef Signed-off-by: Brian Freeman <bf1936@att.com>
2019-12-11Fixes for portal App Access testsBrian Freeman4-23/+85
Issue-ID: PORTAL-782 Change-Id: I573f18e653bc008c4454775d80120fc891290fde Signed-off-by: Brian Freeman <bf1936@att.com>
2019-12-10Add Eric, Marcin, Bartek as integration committersmrichomme1-0/+18
Issue-ID: INT-1386 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I78a401d4f8aa1c55e516eff133d83f0d8f7d4f96
2019-12-06Extend VID HealthcheckBrian Freeman1-0/+2
Add a test to login to VID and see homepage to test that vid database connection works Issue-ID: VID-725 Change-Id: I8fc73121f392a8c42602fb498bf0939fa18c8b2f Signed-off-by: Brian Freeman <bf1936@att.com>
2019-12-06Reduce init durationBrian Freeman3-15/+22
Return if service_name already exists Issue-ID: INT-1397 Change-Id: I5d4da95501643d7fe21779e5f20aab26f05e873e Signed-off-by: Brian Freeman <bf1936@att.com>
2019-11-22Remove Gary from the committer listmrichomme1-5/+0
mail received from Gary on the 2019/11/21 Issue-ID: INT-1386 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I25020a9d7bc4a168d27648480342e08ce3b5499f
2019-11-13Fix Demo Instantiate after GRA updateBrian Freeman3-3/+8
Issue-ID: INT-1345 Change-Id: I9b770a98d3b6dc82f0737872ff1fdc5e430703ec Signed-off-by: Brian Freeman <bf1936@att.com>
2019-11-06ROBOT test cases correction due to failing test caseKrzysztof Kuzmicki2-5/+10
Issue-ID: INT-1348 Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> Change-Id: I6b16cba681d1da47e6a7dceffc8f8a4c62e61606
2019-11-05Fix VNF_API global variableBrian Freeman2-0/+11
Issue-ID: INT-1345 Change-Id: I623fc3bc3de7eeb34a13e630f3234fd57cb341e5 Signed-off-by: Brian Freeman <bf1936@att.com>
2019-11-05Remove 1 year inactive committersmrichomme1-33/+0
based on https://git.onap.org/testsuite/stats/?period=q&ofs=-1 Issue-ID: INT-1349 Change-Id: I648b3a7567d2eb69b0831092ab09b43c2d67d109 Signed-off-by: mrichomme <morgan.richomme@orange.com>
2019-11-04Initial Generic GRA API supportBrian Freeman10-17/+185
Fixes from testing with GRA on SO Added tags for instantiateVLBGRA, instantiateVFWDTGRA, instantiateGRA Issue-ID: INT-1345 Change-Id: I1e8839530c3335d2682cd4d592785c61cb6bbe45 Signed-off-by: Brian Freeman <bf1936@att.com>
2019-11-01hacking in the v2 client version so this keeps runningDR695H1-0/+2
Issue-ID: INT-1292 Change-Id: I4f13bcee733cf83df9320361358b728e61c1ae82 Signed-off-by: DR695H <dr695h@att.com> (cherry picked from commit 0464619228e639977e971604db8ceb55f72a3bd9)
2019-10-29Update INFO.yamlmrichomme1-15/+17
Issue-ID: INT-1349 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: Ie19ea0964abb673e25d42f431ad4fb9d293f6ef8
2019-10-23Fix portal testsBrian Freeman2-61/+70
remove tag from failing test case cleanup portalDef.robot for timing and elements more work required in frankfurt Issue-ID: INT-1341 Change-Id: I70c93bdc0e40af27d97b3ecb6cb9861893519c5c Signed-off-by: Brian Freeman <bf1936@att.com>
2019-10-23Fixes for stability runBrian Freeman4-7/+10
Issue-ID: INT-1334 Change-Id: I716e1de6f8826734229c7386454cc2e9d755687a Signed-off-by: Brian Freeman <bf1936@att.com>
2019-10-15pass server id to preload so that it passesDR695H2-7/+7
Issue-ID: INT-1328 Change-Id: I509d69efd134ed0ff3f9b40d3dfa67fb29690b3b Signed-off-by: DR695H <dr695h@att.com>
2019-10-15Update Blueprint Template namehanybaki1-1/+1
Issue-ID: TEST-224 Signed-off-by: hanybaki <habdelbaki.ext@orange.com> Change-Id: I387c88f918716db41d855b84c454f4e27599fec4
2019-10-11only use pre for the robotframework onap buildDR695H1-3/+8
Issue-ID: INT-1327 Change-Id: I7b09df21097014ad42d2d5a8ba53b4f56cf3fec0 Signed-off-by: DR695H <dr695h@att.com>
2019-10-07Fix teardownBrian Freeman1-3/+3
Issue-ID: INT-1315 Change-Id: I42c5501f661815389948b1a4e5db61d63884b584 Signed-off-by: Brian Freeman <bf1936@att.com>
2019-10-07Fail on DISTRIBUTION_COMPLETE_ERRORBrian Freeman2-1/+5
Create Keyword for Download CSAR Issue-ID: INT-1314 Change-Id: I576093cea61fd5f77aafb6edd119c254b674a2fc Signed-off-by: Brian Freeman <bf1936@att.com>
2019-10-07updating the setup.sh to pull latest verson by defaultDR695H1-1/+2
Issue-ID: INT-1292 Change-Id: I9c904f5231d381b73d5c07996a02759558993024 Signed-off-by: DR695H <dr695h@att.com>
2019-09-30Add repush policyBrian Freeman3-2/+18
Add Undeploy before push Fix RESOURCE_ID in old template Issue-ID: INT-1272 Change-Id: If04e692f7927a1170b2d686a4f9e7b39a400973b Signed-off-by: Brian Freeman <bf1936@att.com>
2019-09-20Fix ControlLoop Name and TeardownBrian Freeman2-5/+5
Issue-ID: INT-1272 Change-Id: Ib9d628b59d1b0367d05d7f4973cf66ad0a48f161 Signed-off-by: Brian Freeman <bf1936@att.com>