X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=README.md;fp=README.md;h=edd927eee9633336c6fd0467536c1491d3f94c11;hb=23735ebe8b295ea1c77730896cd61a89536b13b6;hp=ea2bdb4faee66077ed6df89d3df6eb8d6b2d5a6d;hpb=f1946a1e90036bb8a758b49f94ac4d3b40bae66e;p=pti%2Fo2.git diff --git a/README.md b/README.md index ea2bdb4..edd927e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,6 @@ docker-compose build ## Running the tests -Prerequisite: in case of testing against real ocloud, download openrc file from ocloud dashboard, e.g. admin_openrc.sh ```sh source ./admin_openrc.sh @@ -16,6 +15,15 @@ export |grep OS_USERNAME export |grep OS_PASSWORD docker-compose up -d docker-compose run --rm --no-deps --entrypoint=pytest api /tests/unit /tests/integration +``` + +## Running the tests with a O-Cloud + +Prerequisite: in case of testing against real ocloud, download openrc file from ocloud dashboard, e.g. + +```sh +admin_openrc.sh +docker-compose run --rm --no-deps --entrypoint=pytest api /tests/unit /tests/integration-ocloud ```