Hi folks,
Does exist any clean alternatives for rlGetArch on Fedora? We are using rlGetPrimaryArch on the RHEL systems, but we get error on Fedora.
version: beakerlib-1.11-1
=== RHEL ===
> rlGetArch
:: [ 08:22:14 ] :: [ WARNING ] :: rlGetArch: This function is deprecated
BEAKERLIB_JOURNAL not defined in the environment
:: [ 08:22:14 ] :: [ WARNING ] :: rlGetArch: Update test to use rlGetPrimaryArch/rlGetSecondaryArch
BEAKERLIB_JOURNAL not defined in the environment
x86_64
> rlGetPrimaryArch
x86_64
=== Fedora ===
> rlGetArch
:: [ 08:23:54 ] :: [ WARNING ] :: rlGetArch: This function is deprecated
BEAKERLIB_JOURNAL not defined in the environment
:: [ 08:23:55 ] :: [ WARNING ] :: rlGetArch: Update test to use rlGetPrimaryArch/rlGetSecondaryArch
BEAKERLIB_JOURNAL not defined in the environment
x86_64
> rlGetPrimaryArch
:: [ 08:23:58 ] :: [ ERROR ] :: rlGetPrimaryArch: Concept of primary and secondary architectures is defined on RHEL only
BEAKERLIB_JOURNAL not defined in the environment
x86_64