Add wrcp aio client test with real ocloud
[pti/o2.git] / README.md
index e4c75d9..ea2bdb4 100644 (file)
--- a/README.md
+++ b/README.md
@@ -7,9 +7,16 @@ docker-compose build
 \r
 ## Running the tests\r
 \r
+Prerequisite: in case of testing against real ocloud, download openrc file from ocloud dashboard, e.g. admin_openrc.sh\r
+\r
 ```sh\r
+source ./admin_openrc.sh\r
+export |grep OS_AUTH_URL\r
+export |grep OS_USERNAME\r
+export |grep OS_PASSWORD\r
 docker-compose up -d\r
 docker-compose run --rm --no-deps --entrypoint=pytest api /tests/unit /tests/integration\r
+\r
 ```\r
 \r
 ## Tear down containers\r