From f9d90c8fcfcc54c27cadf5681f171e22d3f9e279 Mon Sep 17 00:00:00 2001 From: Rakshith Bhyravabhotla Date: Wed, 17 Nov 2021 11:32:17 -0800 Subject: [PATCH 1/2] Update test_proxy_migration_guide.md --- doc/dev/test_proxy_migration_guide.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/dev/test_proxy_migration_guide.md b/doc/dev/test_proxy_migration_guide.md index d33d27911096..cdae57746e13 100644 --- a/doc/dev/test_proxy_migration_guide.md +++ b/doc/dev/test_proxy_migration_guide.md @@ -135,6 +135,10 @@ made to `https://fakeendpoint-secondary.table.core.windows.net`, and URIs will a For more details about sanitizers and their options, please refer to [devtools_testutils/sanitizers.py][py_sanitizers]. +### Enabling Testproxy on the CI + +To enable test proxy on the CI, you need to set the parameter `TestProxy: true` on ci.yml and on tests.yml are present in the service level folder. + ### Record test variables To run recorded tests successfully when there's an element of non-secret randomness to them, the test proxy provides a From 71ae9d1d277bc9079493ac74472a306cbd4bf8e8 Mon Sep 17 00:00:00 2001 From: Rakshith Bhyravabhotla Date: Wed, 17 Nov 2021 11:39:59 -0800 Subject: [PATCH 2/2] Update doc/dev/test_proxy_migration_guide.md Co-authored-by: Scott Beddall <45376673+scbedd@users.noreply.github.com> --- doc/dev/test_proxy_migration_guide.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/dev/test_proxy_migration_guide.md b/doc/dev/test_proxy_migration_guide.md index cdae57746e13..bb92be88eb38 100644 --- a/doc/dev/test_proxy_migration_guide.md +++ b/doc/dev/test_proxy_migration_guide.md @@ -139,6 +139,7 @@ For more details about sanitizers and their options, please refer to [devtools_t To enable test proxy on the CI, you need to set the parameter `TestProxy: true` on ci.yml and on tests.yml are present in the service level folder. +![image](https://user-images.githubusercontent.com/45376673/142270668-5be58bca-87e5-45f5-b593-44f8b1f757bc.png) ### Record test variables To run recorded tests successfully when there's an element of non-secret randomness to them, the test proxy provides a