aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-11-02Merge "Fix parsing in closed loop policy checks"Daniel Rose2-21/+14
2018-11-02Fix parsing in closed loop policy checksGary Wu2-21/+14
Also added new tags to assist per-suite debugging. Change-Id: Ice67dee685f2ee583ae54c0bba1ca7358f842da1 Issue-ID: INT-586 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-11-02Merge "Remove redundant nesting of Robot log output"Daniel Rose1-1/+1
2018-11-02Merge "Enable OOF-CMSO healthcheck"Gary Wu1-1/+1
2018-11-02Enable OOF-CMSO healthcheckJerry Flood1-1/+1
Issue-ID: INT-707 Change-Id: Ic0283c64469b7acaa695916fa86eb4e5277c6147 Signed-off-by: Jerry Flood <jflood@att.com>
2018-11-02Remove redundant nesting of Robot log outputGary Wu1-1/+1
Change-Id: Ibae83d4f064965f43719d12c24e5230f8c0e3ae4 Issue-ID: INT-586 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-11-02Merge "Disable OOF-CMSO healthcheck"Daniel Rose1-1/+1
2018-11-01Disable OOF-CMSO healthcheckJerry Flood1-1/+1
Issue-ID: INT-707 Change-Id: I3aed06ca2454afd373e7dee9a39d4bbc6db3db96 Signed-off-by: Jerry Flood <jflood@att.com>
2018-11-01Merge "Get UUID's from SDC for Demo Instantiate"Gary Wu2-22/+29
2018-11-01Get UUID's from SDC for Demo InstantiateBrian Freeman2-22/+29
Issue-ID: INT-704 Change-Id: Id63ddaeec2796e494075a8677a34e4ccb42ef73d Signed-off-by: Brian Freeman <bf1936@att.com>
2018-11-01No longer blindly kill chrome processesGary Wu1-3/+0
No longer blindly kill chrome processes in order to support concurrent robot runs. Change-Id: Ic1cb0c8886550a01529b4d1aafcf65578214d8b1 Issue-ID: INT-586 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-11-01Temporarily skip Logout tests in Portal ETEGary Wu1-6/+11
Logout tests in Portal ETE might need major rework to deal with intermittent "document unloaded while waiting for result" errors. Temporarily disable those checks due to time constraints for Casablance release. Change-Id: Iaaeccdc5b1164b2001446b323fd3b47353be3402 Issue-ID: INT-586 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-11-01Disable chrome headless mode for Portal ETE suiteGary Wu1-15/+7
It appears that most of the instability in Portal ETE suite was caused by chrome running in headless mode. By disabling chrome headless mode the Portal ETE suite has so far completed successfully multiple times without needing to tweak with Selenium timeout/delay settings. Change-Id: Ib4c52868d6581ae9d28f9d3cd1abbc30b605a46e Issue-ID: INT-586 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-11-01Merge "Add mime type for png screen shots"Daniel Rose1-0/+1
2018-11-01Merge "Add OOF-CMSO healthcheck"Gary Wu2-0/+22
2018-11-01Add OOF-CMSO healthcheckJerry Flood2-0/+22
Issue-ID: INT-707 Change-Id: Ide6bfed60fe0405139dd291ce732d54dce1eaedf Signed-off-by: Jerry Flood <jflood@att.com>
2018-11-01Add mime type for png screen shotsGary Wu1-0/+1
Change-Id: Idee9d7878c7bf090da0a178ae51e56fe3460b0fb Issue-ID: INT-586 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-11-01Distribute vFWNG model for CDSYang Xu6-5/+220
Change-Id: I9ed7b7204ab401fb39d6271af2c725315fd1bff3 Issue-ID: INT-708 Signed-off-by: Yang Xu <yang.xu3@huawei.com>
2018-10-31Improve Portal ETE test suite stabilityGary Wu2-14/+19
Improve Portal ETE test suite stability by changing timeout values, adding explicit waits to login/logout ops, and ignoring doc unload errors on logout. Change-Id: I445819a4a137c584b3a4f2768f78d8170921a4f7 Issue-ID: INT-586 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-10-31Upgrade chromedriver to 2.43Gary Wu1-1/+1
Change-Id: Ifc061680e7b052014d3e0b8e40ba6b37bd44298a Issue-ID: INT-586 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-10-30Enable compresion in lighttpdGary Wu1-0/+4
Change-Id: I70345abe51ed561c28292748bcc14dded4b3427e Issue-ID: INT-586 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-10-29Set prov-status to ACTIVEMarco Platania1-5/+5
Change-Id: Ida22369b7f85a38823a9b8cecd1c260906292c53 Issue-ID: INT-696 Signed-off-by: Marco Platania <platania@research.att.com> Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-10-29Merge "Distribute Demo VNF from existing model"Daniel Rose4-3/+95
2018-10-29Distribute Demo VNF from existing modelBrian Freeman4-3/+95
Firt version that uses a static file of the vnf-type and vf-module-id SDC query can be used to get these but that will be a second pass. Issue-ID: INT-704 Change-Id: Icf4571a0ad11d59f7985a253e55fcb5894a3e82f Signed-off-by: Brian Freeman <bf1936@att.com>
2018-10-29Fix for HV-VES TA sunny scenario.marekpl2-1/+11
Introducing wait mechanism in test until topic is created after 1st message sent by HV-VES to Kafka. Issue-ID: INT-650 Change-Id: Ie21bad0a690a39621f9bf49618d0b19e202b2913 Signed-off-by: marekpl <marek.pondel@nokia.com>
2018-10-28Support multiple vfmodules in Robot CDS macro flowYang Xu4-807/+901
Change-Id: I4a4c32ef624cb4fb403bf4e43c7e410d61eccfb8 Issue-ID: CCSDK-537 Signed-off-by: Yang Xu <yang.xu3@huawei.com>
2018-10-26Merge "fix HV-VES TA sunny scenario"Gary Wu1-0/+12
2018-10-26fix HV-VES TA sunny scenariomarekpl1-0/+12
there's need to have protobuf compiler to be installed by setup.sh Issue-ID: INT-650 Change-Id: Id1629842a3745941f1b4d1389e22d829d314aede Signed-off-by: marekpl <marek.pondel@nokia.com>
2018-10-25Add default user/password for robot web serverGary Wu2-0/+2
Change-Id: I5af21fa87665d4e0d419af6e6f5cad23c9af38ab Issue-ID: INT-586 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-10-25Merge "Generate unique portal user names"Daniel Rose2-8/+21
2018-10-25Merge "Fix instantiateVNF mount, modelinvariantID"Gary Wu2-2/+3
2018-10-25Generate unique portal user namesGary Wu2-8/+21
Generate unique portal user names to allow Portal ETE test suite to rerun multiple times. Change-Id: I725f4ebf43b34763a72b83d45b48ca66fdd798d8 Issue-ID: INT-586 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-10-25Fix instantiateVNF mount, modelinvariantIDBrian Freeman2-2/+3
Issue-ID: INT-584 Change-Id: I15f0b3bd4c97ca99bc67843caaa4348e2f1d1f62 Signed-off-by: Brian Freeman <bf1936@att.com>
2018-10-25Fix for HV-VES TA sunny scenariomarekpl2-3/+4
Handle situation when the topic doesn't exist yet because it is created on kafka after 1st HV-VES message is sent Issue-ID: INT-650 Change-Id: Ie95af8a02ce5cda703f1898cb5d7ece32262987b Signed-off-by: marekpl <marek.pondel@nokia.com>
2018-10-24Fix keyword mispellingGary Wu1-1/+1
Change-Id: I9f2e47af1a8e5c7e7fb74ed0c16833d9037e07b9 Issue-ID: INT-621 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-10-24Merge "Updates for cloud_config, SDC health, VID timing"Gary Wu6-5/+112
2018-10-24Updates for cloud_config, SDC health, VID timingBrian Freeman6-5/+112
Based on contribution from Steve Smokowski Issue-ID: INT-621 Change-Id: I82828397bc0b9701fb0fa90123ac4cdd3b8d327d Signed-off-by: Brian Freeman <bf1936@att.com>
2018-10-24Merge "HV-VES TA sunny scenario"Gary Wu5-2/+109
2018-10-24HV-VES TA sunny scenariomarekpl5-2/+109
Robot Framework for HV-VES sunny scenario case Issue-ID: INT-650 Change-Id: I27476a821d9f51e4e4c2a5cf33a3a8a13b8c7f34 Signed-off-by: marekpl <marek.pondel@nokia.com>
2018-10-19robot script modified, removing nopad optionehanan1-1/+1
Change-Id: I52d535e53bf1ef569f697134dbc452855a0e6bcd Issue-ID: TEST-126 Signed-off-by: eHanan <eoin.hanan@ericsson.com>
2018-10-18Clean up chrome processes after each ete test runGary Wu1-0/+3
Change-Id: If48676e8fc7b4497da9f88b29d1794136515a785 Issue-ID: INT-586 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-10-17Portal test close all the Browers before testingCHINTAMANI1-0/+1
Change-Id: I1dc21ab14aac6684cf4db23524e5e726b2058a6f Issue-ID: PORTAL-272 Signed-off-by: Sireesh <sireesh.ch@in.ibm.com>
2018-10-17Portal test case timer updateCHINTAMANI1-1/+1
Change-Id: Ib593e1a8825df9025ebf4ef1eb09f8ddc8122148 Issue-ID: PORTAL-272 Signed-off-by: Sireesh <sireesh.ch@in.ibm.com>
2018-10-16Added Health Check for HolmesGuangrongFu2-43/+79
Change-Id: I4bc4c1832e1fe20066f16c719631c40af0ef5788 Issue-ID: HOLMES-176 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
2018-10-11Portal test case updateCHINTAMANI2-9/+9
Change-Id: I44cd11278b0a88514f8a992db13f48ba475949ea Issue-ID: PORTAL-272 Signed-off-by: Sireesh <sireesh.ch@in.ibm.com>
2018-10-11Merge "removing typo in global_properties.robot"Gary Wu1-1/+1
2018-10-11removing typo in global_properties.robotkrzysztof kuzmicki1-1/+1
Change-Id: Iff260774ccb7807ec52515da4e7027de0a36c836 Issue-ID: INT-685 Signed-off-by: krzysztof kuzmicki <krzysztof.kuzmicki@nokia.com>
2018-10-11Add health check for pike pluginHuang Haibin1-0/+4
Change-Id: I80c9629acb5c7c6bdcc427e863ec4eea99c3379a Issue-ID: MULTICLOUD-276 Signed-off-by: Huang Haibin <haibin.huang@intel.com>
2018-10-10E2E sunny scenario for PNF registrationkrzysztof kuzmicki3-6/+6
Change-Id: Icbe8914f6111f5ca385117d3c7027e53e960281b Issue-ID: INT-685 Signed-off-by: krzysztof kuzmicki <krzysztof.kuzmicki@nokia.com>
2018-10-10Merge "E2E sunny scenario for PNF registration"Gary Wu5-0/+175