Add dms handler
[pti/o2.git] / README.md
index edd927e..1612e8e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,5 +1,15 @@
 ## Building containers\r
 \r
+To accommodate the git repo access issue, the cgts-client and distributed client are\r
+cloned into temp before docker building\r
+\r
+```sh\r
+mkdir -p temp\r
+cd temp\r
+git clone https://opendev.org/starlingx/config.git\r
+git clone https://opendev.org/starlingx/distcloud-client.git\r
+cd -\r
+```\r
 \r
 ```sh\r
 docker-compose build\r
@@ -25,6 +35,8 @@ Prerequisite: in case of testing against real ocloud, download openrc file from
 admin_openrc.sh\r
 docker-compose run --rm --no-deps --entrypoint=pytest api /tests/unit /tests/integration-ocloud\r
 \r
+docker-compose run --rm --no-deps --entrypoint=pytest api /tests/integration-ocloud --log-level=DEBUG --log-file=/test\r
+s/debug.log\r
 ```\r
 \r
 ## Tear down containers\r