aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dcaegen2/testcases/resources/vesc_enable_https_auth.sh
diff options
context:
space:
mode:
authorAleksandra Maciaga <aleksandra.maciaga@nokia.com>2019-11-06 15:14:11 +0100
committerAleksandra Maciaga <aleksandra.maciaga@nokia.com>2019-11-13 10:57:31 +0100
commitfd6c8fafba3be7a137787a01d6661d943c19c2c0 (patch)
tree1060299df44332a7a39b0bcba5a450b03bc2844b /tests/dcaegen2/testcases/resources/vesc_enable_https_auth.sh
parentbcffa602d210e05b1a77f4af7ee7c690762f1eae (diff)
Remove certOnly and basicAuth from authentication methods CSIT VES
Issue-ID: DCAEGEN2-1776 Signed-off-by: Aleksandra Maciaga <aleksandra.maciaga@nokia.com> Change-Id: I7e087f70d3458e8477b5cb35132b526bddbb7df2
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"