aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dcaegen2/testcases/resources/vesc_enable_https_auth.sh
diff options
context:
space:
mode:
authorMariusz Wagner <mariusz.wagner@nokia.com>2019-12-05 09:33:20 +0000
committerGerrit Code Review <gerrit@onap.org>2019-12-05 09:33:20 +0000
commit36664a23ede6aeddfb74d01543ea53d71d685181 (patch)
treed4f7f42cd107c43f3287d9710f589bddaed2cc6e /tests/dcaegen2/testcases/resources/vesc_enable_https_auth.sh
parent49bb0d3059539a10fbf4b3a7345b71a814187f49 (diff)
parentfd6c8fafba3be7a137787a01d6661d943c19c2c0 (diff)
Merge "Remove certOnly and basicAuth from authentication methods CSIT VES"
Diffstat (limited to 'tests/dcaegen2/testcases/resources/vesc_enable_https_auth.sh')
-rwxr-xr-xtests/dcaegen2/testcases/resources/vesc_enable_https_auth.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/dcaegen2/testcases/resources/vesc_enable_https_auth.sh b/tests/dcaegen2/testcases/resources/vesc_enable_https_auth.sh
index 0755f077..29700bc5 100755
--- a/tests/dcaegen2/testcases/resources/vesc_enable_https_auth.sh
+++ b/tests/dcaegen2/testcases/resources/vesc_enable_https_auth.sh
@@ -14,10 +14,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-docker exec -it vesc /opt/app/VESCollector/bin/VESrestfulCollector.sh stop
-sleep 2
+docker exec vesc /opt/app/VESCollector/bin/appController.sh stop
+sleep 2
docker cp ${WORKSPACE}/tests/dcaegen2/testcases/resources/collector.properties vesc:/opt/app/VESCollector/etc
-sleep 10
-docker exec -id vesc /opt/app/VESCollector/bin/VESrestfulCollector.sh start
+sleep 10
+docker exec vesc /opt/app/VESCollector/bin/appController.sh start
sleep 5
-echo "VES Collector Restarted"
+echo "VES Collector Restarted with certBasicAuth"