Commit dead8421 authored by Ignacio Corderi's avatar Ignacio Corderi
Browse files

Changed tests description

parent 4f81e343
Loading
Loading
Loading
Loading
+15 −4
Original line number Diff line number Diff line
@@ -9,15 +9,26 @@ Initial Setup
    git submodule init
    git submodule update

Installing from Source
======================

    python setup.py develop

Running Tests
=============
The tests need a Kinetic device to run. You can use the simulator available at https://github.com/Seagate/kinetic-java.
To configure the test environment:

    python test/
    export KINETIC_HOST=192.168.0.20
    export KINETIC_PORT=8123

Installing from Source
======================
Optionally you can point the tests to the simulator jar:

    python setup.py develop
    export KINETIC_JAR=kinetic-simulator-<currentversion>-jar-with-dependencies.jar

Then to run the tests:

    python test/

Getting Started with Client API
========================