Skip to content

Commit c9e7b4b

Browse files
authored
doc: Update README.rst (#381)
1 parent 5f87cae commit c9e7b4b

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
@@ -141,41 +141,7 @@ If you want to run local integration tests, then use:
141141
Functional Tests
142142
~~~~~~~~~~~~~~~~
143143

144-
Functional tests require your Docker image to be within an `Amazon ECR repository <https://docs
145-
.aws.amazon.com/AmazonECS/latest/developerguide/ECS_Console_Repositories.html>`__.
146-
147-
The Docker-base-name is your `ECR repository namespace <https://docs.aws.amazon
148-
.com/AmazonECR/latest/userguide/Repositories.html>`__.
149-
150-
The instance-type is your specified `Amazon SageMaker Instance Type
151-
<https://aws.amazon.com/sagemaker/pricing/instance-types/>`__ that the functional test will run on.
152-
153-
154-
Before running functional tests:
155-
156-
#. Build your Docker image.
157-
#. Push the image to your ECR repository.
158-
#. Pass in the correct pytest arguments to run tests on SageMaker against the image within your ECR repository.
159-
160-
If you want to run a functional end to end test on `Amazon
161-
SageMaker <https://aws.amazon.com/sagemaker/>`__, then use:
162-
163-
::
164-
165-
# Required arguments for integration tests are found in test/functional/conftest.py
166-
167-
pytest test/functional --aws-id <your_aws_id> \
168-
--docker-base-name <your_docker_image> \
169-
--instance-type <amazon_sagemaker_instance_type> \
170-
--tag <your_docker_image_tag> \
171-
172-
::
173-
174-
# Example
175-
pytest test/functional --aws-id 12345678910 \
176-
--docker-base-name preprod-tensorflow \
177-
--instance-type ml.m4.xlarge \
178-
--tag 1.0
144+
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>`__.
179145

180146
Contributing
181147
------------

0 commit comments

Comments
 (0)