Remove obsolete tests from System.Net.Security (#624)
authorDavid Shulman <david.shulman@microsoft.com>
Fri, 6 Dec 2019 22:11:21 +0000 (14:11 -0800)
committerGitHub <noreply@github.com>
Fri, 6 Dec 2019 22:11:21 +0000 (14:11 -0800)
commit2ce9bd6f9b5f1b770747a15f5f80af11bb5620d9
treef2ee01904571280ac82896c319af4a456ed1083d
parent1924be9b263d1e416717166d952d3a3d16c963e1
Remove obsolete tests from System.Net.Security (#624)

These tests haven't been running nor even compiling for several years. The compilation
broke when CSPROJ changes were made regarding TargetsLinux vs. TargetsUnix.

The tests themselves required running in admin mode and made impactful changes on the
host machine (such as installing a KDC).

Now that enterprise scenario tests have been added with PR #463, these tests are no longer
needed. Much of these tests have already been incorporated into the new enterprise
tests.

Closes https://github.com/dotnet/corefx/issues/30150
Closes https://github.com/dotnet/corefx/issues/24707
src/libraries/System.Net.Security/tests/FunctionalTests/NegotiateStreamTest.Linux.cs [deleted file]
src/libraries/System.Net.Security/tests/FunctionalTests/System.Net.Security.Tests.csproj
src/libraries/System.Net.Security/tests/FunctionalTests/UnixGssFakeNegotiateStream.cs [deleted file]
src/libraries/System.Net.Security/tests/FunctionalTests/UnixGssFakeStreamFramer.cs [deleted file]
src/libraries/System.Net.Security/tests/Scripts/Unix/kdc.conf [deleted file]
src/libraries/System.Net.Security/tests/Scripts/Unix/kdc.conf.centos [deleted file]
src/libraries/System.Net.Security/tests/Scripts/Unix/kdc.conf.opensuse [deleted file]
src/libraries/System.Net.Security/tests/Scripts/Unix/kdc.conf.ubuntu [deleted file]
src/libraries/System.Net.Security/tests/Scripts/Unix/krb5.conf [deleted file]
src/libraries/System.Net.Security/tests/Scripts/Unix/setup-kdc.sh [deleted file]