aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/plans/appc
AgeCommit message (Collapse)AuthorFilesLines
2018-07-25Add CDT CSIT support.Aaron Hay1-0/+1
Add six CDT CSIT tests for APPC. Change-Id: Iad0bb8a2efc9811868348668fcfbcacab6abddda Issue-ID: APPC-1091 Signed-off-by: Aaron Hay <ah415j@att.com>
2018-05-22Update appc image version to next versionPatrick Brady1-1/+1
The new appc master image version has now moved to 1.4.0-SNAPSHOT-latest from 1.3.0-SNAPSHOT-latest Change-Id: Ia19e287a4f2b103c0a6e4e5356b263da190c0ef7 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-916
2018-05-07Update CCSDK image used by APPC CSITAaron Hay1-1/+1
Update APPC CSIT setup script to use the following CCSDK dgbuilder image: onap/ccsdk-dgbuilder-image:0.2-STAGING-latest Change-Id: I8f0d05105584f807fe35f48a56e1d520f0af5494 Issue-ID: INT-491 Signed-off-by: Aaron Hay <ah415j@att.com>
2018-04-30Update APPC CSIT to support CDTAaron Hay2-4/+8
Update setup.sh and teardown.sh to support CDT docker pull and tag operations. Change-Id: Ibe934b4901a3fb1a006029f11ea6a202063d9b96 Issue-ID: APPC-870 Signed-off-by: Aaron Hay <ah415j@att.com>
2018-04-20Update APPC CSIT Nitrogen ODL release supportAaron Hay1-1/+1
Change dgbuilder image location to remove SNAPSHOT. Change-Id: I5a17229f5ff551494ed6b1aefd39736b3d9b3f21 Issue-ID: APPC-851 Signed-off-by: Aaron Hay <ah415j@att.com>
2018-04-13Updating APPC CSIT for Nitrogen ODLAaron Hay3-19/+11
The use of -u karaf is no longer supported by the ODL client command version. The APIDOC credentials have been modified with the Nitrogen ODL version. Change-Id: I127a1db019b7fb92554045ebe1b4b8a0c562994c Issue-ID: APPC-851 Signed-off-by: Aaron Hay <ah415j@att.com>
2018-02-14Updating APPC CSIT bundle_checkAaron Hay1-1/+1
Enabling bundle_check for the Beijing release (master). Change-Id: I8b784f4740cd968d1d16978f366030d4c1c5842b Issue-ID: APPC-410 Signed-off-by: Aaron Hay <ah415j@att.com>
2018-01-16Updating APPC CSIT release supportAaron Hay7-240/+16
Updating docker image references for the current release (master) and the prior release (Amsterdam). Change-Id: I552c60ca9cc1c3f419bc11d84ccd895eb9623a0e Issue-ID: APPC-410 Signed-off-by: Aaron Hay <ah415j@att.com>
2018-01-15Updating APPC CSIT release supportAaron Hay9-5/+240
Updating docker image references for the current release (master) and the prior release (Amsterdam). Change-Id: I5bf45898c85695f82ecda8d418aa6a3786ddef14 Issue-ID: APPC-410 Signed-off-by: Aaron Hay <ah415j@att.com>
2017-11-14Updating APPC docker image sourceAaron Hay1-1/+1
Updating APPC docker image source from 1.1-STAGING-latest to 1.2-STAGING-latest. Change-Id: If08f83ab763dfe8925a02fdb22b7b8e51946b5d2 Issue-Id: APPC-314 Signed-off-by: Aaron Hay <ah415j@att.com>
2017-09-26Update bundle_query APPC CSIT test caseAaron Hay2-61/+15
Update bundle_query.sh and setup.sh to remove checks related to number of packages. Change-Id: I48c1b1c8438a7bbf2dece01c28261281cbe75490 Signed-off-by: Aaron Hay <ah415j@att.com> Issue-ID: APPC-234
2017-09-20Update APPC CSIT to support ccsdk changesAaron Hay4-23/+36
Update files below to properly do a health check on select test cases after the ccsdk changes that were recently put in to place. Change-Id: I7bb21e1db9c89828ac558dcacd97f77dff49f67c Signed-off-by: Aaron Hay <ah415j@att.com> Issue-Id: APPC-214
2017-09-12db_query health checkAaron Hay2-1/+71
Created db_query.sh which is executed by the test1.robot script to make sure the sdnctl and appcctl databases are in a healthy state. Change-Id: I90240db9f897e4fc86caf9975e18e208fe7e67ac Issue-ID: APPC-118 Signed-off-by: Aaron Hay <ah415j@att.com>
2017-08-24Added bundle_query.sh and health_check.sh files.Aaron Hay3-3/+107
Updated the test1.robot file to include the two tests cases related to the new shell scripts. Change-Id: Idca535d7b557bbb2e02006efab9867f60fd80d98 Issue-Id: APPC-115 Signed-off-by: Aaron Hay <ah415j@att.com>
2017-08-21APPC CSIT health check added.Aaron Hay3-0/+95
Change-Id: I215ab1454e9b1f051db4c070085f2941ce7104ec Issue-Id: APPC-111 Signed-off-by: Aaron Hay <ah415j@att.com>