From 4d0a1d766e645046a9bcbe3c0dbeb59d82fd2fa3 Mon Sep 17 00:00:00 2001 From: Sirisha_Manchikanti Date: Tue, 8 Jun 2021 09:28:21 +0100 Subject: Add CSIT for clamp controlloop Add CSIT testcases, scripts and a seperate docker-compose file for integration testing between controlloop components, this involves integration between Mariadb, Dmaap, ControlLoop-Runtime, Policy-Participant, Policy-API and DCAE-Participant docker images. Issue-ID: POLICY-3217 Signed-off-by: Sirisha_Manchikanti Change-Id: Id7cb1451afc4331b4ed1ad1ac6c2528a747eaaa0 --- csit/config/db/db.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'csit/config/db') diff --git a/csit/config/db/db.sh b/csit/config/db/db.sh index a5c81296..e6cd5617 100755 --- a/csit/config/db/db.sh +++ b/csit/config/db/db.sh @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -for db in support onap_sdk log migration operationshistory10 pooling policyadmin operationshistory +for db in support onap_sdk log migration operationshistory10 pooling policyadmin operationshistory controlloop do mysql -uroot -p"${MYSQL_ROOT_PASSWORD}" --execute "CREATE DATABASE IF NOT EXISTS ${db};" mysql -uroot -p"${MYSQL_ROOT_PASSWORD}" --execute "GRANT ALL PRIVILEGES ON \`${db}\`.* TO '${MYSQL_USER}'@'%' ;" -- cgit 1.2.3-korg