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
So far we've been using just the kubeadmin account for XTF configuration and testsuite execution, because the usual admin and master accounts creation was failing in the CI script.
This configuration makes the WildflyHelmChartProvisionerTest fail with traces reporting issues withh kubeadmin executing the XTF Helm binary commands.
For this reason we're changing such behavior in #46 but we also need to investigate why this test is failin4g when just kubeadmin is used.
Environment: testsuite
Steps to reproduce: mvn test -pl testsuite/ -Dtest=WildflyHelmChartProvisionerTest
The text was updated successfully, but these errors were encountered:
So far we've been using just the kubeadmin account for XTF configuration and testsuite execution, because the usual
admin
andmaster
accounts creation was failing in the CI script.This configuration makes the
WildflyHelmChartProvisionerTest
fail with traces reporting issues withhkubeadmin
executing the XTF Helm binary commands.For this reason we're changing such behavior in #46 but we also need to investigate why this test is failin4g when just
kubeadmin
is used.mvn test -pl testsuite/ -Dtest=WildflyHelmChartProvisionerTest
The text was updated successfully, but these errors were encountered: