Skip to content
Snippets Groups Projects
Verified Commit 7fa94056 authored by micah's avatar micah :speech_balloon:
Browse files

add a check to see what version of soledad is installed

parent a2959d86
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -235,6 +235,7 @@ upgrade_test() { ...@@ -235,6 +235,7 @@ upgrade_test() {
LEAP_CMD --version LEAP_CMD --version
build_from_scratch 'couchdb,soledad,mx,webapp,tor,monitor' build_from_scratch 'couchdb,soledad,mx,webapp,tor,monitor'
deploy deploy
LEAP_CMD run 'dpkg -l |grep soledad' vm
test test
# Checkout HEAD of current branch and re-deploy # Checkout HEAD of current branch and re-deploy
...@@ -256,6 +257,7 @@ upgrade_test() { ...@@ -256,6 +257,7 @@ upgrade_test() {
# with jq to be set to the full correct list of services # with jq to be set to the full correct list of services
jq '.services = ["couchdb","soledad","mx","webapp","tor_relay","monitor"]' < nodes/${NAME}.json jq '.services = ["couchdb","soledad","mx","webapp","tor_relay","monitor"]' < nodes/${NAME}.json
deploy deploy
LEAP_CMD run 'dpkg -l |grep soledad' vm
# pre-migration test # pre-migration test
test test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment