diff --git a/github_action_xcat_test.pl b/github_action_xcat_test.pl index e5a3f7676..6879d5eb0 100644 --- a/github_action_xcat_test.pl +++ b/github_action_xcat_test.pl @@ -343,6 +343,7 @@ sub install_xcat{ print "\n------Config xcat and verify xcat is working correctly-----\n"; @cmds = ("sudo -s /opt/xcat/share/xcat/scripts/setup-local-client.sh", + "cat /etc/passwd", #"sudo -s /opt/xcat/sbin/chtab priority=1.1 policy.name=githubaction policy.rule=allow", #"sudo sed -i '1i set -x' /etc/profile.d/xcat.sh ", #"sudo sed -i '1i #!/bin/bash' /etc/profile.d/xcat.sh ",