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

feat: Added payload id in python package #534

Merged
merged 1 commit into from
Jul 19, 2024

Added payload id in python package

018bb93
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

feat: Added payload id in python package #534

Added payload id in python package
018bb93
Select commit
Loading
Failed to load commit list.
GitHub Actions / ConnectivityTests ubuntu-latest net6.0 succeeded Jul 19, 2024 in 0s

40 passed, 0 failed and 0 skipped

Tests passed successfully

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

40 tests were completed in 60s with 40 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
ArmoniK.Api.Client.Tests.CertificateTests 5✅ 544ms
ArmoniK.Api.Client.Tests.ConnectivityTests 35✅ 55s

✅ 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(MTlsCert,1)
✅ MultipleChannels(MTlsCert,10)
✅ MultipleChannels(MTlsCert,100)
✅ MultipleChannels(MTlsCert,2)
✅ MultipleChannels(MTlsInsecure,1)
✅ MultipleChannels(MTlsInsecure,10)
✅ MultipleChannels(MTlsInsecure,100)
✅ MultipleChannels(MTlsInsecure,2)
✅ MultipleChannels(MTlsStore,1)
✅ MultipleChannels(MTlsStore,10)
✅ MultipleChannels(MTlsStore,100)
✅ MultipleChannels(MTlsStore,2)
✅ MultipleChannels(TlsCert,1)
✅ MultipleChannels(TlsCert,10)
✅ MultipleChannels(TlsCert,100)
✅ MultipleChannels(TlsCert,2)
✅ MultipleChannels(TlsInsecure,1)
✅ MultipleChannels(TlsInsecure,10)
✅ MultipleChannels(TlsInsecure,100)
✅ MultipleChannels(TlsInsecure,2)
✅ MultipleChannels(TlsStore,1)
✅ MultipleChannels(TlsStore,10)
✅ MultipleChannels(TlsStore,100)
✅ MultipleChannels(TlsStore,2)
✅ MultipleChannels(Unencrypted,1)
✅ MultipleChannels(Unencrypted,10)
✅ MultipleChannels(Unencrypted,100)
✅ MultipleChannels(Unencrypted,2)
✅ ResultsGetServiceConfiguration(MTlsCert)
✅ ResultsGetServiceConfiguration(MTlsInsecure)
✅ ResultsGetServiceConfiguration(MTlsStore)
✅ ResultsGetServiceConfiguration(TlsCert)
✅ ResultsGetServiceConfiguration(TlsInsecure)
✅ ResultsGetServiceConfiguration(TlsStore)
✅ ResultsGetServiceConfiguration(Unencrypted)