EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 7c53bfdc authored by Fabian Schindler's avatar Fabian Schindler
Browse files

Cleanup

parent 9070eab9
No related branches found
No related tags found
No related merge requests found
......@@ -15,4 +15,4 @@ python3 /registrar.py \
--redis-registered-set-key ${REDIS_REGISTERED_SET_KEY} \
--reporting-dir ${REPORTING_DIR} \
--service-url ${SERVICE_URL} \
${replace} >&2
${replace} >&2
......@@ -3,11 +3,6 @@ product_list_file=$1
docker exec -i $(docker ps -qf "name=emg-pvs_registrar") python3 /var/www/pvs/dev/pvs_instance/manage.py storage create pvs_testing pvs_testing --type swift --storage-auth auth-cloud-ovh
IFS=","
sleep 20
docker service logs emg-pvs_registrar
while read product; do
docker exec -i $(docker ps -qf "name=emg-pvs_registrar") \
python3 /registrar.py \
......@@ -37,4 +32,4 @@ pytest #-s registrar_test.py --name $product_list_file
while read product; do
IFS='/' read -ra ADDR <<< "$product"
rm ${ADDR[4]}.xml
done < $product_list_file
\ No newline at end of file
done < $product_list_file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment