Script copying SDKs to testhost folder so they can be loaded into stress test contain...
authorAlexander Nikolaev <55398552+alnikola@users.noreply.github.com>
Fri, 31 Jan 2020 14:53:37 +0000 (15:53 +0100)
committerGitHub <noreply@github.com>
Fri, 31 Jan 2020 14:53:37 +0000 (15:53 +0100)
commit0713a2448353baebf40349bb2cc77d67baf84dc5
tree3f2ebdbfee7c8864728adc306e1838bb173e4521
parentc59ac5805fe66672907c5c9fde56a931865fffe8
Script copying SDKs to testhost folder so they can be loaded into stress test containers (#19178)

System.Net.Http stress test infra can build test containers from a local runtime build, however it currently fails on startup due to missing SDKs. This PR adds script which can be run before running the main run-docker-compose.ps1 to copy SDKs to testhost folder, so container building logic can find them.
src/libraries/System.Net.Http/tests/StressTests/HttpStress/StressClient.cs
src/libraries/System.Net.Http/tests/StressTests/HttpStress/load-corefx-testhost.ps1 [new file with mode: 0644]