Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: Add singleton for tests #580

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Add singleton for tests

d9b5b4d
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

test: Add singleton for tests #580

Add singleton for tests
d9b5b4d
Select commit
Loading
Failed to load commit list.
GitHub Actions / ConnectivityTests windows-2019 succeeded Jan 6, 2025 in 0s

10 passed, 0 failed and 0 skipped

Tests passed successfully

✅ ./packages/csharp/ArmoniK.Api.Client.Test/TestResults/test-results.trx

10 tests were completed in 3s with 10 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
ArmoniK.Api.Client.Tests.CertificateTests 5✅ 222ms
ArmoniK.Api.Client.Tests.ConnectivityTests 5✅ 2s

✅ ArmoniK.Api.Client.Tests.CertificateTests

✅ TestECDSACertificate("certificate-ec.p12","","")
✅ TestECDSACertificate(null,"certificate-ec.pem","privateec.pem")
✅ TestRSACertificate("certificate-rsa.p12","","")
✅ TestRSACertificate(null,"certificate-rsa.pem","privatersa.p8")
✅ TestRSACertificate(null,"certificate-rsa.pem","privatersa.pem")

✅ ArmoniK.Api.Client.Tests.ConnectivityTests

✅ MultipleChannels(1)
✅ MultipleChannels(10)
✅ MultipleChannels(100)
✅ MultipleChannels(2)
✅ ResultsGetServiceConfiguration