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
In #1023 we added the feature to configure specific options for nodes in the bluechi-controller such as a required SELinux context the connecting agent should be running in. Now we need to add integration tests to ensure this works as expected.
For this we should add the following tests:
Verify the node-specific Allowed option enables/disables the agent to connect
Verify the node-specific RequiredSelinuxContext option works as expected Note:
These RequiredSelinuxContext test cases require SELinux and thus will not work in the GH CI (using Ubuntu VMs). Therefore, these tests need to be tagged with testing-farm-container in order to run them only on Testing Farm.
The text was updated successfully, but these errors were encountered:
In #1023 we added the feature to configure specific options for nodes in the
bluechi-controller
such as a required SELinux context the connecting agent should be running in. Now we need to add integration tests to ensure this works as expected.For this we should add the following tests:
Allowed
option enables/disables the agent to connectRequiredSelinuxContext
option works as expectedNote:
These
RequiredSelinuxContext
test cases require SELinux and thus will not work in the GH CI (using Ubuntu VMs). Therefore, these tests need to be tagged withtesting-farm-container
in order to run them only on Testing Farm.The text was updated successfully, but these errors were encountered: