Skip to content

Commit 9c0a7f3

Browse files
authored
doc: update README.rst (#276)
Fixed the location for integration tests and conftest.py
1 parent f00a3b1 commit 9c0a7f3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ Running integration tests require `Docker <https://www.docker.com/>`__ and `AWS
207207
credentials <https://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/setup-credentials.html>`__,
208208
as the integration tests make calls to a couple AWS services. The integration and functional
209209
tests require configurations specified within their respective
210-
`conftest.py <https://github.com/aws/sagemaker-tensorflow-containers/blob/master/test/integ/conftest.py>`__.
210+
`conftest.py <https://github.com/aws/sagemaker-tensorflow-containers/blob/master/test/integration/conftest.py>`__.Make sure to update the account-id and region at a minimum.
211211

212212
Integration tests on GPU require `Nvidia-Docker <https://github.com/NVIDIA/nvidia-docker>`__.
213213

@@ -222,18 +222,18 @@ If you want to run local integration tests, then use:
222222

223223
# Required arguments for integration tests are found in test/integ/conftest.py
224224

225-
pytest test/integ --docker-base-name <your_docker_image> \
226-
--tag <your_docker_image_tag> \
227-
--framework-version <tensorflow_version> \
228-
--processor <cpu_or_gpu>
225+
pytest test/integration --docker-base-name <your_docker_image> \
226+
--tag <your_docker_image_tag> \
227+
--framework-version <tensorflow_version> \
228+
--processor <cpu_or_gpu>
229229

230230
::
231231

232232
# Example
233-
pytest test/integ --docker-base-name preprod-tensorflow \
234-
--tag 1.0 \
235-
--framework-version 1.4.1 \
236-
--processor cpu
233+
pytest test/integration --docker-base-name preprod-tensorflow \
234+
--tag 1.0 \
235+
--framework-version 1.4.1 \
236+
--processor cpu
237237

238238
Functional Tests
239239
~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)