Remove certOnly and basicAuth from authentication methods CSIT VES
[integration/csit.git] / tests / dcaegen2 / testcases / resources / vesc_enable_https_auth.sh
index 0755f07..29700bc 100755 (executable)
 # 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"