You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by sa...@apache.org on 2015/05/15 07:28:49 UTC

stratos git commit: Updated readme with python agent test pre requisites

Repository: stratos
Updated Branches:
  refs/heads/master 50581a8a2 -> 4de6b0285


Updated readme with python agent test pre requisites


Project: http://git-wip-us.apache.org/repos/asf/stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/4de6b028
Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/4de6b028
Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/4de6b028

Branch: refs/heads/master
Commit: 4de6b0285b3f5da9b691349a07161ffa794b3987
Parents: 50581a8
Author: sajhak <sa...@gmail.com>
Authored: Fri May 15 10:56:35 2015 +0530
Committer: sajhak <sa...@gmail.com>
Committed: Fri May 15 10:58:03 2015 +0530

----------------------------------------------------------------------
 .../org.apache.stratos.python.cartridge.agent/README.md  | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/4de6b028/components/org.apache.stratos.python.cartridge.agent/README.md
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.python.cartridge.agent/README.md b/components/org.apache.stratos.python.cartridge.agent/README.md
index 97ff10e..6403a40 100644
--- a/components/org.apache.stratos.python.cartridge.agent/README.md
+++ b/components/org.apache.stratos.python.cartridge.agent/README.md
@@ -7,8 +7,11 @@ logic required for configuring the server.
 
 How to run Live Tests
 ---------------------
+1. Install following packages
 
-1. Install dependent python modules:
+   apt-get install -y git python python-pip python-dev gcc zip 
+
+2. Install dependent python modules:
    ```
    pip install paho-mqtt
    pip install psutil
@@ -17,12 +20,12 @@ How to run Live Tests
    pip install gitpython
    ```
 
-2. Start ActiveMQ:
+3. Start ActiveMQ:
    ```
    <activemq-home>/bin/activemq start
    ```
 
-3. Run python cartridge agent live tests:
+4. Run python cartridge agent live tests:
    ```
    mvn clean install -Plive
-   ```
\ No newline at end of file
+   ```