xamarin-macios/tests/xharness
Manuel de la Pena 34362be245
[Harness] Add an extra index that will use full uris. (#8889)
Vsdrops does not support serving a static html. Therefore we need to use
full uris that will be used to download the logs. To make things less
dangerous, we leave the xamarin-storage report as it was and create a
new one for vsdrops.

This means that:

1. xamarin-storage index.html is left as is.
2. vsdrops_index.html contains full uris to download (the env var will
   have to be set in the step) and js and css are in the header.
3. because we use and env var, jenkins won't generate the
   vsdrops_index.html only device pipelines will.

For this to take effect needs updates in the device pipelines. The
solution is not yet optimal since we need to add some workaround to
rather than make the monitoring person open a text file, we should
display it in the browser.

Co-authored-by: Chris Hamons <chris.hamons@xamarin.com>
2020-06-18 19:51:14 -04:00
..
.idea/.idea.xharness [Harness] Add support to create tunnels. (#8446) 2020-05-04 13:21:38 -04:00
BCLTestImporter [Harness] Merge the Generator and the Factory in a same object and rename namespace. (#8222) 2020-03-30 23:23:33 -04:00
DummyTestProcess [Harness] Refactor process management to be testable. (#8053) 2020-03-06 09:11:33 -05:00
Jenkins [Harness] Add an extra index that will use full uris. (#8889) 2020-06-18 19:51:14 -04:00
Microsoft.DotNet.XHarness.iOS.Shared [xharness] Make ConsoleLog thread-safe. Fixes #8569. (#8864) 2020-06-16 17:39:06 +02:00
Microsoft.DotNet.XHarness.iOS.Shared.Tests [xharness] Make AppBundleInformationParser.ParseFromProject async and make it take an ILog and a IProcessManager. (#8662) 2020-05-25 14:47:10 +02:00
Properties [Harness] Split out classes from Jenkins.cs to separate files (#8046) 2020-03-06 06:00:34 -05:00
Targets [Harness] Add a more general IHarness interface. (#8868) 2020-06-16 16:04:38 -04:00
TestImporter [Harness] Move TestImporter into the shared library (#8283) 2020-04-03 18:28:49 -04:00
TestTasks [Harness] Make sure that the error knowledgebase is used in device runs. (#8682) 2020-05-26 17:58:44 -04:00
Xharness.Tests [xharness] Always capture stdout/stderr from the simulator to actual files. (#8689) 2020-05-27 15:31:20 +02:00
.gitignore [xharness] Automatically generate xharness make dependencies. (#8324) 2020-04-13 09:26:55 +02:00
AppRunner.cs [xharness] Always capture stdout/stderr from the simulator to actual files. (#8689) 2020-05-27 15:31:20 +02:00
BCLTestImportTargetFactory.cs [Harness] Add a more general IHarness interface. (#8868) 2020-06-16 16:04:38 -04:00
CrashSnapshotReporterFactory.cs [Harness] Move code to a shared library (#8234) 2020-04-01 13:32:21 -04:00
DeviceLoaderFactory.cs [Harness] Remove launchTimeout parameter from TestReporter, move factories (#8322) 2020-04-08 11:32:47 -04:00
DeviceLogCapturerFactory.cs [Harness] Move code to a shared library (#8234) 2020-04-01 13:32:21 -04:00
GitHub.cs [Harness] Add a more general IHarness interface. (#8868) 2020-06-16 16:04:38 -04:00
Harness.cs [Harness] Add an extra index that will use full uris. (#8889) 2020-06-18 19:51:14 -04:00
IHarness.cs [Harness] Add an extra index that will use full uris. (#8889) 2020-06-18 19:51:14 -04:00
Log.cs [Harness] Refactor a little the code for logging to simplify testing. (#8021) 2020-03-03 13:59:44 -05:00
MacFlavorsExtensions.cs [Harness] Move the definition of the tasks outside of the jenkins class. (#8635) 2020-05-21 12:48:05 -04:00
MacTestProject.cs [Harness] Refactor TestProject to be moved to the common lib. (#8388) 2020-04-16 20:20:53 -04:00
MakefileGenerator.cs [Harness] Add a more general IHarness interface. (#8868) 2020-06-16 16:04:38 -04:00
Program.cs [Harness] Add a more general IHarness interface. (#8868) 2020-06-16 16:04:38 -04:00
SimulatorLoaderFactory.cs [Harness] Remove launchTimeout parameter from TestReporter, move factories (#8322) 2020-04-08 11:32:47 -04:00
SolutionGenerator.cs [Harness] Add a more general IHarness interface. (#8868) 2020-06-16 16:04:38 -04:00
TestPlatformExtensions.cs [Harness] Move the generation of the variations out. (#8611) 2020-05-19 11:13:31 -04:00
TestProjectExtensions.cs [Harness] Move all common code to the shared lib. (#8389) 2020-04-17 18:14:55 -04:00
TestTargetExtensions.cs [Harness] Move the generation of the variations out. (#8611) 2020-05-19 11:13:31 -04:00
XmlDocumentExtensions.cs [Harness] Refactor TestProject to be moved to the common lib. (#8388) 2020-04-16 20:20:53 -04:00
favicon.ico [xharness] Backport a few changes to get HE0038 reporting. (#6272) 2019-06-12 16:47:15 +02:00
iOSTestProject.cs [Harness] Refactor TestProject to be moved to the common lib. (#8388) 2020-04-16 20:20:53 -04:00
xharness.csproj [Harness] Add a more general IHarness interface. (#8868) 2020-06-16 16:04:38 -04:00
xharness.css [xharness] Backport a few changes to get HE0038 reporting. (#6272) 2019-06-12 16:47:15 +02:00
xharness.js [xharness] Backport a few changes to get HE0038 reporting. (#6272) 2019-06-12 16:47:15 +02:00
xharness.sln [Harness] Move code to a shared library (#8234) 2020-04-01 13:32:21 -04:00