Commit Graph

25 Commits

Author SHA1 Message Date
Praburaj c384fcc3c2 Deployment helpers moved to hosting repo. 2015-04-17 14:51:58 -07:00
Praburaj 94ff5f85f0 Skipping mono tests on both clr and coreclr. 2015-04-17 12:00:10 -07:00
Praburaj 9027ce0982 Fixing the RuntimeInformation enum change
Also changing casing for some of the enums.
2015-04-17 11:57:22 -07:00
Praburaj 9eca47b388 Changing all validators to async 2015-04-15 23:59:04 -07:00
Praburaj bea42ef0ca Making tests async 2015-04-15 23:21:44 -07:00
Praburaj 9c8fa0f3f9 Return HttpResponseMessage from RetryHelper 2015-04-15 23:15:12 -07:00
Praburaj 0823c5802c Cleanup. 2015-04-15 21:51:46 -07:00
Praburaj cae0d494a9 Moving some logging into the helpers 2015-04-15 21:37:15 -07:00
Praburaj edec7e9cce Changing the retry interval to 1 second with retry count = 60
Also exposing a host shutdown token to prevent retries after the process died.
2015-04-15 16:59:48 -07:00
Praburaj 29ef86fad3 Move deployment helpers out of the test project. 2015-04-14 15:46:42 -07:00
Praburaj aac9beb1fd Adding a coreclr variation of openidconnect 2015-04-06 13:56:44 -07:00
Praburaj 14889fe6eb Adding a trait for tests and some general refactoring 2015-03-26 17:08:38 -07:00
Praburaj b233a7ee25 Re-enabling coreclr based E2E tests 2015-03-24 17:30:29 -07:00
Praburaj 39fc5ebdc4 Making the tests robust
And some general cleanup
2015-03-11 14:48:34 -07:00
N. Taylor Mullen 58c8e44786 Update aspnet50/aspnetcore50 => dnx451/dnxcore50. 2015-03-08 12:51:38 -07:00
Brennan c230aa23e1 Logging API changes 2015-03-04 21:17:32 -08:00
Hao Kung 1df35b8e8b Reenable OpenId test 2015-03-03 15:51:18 -08:00
Hao Kung 14b99ebab1 Skip failing OpenId/NTLM tests to unblock build
https://github.com/aspnet/MusicStore/issues/412 to track
2015-03-02 18:39:20 -08:00
Praburaj 0e72888105 Making tests runnable on coreclr 2015-02-22 18:27:03 -08:00
Praburaj 2c881cf6a6 Adding verification for openIdconnect logout flow
As well removed the logic to wait for the creation of the db file in userprofile folder
as we now have retry logic.
2015-02-06 12:09:11 -08:00
Praburaj d78932d927 Using structure logging strings. 2015-02-04 17:29:04 -08:00
Praburaj b48c46ee7d Reenabling the open idconnect test
Bug # https://github.com/aspnet/Security/issues/144 is fixed.
Reenabling the test to run on CI.
2015-02-02 13:59:28 -08:00
Praburaj 7783c36856 Disabling the openIdc test to enable coherence
Seems like the External cookie is null though openidc successfully created the identity and tries to signin. Before this is investigated to unblock the build disabling the test.
2015-01-30 17:02:01 -08:00
Wei Wang 7da71fc5ee Fix Open ID test case 2015-01-29 18:35:12 -08:00
Praburaj e3637924ee Adding a basic smoke test for OpenIdConnect
Currently the mono variation is failing.
2015-01-26 17:03:34 -08:00