redhat-developer / dotnet-regular-tests

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

Enabling restore-with-rid for ppc64le #306

Closed Swapnali911 closed 1 year ago

Swapnali911 commented 1 year ago

Enabling restore rid for ppc64le as it passes with source built tarball for ppc64le

[root@ibm-p9z-26-lp1 dotnet-regular-tests]# dotnet --info .NET SDK: Version: 8.0.100-rc.1.23455.1 Commit: e14caf947f

Runtime Environment: OS Name: rhel OS Version: 8 OS Platform: Linux RID: rhel.8-ppc64le Base Path: /home/stage1_sb/.dotnet/sdk/8.0.100-rc.1.23455.1/

.NET workloads installed: There are no installed workloads to display.

Host: Version: 8.0.0-rc.1.23419.4 Architecture: ppc64le Commit: 92959931a3 RID: rhel.8-ppc64le

.NET SDKs installed: 8.0.100-rc.1.23455.1 [/home/stage1_sb/.dotnet/sdk]

.NET runtimes installed: Microsoft.AspNetCore.App 8.0.0-rc.1.23421.29 [/home/stage1_sb/.dotnet/shared/Microsoft.AspNetCore.App] Microsoft.NETCore.App 8.0.0-rc.1.23419.4 [/home/stage1_sb/.dotnet/shared/Microsoft.NETCore.App]

Other architectures found: None

Environment variables: DOTNET_ROOT [/home/stage1_sb/.dotnet]

global.json file: Not found

Learn more: https://aka.ms/dotnet/info

Download .NET: https://aka.ms/dotnet/download [root@ibm-p9z-26-lp1 dotnet-regular-tests]#

[root@ibm-p9z-26-lp1 dotnet-bunny]# dotnet turkey/Turkey.dll ../dotnet-regular-tests/restore-with-rid/ Testing everything under /home/dotnet-regular-tests/restore-with-rid/ Current platform is: linux, linux-ppc64le, rhel, rhel-ppc64le, rhel8, rhel.8, rhel.8-ppc64le Tests matching these traits will be skipped: arch=ppc64le, os=linux, os=rhel, os=rhel.8, rid=linux, rid=linux-ppc64le, rid=rhel, rid=rhel-ppc64le, rid=rhel.8, rid=rhel.8-ppc64le, rid=rhel8, runtime=mono, version=8, version=8.0. restore-with-rid [PASS] (16s) Total: 1 Passed: 1 Failed: 0

cc : @janani66 @tmds @omajid @Vishwanatha-HD

tmds commented 1 year ago

Thanks @Swapnali911.