aboutsummaryrefslogtreecommitdiffstats
path: root/robot/resources
AgeCommit message (Collapse)AuthorFilesLines
2019-05-22removing servicemapping.pyDR695H7-32/+46
everything is in demo folder now Change-Id: Ib2fc57c7a3912526b51c8bd8e3a99451281c72a6 Issue-ID: TEST-157 Signed-off-by: DR695H <dr695h@att.com>
2019-05-22Fix keyword documentation for ASDC interfacekaihlavi1-66/+98
Correct multiple copy-pasted comments and typos in keyword documentation of asdc_interface.robot Issue-ID: INT-1087 Change-Id: I281cd733e78f60fd6390006ca445ff0a5d4fec51 Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com>
2019-05-21remove rammbockDR695H1-18/+7
replace rammbock with raw tcp send of data Change-Id: I04d6731ddabae3b2665c3492f948a85698fbe745 Issue-ID: TEST-155 Signed-off-by: DR695H <dr695h@att.com>
2019-05-21Removed duplicate keyword in policyBrian Freeman1-21/+0
Issue-ID: POLICY-1685 Change-Id: I4c05348a4c06811962651ac47d81bb5762d45aa4 Signed-off-by: Brian Freeman <bf1936@att.com>
2019-05-17Use policy yaml and encode itBrian Freeman1-0/+30
Leaving old urlencoded tempalte in case we need to revert Issue-ID: POLICY-1685 Change-Id: I25bbf86193863ff0787b0b6e9987227360ed6a88 Signed-off-by: Brian Freeman <bf1936@att.com>
2019-05-17moving hvves out of templatesDR695H1-0/+0
Change-Id: I2ee2308555b3d7b3fcf832c8ff5482c8f92b8c36 Issue-ID: TEST-155 Signed-off-by: DR695H <dr695h@att.com>
2019-05-17Set resource type as VL for Generic NeutronNetYang Xu1-5/+5
Change-Id: I01734240673293596b1695309807f98f6652f16c Issue-ID: INT-1080 Signed-off-by: Yang Xu <yang.xu3@huawei.com> (cherry picked from commit 7464de975c50a3efe1c6a1cbe7159e5ebc705fff)
2019-05-15Merge "Fix APPC Mount Create"Gary Wu1-1/+5
2019-05-15Remove disable_warningsSylvain Desbureaux1-8/+8
disable_warnings options of robotframework-requests has an incorrect behavior (force log level for the whole run at 'Error') and then breaks testsuite use when it's launched programmatically. I've tested without these warnings and I don't see any side effects Change-Id: I0d97ae2c1e64ad3239d2add7edb1f23ea7b40f0d Issue-ID: TEST-156 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2019-05-15Fix APPC Mount CreateBrian Freeman1-1/+5
Issue-ID: INT-1077 Change-Id: Iede5d580f263164f4bdcf4d4a0b048fd8f22c27c Signed-off-by: Brian Freeman <bf1936@att.com>
2019-05-15Set VersionBrian Freeman1-3/+5
Read policy-version from create of operational Issue-ID: POLICY-1685 Change-Id: I6d98bd1149b99bc4a105d1d471657a7cff0d4446 Signed-off-by: Brian Freeman <bf1936@att.com>
2019-05-14remove unneeded librariesDR695H10-34/+17
httplibrary is replicated with requests so replacing the few places that use it with the requests. also removing kafkalibrary since it isnt used and we dont want to use it since its not python 3 compatible. Change-Id: I4acd09e4f0f776ebf99f386d17637712551b3243 Issue-ID: TEST-155 Signed-off-by: DR695H <dr695h@att.com>
2019-05-14Merge "Update NBI API version for Dublin in robot test"Daniel Rose1-1/+1
2019-05-14DCAEGEN2-1448 master hvves testsuite fixmarekpl1-12/+9
DCAEGEN2-1448 master hvves testsuite fix Change-Id: I149c8b6cbe8945cd8f82523975b4e83b41e239f1 Issue-ID: DCAEGEN2-1448 Signed-off-by: marekpl <marek.pondel@nokia.com>
2019-05-14Update NBI API version for Dublin in robot testmrichomme1-1/+1
Issue-ID: EXTAPI-241 Depends-On: I08269f126c5c2fbf9aa38a2c07f34a05c9caeeac Change-Id: Id154fc0db655c301c0c9abbdc90d21d2af514288 Signed-off-by: mrichomme <morgan.richomme@orange.com>
2019-05-10hvves testsuite update dut to kafka sasl featuremarekpl2-19/+17
hvves testsuite update dut to kafka sasl feature Change-Id: I1bb65e8770488ae773265bd9d251810e7a508055 Signed-off-by: marekpl <marek.pondel@nokia.com> Issue-ID: DCAEGEN2-1448
2019-05-09upgrade to python3 librariesDR695H36-268/+138
basing the code off of robot framework 3.1.1 instead of 3.0, replacing selenium2lib with selnium lib and selenium3, replacing extendedselenium with angularjs lib. Fixing most warnings and all errors from these moves Change-Id: Ifed68c5b8cd28c7bbdc80ee7245860914bdee5b4 Issue-ID: TEST-151 Signed-off-by: DR695H <dr695h@att.com>
2019-05-09Fix space on Log To ConsoleBrian Freeman1-19/+56
fix template $ change POST to Policy Api, Pap Added Validate Issue-ID: INT-1071 Change-Id: I8bd51341221e3dd2fb000ae1c5686760a279413e Signed-off-by: Brian Freeman <bf1936@att.com>
2019-05-09Fixes for New Policy APIBrian Freeman2-2/+4
fix private key for Wait For Server Issue-ID: INT-1071 Change-Id: I3c6e6e59dc3c6f3fe53887f48cd20ba16b50f402 Signed-off-by: Brian Freeman <bf1936@att.com>
2019-05-06Healthchecks for New Policy ComponentsBilal A1-0/+62
Adds healthchecks for following new Policy components: 1- Policy API 2- Policy PAP 3- Policy Distribution 4- Policy APEX PDP 5- Policy XACML PDP Change-Id: If390add061957ea26222b2336b4d40874d913192 Issue-ID: POLICY-1630 Signed-off-by: Bilal A <bilal@research.att.com>
2019-05-06Merge "Fixes from SoUtil and Pairwise test"Daniel Rose2-3/+3
2019-05-06Fixes from SoUtil and Pairwise testBrian Freeman2-3/+3
update vf_module_name to vf_module_name_list remove heatbridge from SoUtil parameters Issue-ID: INT-1061 Change-Id: Ifd00b9a45e8ae58ad2ffd1058a08a3ade1a6cab5 Signed-off-by: Brian Freeman <bf1936@att.com>
2019-05-06Increase time for AAI check for initial DMaaP topic creationMarcin Migdal1-1/+1
Change-Id: I2b281bf3130792ee1a23585f39ed697e97233151 Issue-ID: INT-1065 Signed-off-by: Marcin Migdal <marcin.migdal@nokia.com>
2019-05-03fix getting id from thisDR695H1-1/+1
fixing the id to not duplicate the response section Change-Id: I0a1567e58d8347dbc893fb25ba79cd5304eed7e2 Issue-ID: TEST-145 Signed-off-by: DR695H <dr695h@att.com>
2019-05-03remove unneeded packages from setupDR695H1-3/+1
4 of them were needed by robotframework-onap and are now included as dependencies of the robotframework-onap package. the other one wasnt really needed in robot and is replaced with existing mechnaisms Change-Id: I8ac8c0df88b03de238626e4995090c7aa10e15f8 Issue-ID: TEST-145 Signed-off-by: DR695H <dr695h@att.com>
2019-05-02Add DMaaP Update topic ACL testBrian Freeman2-4/+63
fixed Pomba Documentation warning Issue-ID: INT-1058 Change-Id: Ifda1ccf4002312d031fde2520226de719b788853 Signed-off-by: Brian Freeman <bf1936@att.com>
2019-04-30Updates for new policyBrian Freeman3-7/+39
Fix for APPC mount of multiple VM VNFs Issue-ID: POLICY-1685 Change-Id: If8de8ecaa2052044af0512206fe8b326b21f50c4 Signed-off-by: Brian Freeman <bf1936@att.com>
2019-04-29Update for Dublin Policy APIBrian Freeman2-1/+34
Add newline for downloaded CSAR Log in sdc interface Add templates and Keywords for new Policy API for testing Issue-ID: POLICY-1685 Change-Id: Ib85d3be4004dda04ae6c8d95d48763222547528e Signed-off-by: Brian Freeman <bf1936@att.com>
2019-04-29Create OOM based CSIT for OSDFvrvarma1-0/+26
Adding CSIT test cases for OSDF for homing and pci-opt Change-Id: I6ad770ef12d8c90373fd7e8b97091a262f1d241a Signed-off-by: vrvarma <vv8305@att.com> Issue-ID: OPTFRA-450
2019-04-26Fix preload mapping for simple VNFBrian Freeman1-2/+4
Issue-ID: INT-1039 Change-Id: I21558887477664da6b36f2a422f6557dc62dbd4d Signed-off-by: Brian Freeman <bf1936@att.com>
2019-04-26Shorten vnf and vf namesBrian Freeman1-0/+2
Issue-ID: INT-1048 Change-Id: Ic83f3b27a9f3ba241d253edebb751c9a85a66e13 Signed-off-by: Brian Freeman <bf1936@att.com>
2019-04-26Cleanup Instantiate vLBBrian Freeman2-5/+5
Remmove vLB Hack since vLBMS doesnt need it Move vLB service to use vLBMS Heat template Issue-ID: INT-1039 Change-Id: If92bbec8579305aecddd698257c4e3e6af52b76b Signed-off-by: Brian Freeman <bf1936@att.com>
2019-04-22Fix instantiate preloadBrian Freeman1-0/+3
Issue-ID: INT-1039 Change-Id: I18740fdd67a5c3ee3fb29f8140bc7c80f85994dd Signed-off-by: Brian Freeman <bf1936@att.com>
2019-04-18Removed Vnf Profile stepBrian Freeman1-1/+2
Issue-ID: SDNC-729 Change-Id: Id406bb3e866677ac0e24a4192cb4395f69ca8412 Signed-off-by: Brian Freeman <bf1936@att.com>
2019-04-18Merge "tests for bus controller"Daniel Rose1-0/+29
2019-04-18tests for bus controllerpkaras1-0/+29
Change-Id: Ib21382bc74832c223d87bd193c030428b6a8b6e4 Issue-ID: DMAAP-1114 Signed-off-by: piotr.karas <piotr.karas@nokia.com>
2019-04-17Fixes for RegionThree and Instantiate DirectBrian Freeman1-3/+7
Issue-ID: INT-1028 Change-Id: I2ffb571da6af9d16077b5d085fa9ae5611209865 Signed-off-by: Brian Freeman <bf1936@att.com>
2019-04-16Tie in SoUtils for direct to SOBrian Freeman1-0/+49
Issue-ID: INT-1028 Change-Id: I263381efc078cf154262a52627a10e2c4b265ec9 Signed-off-by: Brian Freeman <bf1936@att.com>
2019-04-15Update for v3 KEYSTONE SO configBrian Freeman1-0/+12
Issue-ID: INT-1026 Change-Id: I18f521030683f2b8ee7a42d837c49e630dc1cfbb Signed-off-by: Brian Freeman <bf1936@att.com>
2019-04-11Add CSIT testing for optf-hasRuoyu Ying1-1/+21
Add one more test case for OOF homing. Change-Id: I2e022964c1448b53cb629ccd850b3660fe069270 Issue-ID: OPTFRA-449 Signed-off-by: Ruoyu Ying <ruoyu.ying@intel.com>
2019-04-09Added CSIT test case for CMSO DublinJerry Flood1-3/+90
Issue-ID: OPTFRA-473 Change-Id: Ib2bc8f73083b4320ad46109b52b4ec5131d4aebe Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-09Add music health checkTschaen, Brendan1-0/+11
Change-Id: Ie55077c60929c4c4abbd2c759fef5fa151061d1a Issue-ID: MUSIC-378 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-04-08Add Cassandra health checkTschaen, Brendan1-9/+7
Change-Id: Id96d487358a2dee6b5b694ad97f9228d975d727a Issue-ID: MUSIC-353 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-03-26Add SdncCtxBuilder CtxAggregator to health checkLeigh, Phillip (pl876u)1-1/+33
Issue-ID: LOG-1018 Issue-ID: LOG-1021 Issue-ID: LOG-1024 Change-Id: I04c10d5a8f2b8fbe9552019032612127f05ae8e5 Signed-off-by: Leigh, Phillip (pl876u) <phillip.leigh@amdocs.com>
2019-03-25Update Pomba Health CheckLeigh, Phillip (pl876u)1-17/+1
Issue-ID: LOG-1021 Issue-ID: LOG-1024 Issue-ID: LOG-1018 Change-Id: I75e1908177a930e88fe2640cc12019032516459e Signed-off-by: Leigh, Phillip (pl876u) <phillip.leigh@amdocs.com>
2019-03-22Merge "Add Pomba Context builders to Pomba Health Check"Daniel Rose1-16/+67
2019-03-22Add Pomba Context builders to Pomba Health CheckLeigh, Phillip (pl876u)1-16/+67
Issue-ID: LOG-1024 Issue-ID: LOG-1018 Issue-ID: LOG-1021 Change-Id: Ia4c2341e450f0e2910b3ae19bec2019032217506 Signed-off-by: Leigh, Phillip (pl876u) <phillip.leigh@amdocs.com>
2019-03-22Merge "Sync to Dublin SDC"Daniel Rose1-6/+13
2019-03-22Sync to Dublin SDCBrian Freeman1-6/+13
Issue-ID: SDC-2205 Change-Id: I903f8c5124bef4a2b9ba868af20329e4752382c6 Signed-off-by: Brian Freeman <bf1936@att.com>
2019-03-20Add SD&SdncCtxBuider to Pomba HealthCheck-2Leigh, Phillip (pl876u)1-1/+1
Issue-ID: LOG-1021 Signed-off-by: Leigh, Phillip (pl876u) <phillip.leigh@amdocs.com> Change-Id: I065681bd984881c053f75d8db4d2019032017431