Skip to content

Commit 162b41e

Browse files
doc: remove functional test info from branch (#380)
Co-authored-by: Nadia Yakimakha <32335935+nadiaya@users.noreply.github.com>
1 parent b797f92 commit 162b41e

File tree

1 file changed

+1
-35
lines changed

1 file changed

+1
-35
lines changed

README.rst

Lines changed: 1 addition & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -238,41 +238,7 @@ If you want to run local integration tests, then use:
238238
Functional Tests
239239
~~~~~~~~~~~~~~~~
240240

241-
Functional tests require your Docker image to be within an `Amazon ECR repository <https://docs
242-
.aws.amazon.com/AmazonECS/latest/developerguide/ECS_Console_Repositories.html>`__.
243-
244-
The Docker-base-name is your `ECR repository namespace <https://docs.aws.amazon
245-
.com/AmazonECR/latest/userguide/Repositories.html>`__.
246-
247-
The instance-type is your specified `Amazon SageMaker Instance Type
248-
<https://aws.amazon.com/sagemaker/pricing/instance-types/>`__ that the functional test will run on.
249-
250-
251-
Before running functional tests:
252-
253-
#. Build your Docker image.
254-
#. Push the image to your ECR repository.
255-
#. Pass in the correct pytest arguments to run tests on SageMaker against the image within your ECR repository.
256-
257-
If you want to run a functional end to end test on `Amazon
258-
SageMaker <https://aws.amazon.com/sagemaker/>`__, then use:
259-
260-
::
261-
262-
# Required arguments for integration tests are found in test/functional/conftest.py
263-
264-
pytest test/functional --aws-id <your_aws_id> \
265-
--docker-base-name <your_docker_image> \
266-
--instance-type <amazon_sagemaker_instance_type> \
267-
--tag <your_docker_image_tag> \
268-
269-
::
270-
271-
# Example
272-
pytest test/functional --aws-id 12345678910 \
273-
--docker-base-name preprod-tensorflow \
274-
--instance-type ml.m4.xlarge \
275-
--tag 1.0
241+
Functional tests are removed from the current branch, please see them in older branch `r1.0 <https://github.com/aws/sagemaker-tensorflow-container/tree/r1.0#functional-tests>`__.
276242

277243
Contributing
278244
------------

0 commit comments

Comments
 (0)