summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-04-11Test Acces to Portal AppsBrian Freeman2-0/+42
Issue-ID: TEST-86 Change-Id: Ic9dd9af376b1755ac24efdfbe9b3264adfcab3ef Signed-off-by: Brian Freeman <bf1936@att.com>
2018-04-11Portal Login TestsBrian Freeman2-4/+80
Issue-ID: TEST-86 Change-Id: Ic777d8884845031e5e063e60f5f91bac9618fe4d Signed-off-by: Brian Freeman <bf1936@att.com>
2018-04-10Add health-check for VFCluxin1-0/+8
Change-Id: Ic00ca67d7e125e549247f3ca999a1fe35834e9de Issue-ID: VFC-644 Signed-off-by: luxin <luxin7@huawei.com>
2018-04-09Update naming of Robot HealthcheckGildas Lanilis1-58/+58
Update the naming of the Basic Health Check so we can easily associate their name to an ONAP project. Change-Id: I3713512d8186b347707074a0f87d064bd10d2135 Issue-ID: INT-462 Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
2018-04-09Merge "Add health checks for Nokia V2 driver"Daniel Rose1-0/+4
2018-04-09Merge "Update vfc healthcheck"Daniel Rose1-2/+2
2018-04-09Add health checks for Nokia V2 driverDenes Nemeth1-0/+4
Change-Id: I86b44e8ee43fe9dbd5bceb5e3887758709abb2f3 Issue-ID: VFC-728 Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com>
2018-04-09Fix VID healthcheckSonsino, Ofir (os0695)1-2/+2
Change-Id: Icc7a551a3a142672b3a4f1c28c6cba536798ecb5 Issue-ID: VID-206 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-04-09Update vfc healthcheckyangyan1-2/+2
Change-Id: I0ba189b5c17b26cd01cb6300e3f565ca2f9e1e81 Issue-ID: VFC-867 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
2018-04-06Update ASDC for BeijingBrian Freeman3-28/+24
Issue-ID: TEST-85 Change-Id: I8ba5381d1860e6a1d21d6855f96501d410b36bbf Signed-off-by: Brian Freeman <bf1936@att.com>
2018-03-28Standardize line endingsGary Wu1-0/+1
Change-Id: I0245e85037d76e86e4ad7430a7c93e609c144619 Issue-ID: INT-457 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-03-20Merge "Fix data type mismatch in comparison"Daniel Rose1-3/+3
2018-03-20Merge "Health Check SDC Distribution"Daniel Rose3-9/+30
2018-03-20Fix data type mismatch in comparisonGary Wu1-3/+3
Change-Id: I441618a3c8917fa478391017905fcefdfcdb28c3 Issue-ID: INT-445 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-03-20Fix vDNS config policy nameGary Wu1-1/+1
Change-Id: Ie78316fb1e8b87ef13fd3cb9ae0c6b2fe7823252 Issue-ID: INT-445 Signed-off-by: Gary Wu <gary.i.wu@huawei.com> (cherry picked from commit bd2f9b086f1eacf25fa193551decccaf897537f1)
2018-03-20Update vDNS config policyPamela Dragosh2-35/+40
We will need to update all the policies but this will specifically address the vDNS configuration policy for the DCAE micro services. Change-Id: I178b16b5c5266e8ada834f34406bfeaf77379dd1 Issue-ID: INT-445 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2018-03-20updating chromedriver to 2.37 because google brokeDR695H1-1/+1
Change-Id: Ia555770a14ce74aa682c0d3fb0132536724680f1 Issue-ID: TEST-13 Signed-off-by: DR695H <dr695h@att.com>
2018-03-19Health Check SDC DistributionBrian Freeman3-9/+30
Issue-ID: TEST-13 Change-Id: I19738aa1cea4de8f3fec6de5b8808a8c90f10f2a Signed-off-by: DR695H <dr695h@att.com>
2018-03-09Merge "Change tag for dcae"Daniel Rose1-1/+1
2018-03-09Add default timeout for healthcheck testsmrichomme1-0/+1
sometimes tests get stuck due to the fact that the component is not answering it prevents from reporting the results properly and consume CI time Issue-ID: TEST-82 Change-Id: I8e8227fa7d9c123ecb6f8872c616775b4d1cfe26 Signed-off-by: mrichomme <morgan.richomme@orange.com>
2018-03-09Change tag for dcaemrichomme1-1/+1
Move from core => dcae ONAP can be installed without dcae, the tests on dcae are still not fully reliable Issue-ID: TEST-80 Change-Id: I7a84b5eacd8e0e2c1d88adb222d132cc2b28fc16 Signed-off-by: mrichomme <morgan.richomme@orange.com>
2018-03-08Clean trailing spacesmrichomme1-29/+29
not sure it has been introduced by patchset 33819 but there are trailing spaces + tab + not consistant spacing Issue-ID: TEST-80 Change-Id: Ia50cbc064e173b94a032b41f59b5d3ce1fea434f Signed-off-by: mrichomme <morgan.richomme@orange.com>
2018-03-08Merge "Add tags to main suite"Daniel Rose1-30/+30
2018-03-08Add tags to main suitemrichomme1-30/+30
when running robot, we got an overall healthcheck results, it could be interesting to have a view on the core, dcae, multicloud, 3rparty and API (MSB) to quickly identify the problems and eventually not run some of the tests if it is known as not supported (e.g. dcae) This patch does not modify the code of the existing test It leverags robotframework tagging mechanism Using the OPNFV functest abstraction it is trivial to run them in CI/CD, push results to a DB and create a dashboard[1] this patch does not modify the code of the existing test [1]: http://testresults.opnfv.org/onap-testing/amsterdam/functest/status-heat.html Issue-ID: TEST-80 Change-Id: I5090b8c31cc5d42ae43cc04c557a42e072e1653c Signed-off-by: mrichomme <morgan.richomme@orange.com>
2018-03-05Install python2.7 rather than python=2.7.11-1Jerry Flood1-1/+1
Issue-ID: TEST-81 Change-Id: I8f678a16e5b532f537c7a587dfd574d627702137 Signed-off-by: Jerry Flood <jf9860@att.com>
2018-02-23cleaning up some dirty code and warnings from REDDR695H6-21/+6
Issue-ID: TEST-79 Change-Id: Iadfe17079c4cf1aa4483464c748d2ab31244df63 Signed-off-by: DR695H <dr695h@att.com>
2018-02-22Modify appc_interface.robottalka1-1/+1
Issue-ID: TEST-77 Change-Id: I00022e3941e2b8200cda02520b65ffcdf8c41f5b Signed-off-by: talka <talka@amdocs.com>
2018-02-08appc_interface.robot, pass if APPC already mountedTal Karbachinsky1-2/+2
Issue-ID: TEST-77 Change-Id: I7fe944742534514fb15f22fc080bd35b1e172e2e Signed-off-by: Tal Karbachinsky <talka@amdocs.com>
2018-01-25added mso delete option & string encoderTal Karbachinsky2-1/+24
Issue-ID: TEST-75 Change-Id: If4e6ff74bafb63ca73f6be6f6dc32b165b0ed9d8 Signed-off-by: Tal Karbachinsky <talka@amdocs.com>
2018-01-17Update URL for UUI health checkGary Wu1-1/+1
Change-Id: I29c1b07580cf3af196ee35e3a789d9e0aa31b57d Issue-ID: INT-382 Signed-off-by: Gary Wu <gary.i.wu@huawei.com> (cherry picked from commit 7c136bf7b6e5016e9915c685cdb6d9b4618dc832)
2017-12-08Merge "Configure to run Robot w/chrome headless option dd"Gary Wu2-13/+19
2017-12-06Change to vFWCL instead of vFWJerry Flood2-6/+6
Issue-ID: TEST-72 Change-Id: I18c8823c1348187e2ea3929b75a843b7df5784d0 Signed-off-by: Jerry Flood <jf9860@att.com>
2017-12-01Add support for vFWCL - multiple VNFsJerry Flood12-26/+155
Issue-ID: TEST-72 Change-Id: Ic6fe176ca5fdeac00cd5018aecf7824ec4eca287 Signed-off-by: Jerry Flood <jf9860@att.com>
2017-11-28Bump minor versionJessica Wagantall1-1/+1
Bump minor version in preparation for Amsterdam branching. Change-Id: If2c8279a88e0c6f9291de0cb7f1b5f60f24fcc5a Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-11-22Report test failure when Delete VNF fails1.0.0-ONAP1.0.0-AmsterdamJerry Flood3-7/+17
Issue-ID: TEST-54 Change-Id: Id92f2bbdcc967f44024c8f3aa53d45f82616ea9f Signed-off-by: Jerry Flood <jf9860@att.com>
2017-11-21Update VID and SDNC preload for amsterdamJerry Flood7-36/+114
Issue: TEST-54 Change-Id: Iaa0d952d78f11cf1d271dce7de21bca2ff7cd419 Signed-off-by: Jerry Flood <jf9860@att.com>
2017-11-15Fix spelling in DCAE healthcheck service namesGary Wu1-1/+1
Issue-ID: INT-320 Change-Id: Ia240f1bf1848791969208ad5d10d79d208911099 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-11-15Fix spelling in DCAE healthcheck service namesGary Wu1-4/+5
Change-Id: Iee99e1ab5bd07d59c41de848126ca384501e4dbd Issue-ID: INT-320 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-11-12Update A&AI api to v11 and create complexJerry Flood12-59/+175
Issue: TEST-34 Change-Id: Ibac7f78390f517e3d3876ec0adff97d1136b2f28 Signed-off-by: Jerry Flood <jf9860@att.com>
2017-11-02Support regex in DCAE healthcheck service namesGary Wu1-24/+15
Change-Id: Ie38a44a800f0a12947749cbd6805e2f261ece957 Issue-ID: INT-320 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-10-31Merge "Forgot to add injected variables"Daniel Rose1-0/+3
2017-10-31Forgot to add injected variablesJerry Flood1-0/+3
Issue: TEST-14 Change-Id: If4135b647269217f4b183d059e2e3b1d0152ecd1 Signed-off-by: Jerry Flood <jf9860@att.com>
2017-10-30Remove health check for jujuGary Wu1-4/+0
The healthcheck for juju is removed since juju will not be part of Amsterdam. Change-Id: Ib3d0159875d00261831212a59e6c60f77954eb54 Issue-ID: VFC-561 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-10-30Fix up the vVG server heat templateJerry Flood4-10/+14
Issue: TEST-14 Change-Id: I8304325c9c3b2abebd358f7d931d9d7490d33a5b Signed-off-by: Jerry Flood <jf9860@att.com>
2017-10-30Support demo repo heat templatesJerry Flood5-12/+44
Update the robot home page Remove trailing stapces Issue: TEST-14 Change-Id: Ie9ea644cb8ed03c8ae3286eaecce9beb322525dc Signed-off-by: Jerry Flood <jf9860@att.com>
2017-10-27Update the DCAE HC as per LushengJerry Flood3-53/+31
Issue: TEST-69 Change-Id: If81384593da06e12a766c373f1e9648f46752102 Signed-off-by: Jerry Flood <jf9860@att.com>
2017-10-27Handle injected keystone URL and expose heatbridgeJerry Flood4-5/+28
Issue: TEST-68 Change-Id: Id0194b99b5a85d9e3d26043420b7655591d13c23 Signed-off-by: Jerry Flood <jf9860@att.com>
2017-10-26Create services before creating customerJerry Flood2-5/+5
Issue: TEST-66 Change-Id: Ie4128b0df59db7c4283d4480795ef8e0df5d6525 Signed-off-by: Jerry Flood <jf9860@att.com>
2017-10-23Additional VFC health checksGary Wu1-1/+25
Change-Id: I0b5f451fcc6117f31ccb7f3f1764fc602b86a22e Issue-ID: INT-296 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-10-23Add health check for usecase-uiGary Wu1-0/+4
Change-Id: Ic58418968b9f71aa4d23292cb44de37d4c953f81 Issue-ID: INT-295 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>