Skip to content

Commit

Permalink
Fix the readme about the testsuite execution
Browse files Browse the repository at this point in the history
  • Loading branch information
Viliam Rockai committed Feb 17, 2015
1 parent 56cac1c commit 24cac54
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@ bower install
gulp
```

The service can be tested with the server. To run the actual testsuite you need to have hawkular-metrics server running
on localhost on port 8080. It must have a clean database (= no tenants, no metrics, ...). Once the server is up and
running execute:
The service can be tested with the server. To run the actual testsuite you need to have relevant (that means hawkular-metrics,
hawkular-inventory, ...) server running on localhost on port 8080. It must have a clean database (= no tenants, no metrics, ...).
Once the server is up and running, execute the relevant rest sub-target:

```shell
gulp rest
gulp rest:inventory
gulp rest:metric
```

to start the testsuite.

0 comments on commit 24cac54

Please sign in to comment.