Skip to content

Commit af8af55

Browse files
committed
bf
1 parent 0e08525 commit af8af55

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

README.textile

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -181,27 +181,6 @@ We use maven to build the project. Some helpful maven commands:
181181
@mvn eclipse:eclipse@ _Create the eclipse projects_
182182
@mvn install@ _Builds everything, runs unit & integration tests, installs into your maven repo_
183183
@mvn install -Dmaven.test.skip=true@ _As above, but without running tests_
184-
@mvn test@ _Runs unit tests_
185-
@mvn verify@ _Runs integration tests_
186-
187-
h2. Integration Tests
188-
189-
The integration tests run against an OpenStack installation.
190-
It takes its configuration from the system properties.
191-
192-
Useful properties:
193-
194-
| Property | Default | Explanation |
195-
| openstack.debug | false | Set to true for lots of debug output |
196-
| openstack.auth.url | http://127.0.0.1:5000/v2.0 | Location of Keystone service |
197-
| openstack.auth.user | demo | Authentication info: username |
198-
| openstack.auth.secret | secret0 | Authentication info: password |
199-
| openstack.auth.tenant | demo | Authentication info: tenant |
200-
201-
The defaults should work with a local devstack installation. Otherwise do something like this:
202-
203-
@mvn verify -Dopenstack.auth.url=http://192.168.2.10:5000/v2.0@
204-
205184

206185
h1. License
207186

0 commit comments

Comments
 (0)