You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[BUG] Test failures: azurelinuxagent.ga.policy.regorus.PolicyError: [PolicyError] Attempted to enable policy enforcement, but feature is not supported on architecture aarch64
#3219
Closed
waldiTM opened this issue
Sep 17, 2024
· 4 comments
Describe the bug: A clear and concise description of what the bug is.
> raise PolicyError(msg)
E azurelinuxagent.ga.policy.regorus.PolicyError: [PolicyError] Attempted to enable policy enforcement, but feature is not supported on architecture aarch64
azurelinuxagent/ga/policy/policy_engine.py:123: PolicyError
Distro and WALinuxAgent details (please complete the following information):
Debian 13
The text was updated successfully, but these errors were encountered:
Don't you want to test the behaviour of your code, regardless of the execution environment? So as long as the code does architecture checks, the test needs to run once for each architecture value it could encounter.
As mentioned in the exception, this runs on a Linux reporting aarch64 as architecture.
Describe the bug: A clear and concise description of what the bug is.
Distro and WALinuxAgent details (please complete the following information):
Debian 13
The text was updated successfully, but these errors were encountered: