redhat-developer / dotnet-regular-tests

.NET Core tests for .NET Bunny (RHEL & Fedora RPM tests)
MIT License
8 stars 13 forks source link

adding test coverage for dotnet-trace. #302

Closed nicrowe00 closed 1 year ago

nicrowe00 commented 1 year ago

Adding test coverage for the diagnostic tool 'dotnet-trace'. This test covers the basic functions of dotnet-trace to ensure it ran correctly. All of the main commands used in dotnet-trace are covered, the commands being collect, ps, list-profiles, convert and report.

Closes #223

nicrowe00 commented 1 year ago

@omajid @tmds PTAL when you have a chance.