aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-05-10Merge "hvves testsuite update dut to kafka sasl feature"Daniel Rose3-33/+25
2019-05-10hvves testsuite update dut to kafka sasl featuremarekpl3-33/+25
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-10Fix tag explanations in usage and commentskaihlavi2-7/+5
Align scripts to corrections made to oom/kubernetes/robot ete-* scripts in https://gerrit.onap.org/r/#/c/87357/ and https://gerrit.onap.org/r/#/c/87414/ Change-Id: I1a438a5d1498c9c3f0dd993c389185fad2f7835f Issue-ID: OOM-1844 Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com>
2019-05-09remove items that are in demo nowDR695H26-2862/+0
starting in beijing the heat templates are no longer in the testsuite repo Change-Id: If1e6e888508fca5ca5ab8d876a4eb633407e0498 Issue-ID: TEST-148 Signed-off-by: DR695H <dr695h@att.com>
2019-05-09upgrade to python3 librariesDR695H48-364/+176
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-09Merge "Fix FCAPS health check issue"Daniel Rose1-1/+1
2019-05-09multicloud_thinkcloud not part of small configurationmrichomme1-1/+1
all specific openstack cloud referenced in full configuration Issue-ID: MULTICLOUD-618 Change-Id: I7f66d0a227f339e30acd8512823adbcd6448b1a0 Signed-off-by: mrichomme <morgan.richomme@orange.com>
2019-05-09Fix FCAPS health check issueLiexiang Yue1-1/+1
Issue-ID: MULTICLOUD-584 Change-Id: Ib14986c8bfb1ab449fce6eb4bdb421d5cec345e5 Signed-off-by: Liexiang Yue <yueliexiang@chinamobile.com>
2019-05-09Fix space on Log To ConsoleBrian Freeman3-22/+59
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-09Merge "Push new DCAE blueprint for TCA"Brian Freeman1-0/+175
2019-05-08Push new DCAE blueprint for TCAMarco Platania1-0/+175
Change-Id: I2c27c1c52728ef6b066650090ce2da7348b8ba18 Issue-ID: INT-853 Signed-off-by: Marco Platania <platania@research.att.com>
2019-05-09Merge "Fixes for New Policy API"Gary Wu2-2/+4
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-08update readme, add demo jinja, stage1 of servmapDR695H2-97/+34
Change-Id: Ibf7ec8a9915b03bbf25cd3c86c23fe3056b4a42a Issue-ID: TEST-152 Signed-off-by: DR695H <dr695h@att.com>
2019-05-06Healthchecks for New Policy ComponentsBilal A2-1/+68
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-06use soutils in the red.xml filesDR695H1-0/+1
Change-Id: I8c038a9a372122d60e0f104773f31b59d4879386 Issue-ID: INT-1066 Signed-off-by: DR695H <dr695h@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-05add modeling parser healthcheckyangyan1-0/+4
Issue-ID: INT-1063 Change-Id: Id77c2a10e254d07e34cee4caa5f429ffc57a156e Signed-off-by: yangyan <yangyanyj@chinamobile.com>
2019-05-03adjust readme and red.xmlDR695H2-35/+3
the readme should not duplicate the dev guide, and the red.xml should have all the stuff that we offer Change-Id: I459b6bae7fdd6c2060e5662f34b9ea4a163ce109 Issue-ID: TEST-146 Signed-off-by: DR695H <dr695h@att.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 setupDR695H2-8/+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 dublin branch in testsuiteDR695H1-1/+1
make version in testsuite master el alto Change-Id: I4688bf4d353cf3c658173c5ea5e7f8dafd570a38 Issue-ID: TEST-144 Signed-off-by: DR695H <dr695h@att.com>
2019-05-02Add DMaaP Update topic ACL testBrian Freeman4-4/+86
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 Freeman4-14/+46
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 Freeman5-1/+100
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 OSDFvrvarma4-0/+162
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-28Add HealthCheck for Thinkcloud in RobotChangjun Wang1-0/+4
Add HealthCheck for Lenovo Thinkcloud Driver in Robot Issue-ID: MULTICLOUD-593 Change-Id: Ibf2d83a0d2c7512267267b152c9df478fb4bca4d Signed-off-by: Changjun Wang <310397125@qq.com>
2019-04-26Replace dev- with health- for eteHelm HealthBrian Freeman2-60/+60
Issue-ID: INT-992 Change-Id: I7c29eb14986ef3c71c1388051b05db07cc8e71c8 Signed-off-by: Brian Freeman <bf1936@att.com>
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-26Remove MUSIC health checkTschaen, Brendan1-8/+0
Service not being started in this release Issue-ID: MUSIC-386 Change-Id: I0c142d2d28b4e2e80657f2603713e4e6de5779aa Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-04-26Merge "Cleanup Instantiate vLB"Daniel Rose3-6/+6
2019-04-26Cleanup Instantiate vLBBrian Freeman3-6/+6
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-26Remove core tag of DMAAP Bus Controller Health Checkmrichomme1-2/+2
as it is not a core feature being core means that ONAP is not usable at all any error on core leads to a stop of tests to save CI time Issue-ID: INT-1050 Change-Id: I8f193fb60d28d9f4a322c33119dc3752126097e8 Signed-off-by: mrichomme <morgan.richomme@orange.com>
2019-04-25Fixes for RegionThree Keystone v3Brian Freeman1-2/+2
Issue-ID: INT-1026 Change-Id: If4ac5e0c32d7f787b263c6eec273edb8cfaef44b Signed-off-by: Brian Freeman <bf1936@att.com>
2019-04-24Fix typo in robotKiran Kamineni1-2/+2
The dev-aaf tag should be on the next line Issue-ID: TEST-142 Change-Id: I411ed59b6732158628b74ceb4d7c8649d3e471b1 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-04-24Update setup.sh for new pythontestingutilsDR695H1-1/+1
Update setup.sh for new pythontestingutils Change-Id: I51a02f1e567b0c82a0172157d7132cdc7ab86f27 Issue-ID: TEST-141 Signed-off-by: DR695H <dr695h@att.com>
2019-04-22Merge "Fix instantiate preload"Daniel Rose1-0/+3
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-18Fix typo in robot ete scriptMarco Platania1-1/+1
Change-Id: I6b33c7f322453bdcd42fd2930086960753ed8a8a Issue-ID: INT-853 Signed-off-by: Marco Platania <platania@research.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 Rose5-0/+38
2019-04-18tests for bus controllerpkaras5-0/+38
Change-Id: Ib21382bc74832c223d87bd193c030428b6a8b6e4 Issue-ID: DMAAP-1114 Signed-off-by: piotr.karas <piotr.karas@nokia.com>
2019-04-17Fixes for RegionThree and Instantiate DirectBrian Freeman6-9/+779
Issue-ID: INT-1028 Change-Id: I2ffb571da6af9d16077b5d085fa9ae5611209865 Signed-off-by: Brian Freeman <bf1936@att.com>
2019-04-16Tie in SoUtils for direct to SOBrian Freeman15-1/+1257
Issue-ID: INT-1028 Change-Id: I263381efc078cf154262a52627a10e2c4b265ec9 Signed-off-by: Brian Freeman <bf1936@att.com>
2019-04-16Merge "Update for v3 KEYSTONE SO config"Daniel Rose3-1/+41
2019-04-16Add FCAPS healthy checkLiexiang Yue1-0/+4
Issue-ID: MULTICLOUD-499 Change-Id: I624cc8ca274c2ad592f48e7bdc83ea28a37091d4 Signed-off-by: Liexiang Yue <yueliexiang@chinamobile.com>
2019-04-15Update for v3 KEYSTONE SO configBrian Freeman3-1/+41
Issue-ID: INT-1026 Change-Id: I18f521030683f2b8ee7a42d837c49e630dc1cfbb Signed-off-by: Brian Freeman <bf1936@att.com>