Skip to content

Commit 447e935

Browse files
committed
Update instructions for running integration tests
1 parent b4f69a5 commit 447e935

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The openstack.net SDK contains:
1717

1818
We welcome and encourage contributions from the developer community. For an overview of the contribution process,
1919
including an explanation of our issue labels and common emoji used in discussions, please see
20-
[CONTRIBUTING.md](CONTRIBUTING.md).
20+
[CONTRIBUTING](CONTRIBUTING.md).
2121

2222
## Building from Source
2323

@@ -47,14 +47,16 @@ build.cmd /Configuration Release
4747
build.cmd Package /Configuration Release
4848
```
4949

50-
See the [Documentation README](src/Documentation/README.md) if you would like to build the Sandcastle documentation which is published to http://openstacknetsdk.org/docs.
50+
See the [Documentation README](src/Documentation/README.md) if you would like to build the Sandcastle documentation which is published to http://docs.openstacknetsdk.org.
5151

5252
### Integration Tests
53-
You must have a real account (e.g. on Rackspace) in order to run the integration tests. The tests look for your credentials in environment variables, OPENSTACKNET_USER and OPENSTACKNET_APIKEY. After you have set the environment variables you will need to log out then log back in.
53+
You must have an OpenStack environment to test against in order to run the integration tests. We use the [all-in-one OpenStack Ansible Deployment](https://github.com/stackforge/os-ansible-deployment/blob/master/development-stack.rst) to set everything up on a single server. The tests look for the identity endpoint and credentials in environment variables: OPENSTACKNET_USER, OPENSTACKNET_PASSWORD, OPENSTACKNET_PROJECT and OPENSTACKNET_IDENTITY_URL. After you have set the environment variables you will need to log out then log back in.
5454

5555
```batchfile
5656
setx OPENSTACKNET_USER secretusername
57-
setx OPENSTACKNET_APIKEY secretapikey
57+
setx OPENSTACKNET_PASSWORD secretpassword
58+
setx OPENSTACKNET_PROJECT projectname
59+
setx OPENSTACKNET_IDENTITY_URL http://localhost:5000/v2.0
5860
```
5961

6062
#### This is not an official OpenStack project

0 commit comments

Comments
 (0)