Skip to content

Commit

Permalink
Merge pull request #2806 from StephenBonikowsky/stebon/2.1.0/ActiveIs…
Browse files Browse the repository at this point in the history
…sueTests

Port of pull request #2796 from Master to 2.1.0
  • Loading branch information
StephenBonikowsky authored Apr 30, 2018
2 parents 4b0bcfa + 9b9cd5b commit 53bbb06
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public partial class CustomBindingTests : ConditionalWcfTest
// Tcp: Client and Server bindings setup exactly the same using default settings.
[WcfFact]
[Condition(nameof(Root_Certificate_Installed), nameof(Client_Certificate_Installed))]
[Issue(2561, OS = OSID.SLES_12)] // Active Issue - needs investigation
[OuterLoop]
public static void DefaultSettings_Tcp_Binary_Echo_RoundTrips_String()
{
Expand Down Expand Up @@ -56,6 +57,7 @@ public static void DefaultSettings_Tcp_Binary_Echo_RoundTrips_String()
[WcfFact]
[Condition(nameof(Root_Certificate_Installed),
nameof(SSL_Available))]
[Issue(2561, OS = OSID.SLES_12)] // Active Issue - needs investigation
[OuterLoop]
public static void DefaultSettings_Https_Text_Echo_RoundTrips_String()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ public class Binding_Http_NetHttpsBindingTests : ConditionalWcfTest
[WcfFact]
[Condition(nameof(Root_Certificate_Installed),
nameof(SSL_Available))]
[Issue(2561, OS = OSID.SLES_12)] // Active Issue - needs investigation
[OuterLoop]
public static void DefaultCtor_NetHttps_Echo_RoundTrips_String()
{
Expand Down Expand Up @@ -78,6 +79,7 @@ public static void TransportWithMessageCredential_NotSupported_NetHttps()
[WcfFact]
[Condition(nameof(Root_Certificate_Installed),
nameof(SSL_Available))]
[Issue(2561, OS = OSID.SLES_12)] // Active Issue - needs investigation
[OuterLoop]
public static void NonDefaultCtor_NetHttps_Echo_RoundTrips_String()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public partial class DuplexChannelShapeTests : ConditionalWcfTest
[WcfFact]
[Condition(nameof(Root_Certificate_Installed))]
[Issue(1438, OS = OSID.Windows_7)]
[Issue(2561, OS = OSID.SLES_12)] // Active Issue - needs investigation
[OuterLoop]
public static void IDuplexSessionChannel_Https_NetHttpsBinding()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ public partial class RequestReplyChannelShapeTests : ConditionalWcfTest
[WcfFact]
[Condition(nameof(Root_Certificate_Installed),
nameof(SSL_Available))]
[Issue(2561, OS = OSID.SLES_12)] // Active Issue - needs investigation
[OuterLoop]
public static void IRequestChannel_Https_NetHttpsBinding()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ public static void WebSocket_Http_Duplex_BinaryStreamed()
[Condition(nameof(Root_Certificate_Installed))]
[Issue(526, Framework = FrameworkID.NetNative)]
[Issue(1438, OS = OSID.Windows_7)] // not supported on Win7
[Issue(2561, OS = OSID.SLES_12)] // Active Issue - needs investigation
[OuterLoop]
public static void WebSocket_Https_Duplex_BinaryStreamed()
{
Expand Down Expand Up @@ -645,6 +646,7 @@ public static void WebSocket_WSScheme_WSTransportUsageAlways_DuplexCallback_Guid
[Condition(nameof(Root_Certificate_Installed))]
[Issue(526, Framework = FrameworkID.NetNative)]
[Issue(1438, OS = OSID.Windows_7)] // not supported on Win7
[Issue(2561, OS = OSID.SLES_12)] // Active Issue - needs investigation
[OuterLoop]
public static void WebSocket_Https_RequestReply_BinaryBuffered()
{
Expand Down Expand Up @@ -698,6 +700,7 @@ public static void WebSocket_Https_RequestReply_BinaryBuffered()
[Condition(nameof(Root_Certificate_Installed))]
[Issue(526, Framework = FrameworkID.NetNative)]
[Issue(1438, OS = OSID.Windows_7)] // not supported on Win7
[Issue(2561, OS = OSID.SLES_12)] // Active Issue - needs investigation
[OuterLoop]
public static void WebSocket_Https_RequestReply_TextBuffered_KeepAlive()
{
Expand Down Expand Up @@ -753,6 +756,7 @@ public static void WebSocket_Https_RequestReply_TextBuffered_KeepAlive()
[Condition(nameof(Root_Certificate_Installed))]
[Issue(526, Framework = FrameworkID.NetNative)]
[Issue(1438, OS = OSID.Windows_7)] // not supported on Win7
[Issue(2561, OS = OSID.SLES_12)] // Active Issue - needs investigation
[OuterLoop]
public static void WebSocket_Https_Duplex_BinaryBuffered()
{
Expand Down Expand Up @@ -821,6 +825,7 @@ public static void WebSocket_Https_Duplex_BinaryBuffered()
[Condition(nameof(Root_Certificate_Installed))]
[Issue(526, Framework = FrameworkID.NetNative)]
[Issue(1438, OS = OSID.Windows_7)] // not supported on Win7
[Issue(2561, OS = OSID.SLES_12)] // Active Issue - needs investigation
[OuterLoop]
public static void WebSocket_Https_Duplex_TextBuffered_KeepAlive()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ static Https_ClientCredentialTypeTests()

[WcfFact]
[Condition(nameof(Root_Certificate_Installed))]
[Issue(2561, OS = OSID.SLES_12)] // Active Issue - needs investigation
[OuterLoop]
public static void BasicAuthentication_RoundTrips_Echo()
{
Expand Down Expand Up @@ -94,6 +95,7 @@ public static void BasicAuthentication_RoundTrips_Echo()

[WcfFact]
[Condition(nameof(Root_Certificate_Installed))]
[Issue(2561, OS = OSID.SLES_12)] // Active Issue - needs investigation
[OuterLoop]
public static void BasicAuthenticationInvalidPwd_throw_MessageSecurityException()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public partial class HttpsTests : ConditionalWcfTest
[OuterLoop]
[Condition(nameof(Root_Certificate_Installed),
nameof(SSL_Available))]
[Issue(2561, OS = OSID.SLES_12)] // Active Issue - needs investigation
public static void CrossBinding_Soap11_EchoString()
{
string variationDetails = "Client:: CustomBinding/MessageVersion=Soap11\nServer:: BasicHttpsBinding/DefaultValues";
Expand Down Expand Up @@ -58,6 +59,7 @@ public static void CrossBinding_Soap11_EchoString()
[WcfFact]
[Condition(nameof(Root_Certificate_Installed),
nameof(SSL_Available))]
[Issue(2561, OS = OSID.SLES_12)] // Active Issue - needs investigation
[OuterLoop]
public static void SameBinding_DefaultSettings_EchoString()
{
Expand Down Expand Up @@ -96,6 +98,7 @@ public static void SameBinding_DefaultSettings_EchoString()
[WcfFact]
[Condition(nameof(Root_Certificate_Installed),
nameof(SSL_Available))]
[Issue(2561, OS = OSID.SLES_12)] // Active Issue - needs investigation
[OuterLoop]
public static void SameBinding_Soap11_EchoString()
{
Expand Down Expand Up @@ -134,6 +137,7 @@ public static void SameBinding_Soap11_EchoString()
[WcfFact]
[Condition(nameof(Root_Certificate_Installed),
nameof(SSL_Available))]
[Issue(2561, OS = OSID.SLES_12)] // Active Issue - needs investigation
[OuterLoop]
public static void SameBinding_Soap12_EchoString()
{
Expand Down Expand Up @@ -271,6 +275,7 @@ public static void ClientCertificate_EchoString()
nameof(Client_Certificate_Installed),
nameof(Server_Accepts_Certificates),
nameof(SSL_Available))]
[Issue(2561, OS = OSID.SLES_12)] // Active Issue - needs investigation
[OuterLoop]
public static void HttpExpect100Continue_ClientCertificate_True()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ public static void Certificate_With_CanonicalName_DomainName_Address_EchoString(

[WcfFact]
[Condition(nameof(Root_Certificate_Installed))]
[Issue(2561, OS = OSID.SLES_12)] // Active Issue - needs investigation
[OuterLoop]
public static void Certificate_With_CanonicalName_Fqdn_Address_EchoString()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ public static void TcpClientCredentialType_Certificate_CustomValidator_EchoStrin

[WcfFact]
[Condition(nameof(Root_Certificate_Installed))]
[Issue(2561, OS = OSID.SLES_12)] // Active Issue - needs investigation
[OuterLoop]
public static void TcpClientCredentialType_None_With_ServerAltName_EchoString()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ public static void NetTcp_SecModeTrans_CertValMode_PeerTrust_Fails_Not_In_Truste
[Condition(nameof(Root_Certificate_Installed),
nameof(Client_Certificate_Installed),
nameof(SSL_Available))]
[Issue(2561, OS = OSID.SLES_12)] // Active Issue - needs investigation
[OuterLoop]
// Asking for PeerOrChainTrust should succeed if the certificate is
// chain-trusted, even though it is not in the TrustedPeople store.
Expand Down Expand Up @@ -172,6 +173,7 @@ public static void NetTcp_SecModeTrans_CertValMode_PeerOrChainTrust_Succeeds_Cha
[Condition(nameof(Root_Certificate_Installed),
nameof(Client_Certificate_Installed),
nameof(SSL_Available))]
[Issue(2561, OS = OSID.SLES_12)] // Active Issue - needs investigation
[OuterLoop]
// Asking for ChainTrust only should succeed if the certificate is
// chain-trusted.
Expand Down Expand Up @@ -219,6 +221,7 @@ public static void NetTcp_SecModeTrans_CertValMode_ChainTrust_Succeeds_ChainTrus
[Condition(nameof(Root_Certificate_Installed),
nameof(Client_Certificate_Installed),
nameof(SSL_Available))]
[Issue(2561, OS = OSID.SLES_12)] // Active Issue - needs investigation
[OuterLoop]
// Asking for ChainTrust only should succeed if the certificate is
// chain-trusted.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public partial class IdentityTests : ConditionalWcfTest
{
[WcfFact]
[Condition(nameof(Root_Certificate_Installed), nameof(Client_Certificate_Installed))]
[Issue(2561, OS = OSID.SLES_12)] // Active Issue - needs investigation
[OuterLoop]
// The product code will check the Dns identity from the server and throw if it does not match what is specified in DnsEndpointIdentity
public static void VerifyServiceIdentityMatchDnsEndpointIdentity()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public partial class IdentityTests : ConditionalWcfTest
{
[WcfFact]
[Condition(nameof(Root_Certificate_Installed), nameof(Client_Certificate_Installed))]
[Issue(2561, OS = OSID.SLES_12)] // Active Issue - needs investigation
[OuterLoop]
// Verify product throws MessageSecurityException when the Dns identity from the server does not match the expectation
public static void ServiceIdentityNotMatch_Throw_MessageSecurityException()
Expand Down

0 comments on commit 53bbb06

Please sign in to comment.