summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/client/user-guide.md4
-rw-r--r--docs/test/release_tests15
2 files changed, 17 insertions, 2 deletions
diff --git a/docs/client/user-guide.md b/docs/client/user-guide.md
index 2e19b68..bfcb3b8 100644
--- a/docs/client/user-guide.md
+++ b/docs/client/user-guide.md
@@ -8,11 +8,11 @@ Note: currently, this does not completely work. See [testing](testing)
You can get the code from LEAP public git repository
- git clone git://leap.se/leap_client
+ git clone https://leap.se/git/leap_client
Or from the github mirror
- git clone git://github.com/leapcode/leap_client.git
+ git clone https://github.com/leapcode/leap_client.git
Once you have grabbed a copy of the sources, you can install it into your site-packages easily
diff --git a/docs/test/release_tests b/docs/test/release_tests
new file mode 100644
index 0000000..58c60fb
--- /dev/null
+++ b/docs/test/release_tests
@@ -0,0 +1,15 @@
+what to test before a release
+=============================
+
+deployment tests
+----------------
+deployment to PC
+deployment to KVM
+deployment to vagrant
+deployment of everything to one node
+
+post deployment tests
+---------------------
+webapp works? create a user? login as that user?
+client works with the above user?
+check firewall ports?