aboutsummaryrefslogtreecommitdiffstats
path: root/robot/testsuites
AgeCommit message (Collapse)AuthorFilesLines
2018-04-19Fix to pickup CLI health check test casesKanagaraj Manickam k003651061-1/+1
CLI health check is not pickup as part of health check test in jenkins lab-tlab-beijing-heat-deploy/244 This patch helps to fix it by adding proper tags Issue-ID: CLI-106 Change-Id: I9ab73bb448760b17f2786db51aee5fb6bf2d08a7 Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
2018-04-18Remove MUSIC HealthCheck for BeijingBrian Freeman1-4/+0
Issue-ID: TEST-87 Change-Id: Ib0aaa05eb6ae40bdd4811e5ddb4d84532428ecfa Signed-off-by: Brian Freeman <bf1936@att.com>
2018-04-18Add healthcheck for vnfsdkChris Donley1-0/+4
Issue-ID: VNFSDK-252 Change-Id: I7a892ab87861a76fb2021a416d8412737e37ebeb Signed-off-by: Chris Donley <christopher.donley@huawei.com>
2018-04-18Add api tag to nbi healthcheck testsmrichomme1-2/+2
Issue-ID: INT-465 Change-Id: Icc1b4cb0a343f6efaf92eae77007a8b6ac58a9f2 Signed-off-by: mrichomme <morgan.richomme@orange.com>
2018-04-17Add health check for cliKanagaraj Manickam k003651061-0/+5
Issue-ID: CLI-106 Change-Id: Ife2810ed293410af8a8a8f158de272ccfd464059 Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
2018-04-13Add External API/NBI Robot healthcheck testsmrichomme1-4/+9
Issue-ID: INT-465 Change-Id: Idd8e13864525d094a01c7a51098bce80720a032d Signed-off-by: mrichomme <morgan.richomme@orange.com>
2018-04-12adding in music healthcheckDR695H1-0/+5
music is new ha database and needs a healthcheck Change-Id: I76d7e31c85c5be6fb2fa4439bcc62184a70fb8f4 Issue-ID: TEST-87 Signed-off-by: DR695H <dr695h@att.com>
2018-04-11Test Acces to Portal AppsBrian Freeman1-0/+5
Issue-ID: TEST-86 Change-Id: Ic9dd9af376b1755ac24efdfbe9b3264adfcab3ef Signed-off-by: Brian Freeman <bf1936@att.com>
2018-04-11Portal Login TestsBrian Freeman1-0/+4
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-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-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 Freeman1-1/+2
Issue-ID: TEST-85 Change-Id: I8ba5381d1860e6a1d21d6855f96501d410b36bbf Signed-off-by: Brian Freeman <bf1936@att.com>
2018-03-19Health Check SDC DistributionBrian Freeman1-0/+6
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-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-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-06Change to vFWCL instead of vFWJerry Flood1-2/+2
Issue-ID: TEST-72 Change-Id: I18c8823c1348187e2ea3929b75a843b7df5784d0 Signed-off-by: Jerry Flood <jf9860@att.com>
2017-12-01Add support for vFWCL - multiple VNFsJerry Flood1-0/+1
Issue-ID: TEST-72 Change-Id: Ic6fe176ca5fdeac00cd5018aecf7824ec4eca287 Signed-off-by: Jerry Flood <jf9860@att.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-30Support demo repo heat templatesJerry Flood1-1/+2
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 Flood1-0/+2
Issue: TEST-69 Change-Id: If81384593da06e12a766c373f1e9648f46752102 Signed-off-by: Jerry Flood <jf9860@att.com>
2017-10-27Handle injected keystone URL and expose heatbridgeJerry Flood1-1/+12
Issue: TEST-68 Change-Id: Id0194b99b5a85d9e3d26043420b7655591d13c23 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>
2017-10-23Add health check for CLAMPGary Wu1-0/+5
Change-Id: I8828ae271dc89a43c6d91fc3e108f07278696965 Issue-ID: INT-294 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-10-19Merge "removing clearwater ims example vnf"Daniel Rose2-2/+1
2017-10-19removing clearwater ims example vnfDR695H2-2/+1
[INT-281] removing clearwater ims example vnf Change-Id: Ia6e5863fa827a2ffd1341979aa4dbbb93fa4a4b8 Signed-off-by: DR695H <dr695h@att.com>
2017-10-19Update HEAT templates and add data to robot pageJerry Flood1-16/+41
Issue: TEST-66 Change-Id: I9f8ce858d0e78791e84ca93be3576de0e3d8e850 Signed-off-by: Jerry Flood <jf9860@att.com>
2017-10-18Add API health checks via MSBGary Wu1-0/+48
Change-Id: I4c88e88c616c4fede33f491044ef203bfee06636 Issue-ID: INT-282 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-10-17Add healthcheck for MSB in ETE testsuiteGary Wu1-0/+5
Change-Id: I7667bf678933ed01922fe9d119584087ae370cbf Issue-ID: INT-280 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-10-11Update HEAT and support in demo.shJerry Flood1-3/+29
Issue: TEST-65 Change-Id: If9cea0cecfd5ac8fa40499995fba72bfa66f61a2 Signed-off-by: Jerry Flood <jf9860@att.com>
2017-09-16adding in the vCPE vnfs to distributeDR695H1-0/+2
[TEST-57] adding in the vCPE vnfs to distribute Change-Id: I76969e7a4911d21ab69ceba6f0dae1d844080dcf Signed-off-by: DR695H <dr695h@att.com>
2017-08-17adding in clearwater ims to distribute testsDR695H1-0/+2
[TEST-53] adding clearwater ims and distribution tests around the vnf Change-Id: I7a299a6cdde440eb4e9599b5e8e512f7063a88c0 Signed-off-by: DR695H <dr695h@att.com>
2017-04-21[TEST-25] Add commands to demo.shJerry Flood1-46/+12
Change-Id: I6a6ac15e310954ce48ef275b10748ab4c3e7a0e1 Signed-off-by: Jerry Flood <jf9860@att.com>
2017-04-17TEST-25 Add instantiate VFW to demo.shJerry Flood1-8/+61
Change-Id: Ia877d2b67438788338619763427b070cbd845ed8 Signed-off-by: Jerry Flood <jf9860@att.com>
2017-04-04TEST-17 Fix network property nameJerry Flood1-1/+1
Change-Id: I28fb5488654fa021e31c8319195ad36695f45df9 Signed-off-by: Jerry Flood <jf9860@att.com>
2017-04-01TEST-17 secure robot and generate pageJerry Flood1-0/+92
Change-Id: Ifa0659a504e540cbaf5fc2dea3bfabae9690ea02 Signed-off-by: Jerry Flood <jf9860@att.com>
2017-03-14TEST-10 Include stack deletion as part of the tcJerry Flood1-1/+1
Change-Id: I44dc565e600035c3ae5e32699558748ee80873b3 Signed-off-by: Jerry Flood <jf9860@att.com>
2017-03-13workspace cleanup for red usersDR695H1-3/+1
after move to lf workspace needed a few cleanups Change-Id: I7cbc3fa9cfb31777ae962781775a9ebc9998bbe9 Signed-off-by: DR695H <dr695h@att.com>
2017-03-09TEST-4 Re-factor openstack region variablejf98601-8/+8
Change-Id: Iad9ef0555dbbd921e261bfa2a63806100bcf7c83 Signed-off-by: jf9860 <jf9860@att.com>
2017-02-22Complete teardown implementation.jf98602-4/+25
Add demo.sh to support hands on demo Change-Id: Idf235957bd992e6d7482c8241f6ba8b8944c2826 Signed-off-by: jf9860 <jf9860@att.com>
2017-02-17Initial checkin of EopenECOMP testsuiteDR695H4-0/+120
Change-Id: I64a2b6d8cf66169829866b73b3d26a4ff59b0a42 Signed-off-by: DR695H <dr695h@att.com>