diff options
author | efiacor <fiachra.corcoran@est.tech> | 2021-07-16 14:49:14 +0100 |
---|---|---|
committer | efiacor <fiachra.corcoran@est.tech> | 2021-07-16 14:49:42 +0100 |
commit | d73829d6083d7d31bd780cfbc086476ae0da8bb0 (patch) | |
tree | dc4154fea9d6d259ab95078e239f8243793b4d5c /csit/plans/dmaap-datarouter/ssl-dr-suite | |
parent | 7a68193618045642b989a1d60168c5d0bb626749 (diff) |
[DMAAP-DR] Migrate csit suite to the repo
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: I284f6b235ef3bf3cd2685da488d89f41fcba1ea7
Issue-ID: DMAAP-1636
Diffstat (limited to 'csit/plans/dmaap-datarouter/ssl-dr-suite')
-rwxr-xr-x | csit/plans/dmaap-datarouter/ssl-dr-suite/setup.sh | 25 | ||||
-rwxr-xr-x | csit/plans/dmaap-datarouter/ssl-dr-suite/teardown.sh | 21 | ||||
-rwxr-xr-x | csit/plans/dmaap-datarouter/ssl-dr-suite/testplan.txt | 2 |
3 files changed, 48 insertions, 0 deletions
diff --git a/csit/plans/dmaap-datarouter/ssl-dr-suite/setup.sh b/csit/plans/dmaap-datarouter/ssl-dr-suite/setup.sh new file mode 100755 index 00000000..53b4387c --- /dev/null +++ b/csit/plans/dmaap-datarouter/ssl-dr-suite/setup.sh @@ -0,0 +1,25 @@ +#!/bin/bash +# ============LICENSE_START=================================================== +# Copyright (C) 2019-2021 Nordix Foundation. +# ============================================================================ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +# SPDX-License-Identifier: Apache-2.0 +# ============LICENSE_END===================================================== + +source ${WORKSPACE}/scripts/dmaap-datarouter/datarouter-launch.sh +# Launch DR. If true is passed, 2 subscriber containers are also deployed, else false. +dmaap_dr_launch true +cd ${WORKSPACE}/scripts/dmaap-datarouter/robot_ssl +# Add the root CA to robot framework. This is then removed on teardown. +python -c 'import update_ca; update_ca.add_onap_ca_cert()'
\ No newline at end of file diff --git a/csit/plans/dmaap-datarouter/ssl-dr-suite/teardown.sh b/csit/plans/dmaap-datarouter/ssl-dr-suite/teardown.sh new file mode 100755 index 00000000..536863bc --- /dev/null +++ b/csit/plans/dmaap-datarouter/ssl-dr-suite/teardown.sh @@ -0,0 +1,21 @@ +#!/bin/bash +# ============LICENSE_START=================================================== +# Copyright (C) 2019-2021 Nordix Foundation. +# ============================================================================ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +# SPDX-License-Identifier: Apache-2.0 +# ============LICENSE_END===================================================== + +source ${WORKSPACE}/scripts/dmaap-datarouter/datarouter-teardown.sh +teardown_dmaap_dr
\ No newline at end of file diff --git a/csit/plans/dmaap-datarouter/ssl-dr-suite/testplan.txt b/csit/plans/dmaap-datarouter/ssl-dr-suite/testplan.txt new file mode 100755 index 00000000..5d32c668 --- /dev/null +++ b/csit/plans/dmaap-datarouter/ssl-dr-suite/testplan.txt @@ -0,0 +1,2 @@ +# Place the suites in run order. +dmaap-datarouter/ssl-dr-suite |