2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 17:23:08 +00:00

updated all

This commit is contained in:
caomengmeng 2016-11-11 03:56:15 -05:00
parent 8b9910ee02
commit 6570ff566f
3 changed files with 298 additions and 22 deletions

View File

@ -1,3 +1,8 @@
start:testtest
cmd:/opt/xcat/share/xcat/tools/autotest/testcase/xcatconfig/change_site_table_values
check:rc==0
end
start:xcatconfig_null
description:xcatconfig with no argument
os:Linux
@ -10,8 +15,10 @@ start:xcatconfig_h
description:xcatconfig -h and --help
os:Linux
cmd:xcatconfig -h
check:rc==0
check:output=~Usage
cmd:xcatconfig --help
check:rc==0
check:output=~Usage
end
@ -19,8 +26,10 @@ start:xcatconfig_v
description:xcatconfig -v and --version
os:Linux
cmd:xcatconfig -v
check:rc==0
check:output=~version|Version
cmd:xcatconfig --version
check:rc==0
check:output=~version|Version
end
@ -43,7 +52,9 @@ check:rc==0
#step4. restore test environment
cmd:cp -rf /root/sshbak/id_rsa.pub /install/postscripts/_ssh/authorized_keys
check:rc==0
cmd:mv -f /root/sshbak/* /root/.ssh;rm -rf /root/sshbak
cmd:mv -f /root/sshbak/* /root/.ssh
check:rc==0
cmd:rm -rf /root/sshbak
check:rc==0
end
@ -70,7 +81,9 @@ check:rc==0
#step4:restore test environment
cmd:cp -rf /root/sshbak/id_rsa.pub /install/postscripts/_ssh/authorized_keys
check:rc==0
cmd:mv -f /root/sshbak/* /root/.ssh;rm -rf /root/sshbak
cmd:mv -f /root/sshbak/* /root/.ssh
check:rc==0
cmd:rm -rf /root/sshbak
check:rc==0
end
@ -96,9 +109,13 @@ check:rc!=0
cmd:diff /install/postscripts/hostkeys/ssh_host_rsa_key.pub /install/postscripts/hostkeysbak/ssh_host_rsa_key.pub
check:rc!=0
#step5:restore test environment
cmd:mv -f /etc/xcat/hostkeysbak/* /etc/xcat/hostkeys;rm -rf /etc/xcat/hostkeysbak
cmd:mv -f /etc/xcat/hostkeysbak/* /etc/xcat/hostkeys
check:rc==0
cmd:mv -f /install/postscripts/hostkeysbak/* /install/postscripts/hostkeys;rm -rf /install/postscripts/hostkeysbak
cmd:rm -rf /etc/xcat/hostkeysbak
check:rc==0
cmd:mv -f /install/postscripts/hostkeysbak/* /install/postscripts/hostkeys
check:rc==0
cmd:rm -rf /install/postscripts/hostkeysbak
check:rc==0
end
@ -125,24 +142,16 @@ check:rc!=0
cmd:diff /install/postscripts/hostkeys/ssh_host_rsa_key.pub /install/postscripts/hostkeysbak/ssh_host_rsa_key.pub
check:rc!=0
#step5:restore test environment
cmd:mv -f /etc/xcat/hostkeysbak/* /etc/xcat/hostkeys;rm -rf /etc/xcat/hostkeysbak
cmd:mv -f /etc/xcat/hostkeysbak/* /etc/xcat/hostkeys
check:rc==0
cmd:mv -f /install/postscripts/hostkeysbak/* /install/postscripts/hostkeys;rm -rf /install/postscripts/hostkeysbak
cmd:rm -rf /etc/xcat/hostkeysbak
check:rc==0
cmd:mv -f /install/postscripts/hostkeysbak/* /install/postscripts/hostkeys
check:rc==0
cmd:rm -rf /install/postscripts/hostkeysbak
check:rc==0
end
step1:dumpxCATdb -p /tmp/xcatconfigtest
step2:change existed site.maxssh value:chtab key=maxssh site.value=888
step3:add a new key with value: chtab key=testxcatconfigoptiond site.value=test
step4:xcatconfig -d -V
check:rc==0
check:output=~Updated cluster site definition
step5:check the existed key value is inited to be default value: lsdef -t site -i maxssh | grep "=8$"
step6:check the added key and value is still the same:lsdef -t site -i testxcatconfigoptiond | grep "=test$"
step7:restorexCATdb -p /tmp/xcatconfigtest
step8:rm -rf /tmp/xcatconfigtest
start:xcatconfig_d_V
description:This -d option will reinitialize the basic xCAT database table setup
os:Linux
@ -187,7 +196,8 @@ check:rc==0
cmd:cp -rf /root/.ssh /root/sshbak
check:rc==0
#prepare data:change existed site.maxssh, and add new key with value
cmd:chtab key=maxssh site.value=888
#cmd:chtab key=maxssh site.value=888
cmd:./install/xcat-core/xCAT-test/autotest/testcase/xcatconfig/change_site_table_values
check:rc==0
cmd:chtab key=testxcatconfigoptiond site.value=test
check:rc==0
@ -210,14 +220,17 @@ check:rc==0
cmd:diff /root/.ssh/id_rsa.pub /install/postscripts/_ssh/authorized_keys
check:rc==0
#keys in site table are not changed
cmd:lsdef -t site -i testxcatconfigoptiond | grep "=test$"
#cmd:lsdef -t site -i testxcatconfigoptiond | grep "=test$"
cmd:cmd:./install/xcat-core/xCAT-test/autotest/testcase/xcatconfig/verify_site_table_values_is_changed
check:rc==0
cmd:lsdef -t site -i maxssh | grep "=888$"
check:rc==0
#step4.restore test environment
cmd:rm -rf /etc/xcat/hostkeysbak
check:rc==0
cmd:restorexCATdb -p /tmp/xcatconfigtest;rm -rf /tmp/xcatconfigtest
cmd:restorexCATdb -p /tmp/xcatconfigtest
check:rc==0
cmd:rm -rf /tmp/xcatconfigtest
check:rc==0
end
@ -264,7 +277,9 @@ check:rc==0
cmd:lsdef -t site -i maxssh | grep "=888$"
check:rc==0
#step4.restore test environment
cmd:restorexCATdb -p /tmp/xcatconfigtest;rm -rf /tmp/xcatconfigtest
cmd:restorexCATdb -p /tmp/xcatconfigtest
check:rc==0
cmd:rm -rf /tmp/xcatconfigtest
check:rc==0
end

View File

@ -0,0 +1,131 @@
#!/usr/bin/env perl
$ENV{TERM} = "xterm-256color";
my $os = $ARGV[0];
my $arch = $ARGV[1];
my $log = "/tmp/change_site_table_values.log";
sub runcmd {
my $cmd = shift;
`$cmd >> $log 2>&1`;
if ($?) {
exit 1;
}
}
my $blademaxp_value=6400;
my $domain_value="testdomain";
my $fsptimeout_value=100;
my $installdir_value="installdirtest";
my $ipmimaxp_value=6400;
my $ipmiretries_value=300;
my $ipmitimeout_value=200;
my $consoleondemand_value="notest";
my $master_value="mastertest";
my $forwarders_value="forwarderstest";
my $nameservers_value="mastertest";
my $maxssh_value=800;
my $ppcmaxp_value=6400;
my $ppcretry_value=300;
my $ppctimeout_value=100;
my $powerinterval_value=100;
my $syspowerinterval_value=100;
my $sharedtftp_value=100;
my $SNsyncfiledir_value="syncdirtest";
my $nodesyncfiledir_value="nodesyncdirtest";
my $tftpdir_value="tftpdirtest";
my $xcatdport_value="xcatporttest";
my $xcatiport_value="xcatiporttest";
my $xcatconfdir_value="confdirtest";
my $timezone_value="test";
my $useNmapfromMN_value="notest";
my $enableASMI_value="notest";
my $db2installloc_value="\/mntdb2test";
my $databaseloc_value="\/var\/libtest";
my $sshbetweennodes_value="ALLGROUPStest";
my $dnshandler_value="ddnstest";
my $vsftp_value="ntest";
my $cleanupxcatpost_value="notest";
my $dhcplease_value=43200;
my $auditnosyslog_value=100;
my $xcatsslversion_value="tLSv1test";
my $auditskipcmds_value="ALLtest";
$cmd = "chtab key=domain site.value=$domain_value";
runcmd("$cmd");
$cmd = "chtab key=fsptimeout site.value=$fsptimeout_value";
runcmd("$cmd");
$cmd = "chtab key=installdir site.value=$installdir_value";
runcmd("$cmd");
$cmd = "chtab key=ipmimaxp site.value=$ipmimaxp_value";
runcmd("$cmd");
$cmd = "chtab key=ipmiretries site.value=$ipmiretries_value";
runcmd("$cmd");
$cmd = "chtab key=ipmitimeout site.value=$ipmitimeout_value";
runcmd("$cmd");
$cmd = "chtab key=consoleondemand site.value=$consoleondemand_value";
runcmd("$cmd");
$cmd = "chtab key=master site.value=$master_value";
runcmd("$cmd");
$cmd = "chtab key=forwarders site.value=$forwarders_value";
runcmd("$cmd");
$cmd = "chtab key=nameservers site.value=$nameservers_value";
runcmd("$cmd");
$cmd = "chtab key=maxssh site.value=$maxssh_value";
runcmd("$cmd");
$cmd = "chtab key=ppcmaxp site.value=$ppcmaxp_value";
runcmd("$cmd");
$cmd = "chtab key=ppcretry site.value=$ppcretry_value";
runcmd("$cmd");
$cmd = "chtab key=ppctimeout site.value=$ppctimeout_value";
runcmd("$cmd");
$cmd = "chtab key=powerinterval site.value=$powerinterval_value";
runcmd("$cmd");
$cmd = "chtab key=syspowerinterval site.value=$syspowerinterval_value";
runcmd("$cmd");
$cmd = "chtab key=sharedtftp site.value=$sharedtftp_value";
runcmd("$cmd");
$cmd = "chtab key=SNsyncfiledir site.value=$SNsyncfiledir_value";
runcmd("$cmd");
$cmd = "chtab key=nodesyncfiledir site.value=$nodesyncfiledir_value";
runcmd("$cmd");
$cmd = "chtab key=tftpdir site.value=$tftpdir_value";
runcmd("$cmd");
$cmd = "chtab key=xcatdport site.value=$xcatdport_value";
runcmd("$cmd");
$cmd = "chtab key=xcatiport site.value=$xcatiport_value";
runcmd("$cmd");
$cmd = "chtab key=xcatconfdir site.value=$xcatconfdir_value";
runcmd("$cmd");
$cmd = "chtab key=timezone site.value=$timezone_value";
runcmd("$cmd");
$cmd = "chtab key=useNmapfromMN site.value=$useNmapfromMN_value";
runcmd("$cmd");
$cmd = "chtab key=enableASMI site.value=$enableASMI_value";
runcmd("$cmd");
$cmd = "chtab key=db2installloc site.value=$db2installloc_value";
runcmd("$cmd");
$cmd = "chtab key=databaseloc site.value=$databaseloc_value";
runcmd("$cmd");
$cmd = "chtab key=sshbetweennodes site.value=$sshbetweennodes_value";
runcmd("$cmd");
$cmd = "chtab key=dnshandler site.value=$dnshandler_value";
runcmd("$cmd");
$cmd = "chtab key=vsftp site.value=$vsftp_value";
runcmd("$cmd");
$cmd = "chtab key=cleanupxcatpost site.value=$cleanupxcatpost_value";
runcmd("$cmd");
$cmd = "chtab key=dhcplease site.value=$dhcplease_value";
runcmd("$cmd");
$cmd = "chtab key=auditnosyslog site.value=$auditnosyslog_value";
runcmd("$cmd");
$cmd = "chtab key=xcatsslversion site.value=$xcatsslversion_value";
runcmd("$cmd");
$cmd = "chtab key=auditskipcmds site.value=$auditskipcmds_value";
runcmd("$cmd");
exit 0;

View File

@ -0,0 +1,130 @@
#!/usr/bin/env perl
$ENV{TERM} = "xterm-256color";
my $os = $ARGV[0];
my $arch = $ARGV[1];
my $log = "/tmp/verify_site_table_values_is_changed";
sub runcmd {
my $cmd = shift;
`$cmd >> $log 2>&1`;
if ($?) {
print "run $cmd ....[error]\n";
exit 1;
}
}
my $blademaxp_value=6400;
my $domain_value="testdomain";
my $fsptimeout_value=100;
my $installdir_value="installdirtest";
my $ipmimaxp_value=6400;
my $ipmiretries_value=300;
my $ipmitimeout_value=200;
my $consoleondemand_value="notest";
my $master_value="mastertest";
my $forwarders_value="forwarderstest";
my $nameservers_value="mastertest";
my $maxssh_value=800;
my $ppcmaxp_value=6400;
my $ppcretry_value=300;
my $ppctimeout_value=100;
my $powerinterval_value=100;
my $syspowerinterval_value=100;
my $sharedtftp_value=100;
my $SNsyncfiledir_value="syncdirtest";
my $nodesyncfiledir_value="nodesyncdirtest";
my $tftpdir_value="tftpdirtest";
my $xcatdport_value="xcatporttest";
my $xcatiport_value="xcatiporttest";
my $xcatconfdir_value="confdirtest";
my $timezone_value="test";
my $useNmapfromMN_value="notest";
my $enableASMI_value="notest";
my $db2installloc_value="\/mntdb2test";
my $databaseloc_value="\/var\/libtest";
my $sshbetweennodes_value="ALLGROUPStest";
my $dnshandler_value="ddnstest";
my $vsftp_value="ntest";
my $cleanupxcatpost_value="notest";
my $dhcplease_value=43200;
my $auditnosyslog_value=100;
my $xcatsslversion_value="tLSv1test";
my $auditskipcmds_value="ALLtest";
$cmd = "lsdef -t site -i blademaxp | grep \"\=$blademaxp_value\$\"";
runcmd("$cmd");
$cmd = "lsdef -t site -i domain | grep \"\=$domain_value\$\"";
runcmd("$cmd");
$cmd = "lsdef -t site -i fsptimeout | grep \"\=$fsptimeout_value\$\"";
runcmd("$cmd");
$cmd = "lsdef -t site -i installdir | grep \"\=$installdir_value\$\"";
runcmd("$cmd");
$cmd = "lsdef -t site -i ipmimaxp | grep \"\=$ipmimaxp_value\$\"";
runcmd("$cmd");
$cmd = "lsdef -t site -i ipmiretries | grep \"\=$ipmiretries_value\$\"";
runcmd("$cmd");
$cmd = "lsdef -t site -i ipmitimeout | grep \"\=$ipmitimeout_value\$\"";
runcmd("$cmd");
$cmd = "lsdef -t site -i consoleondemand | grep \"\=$consoleondemand_value\$\"";
runcmd("$cmd");
$cmd = "lsdef -t site -i master | grep \"\=$master_value\$\"";
runcmd("$cmd");
$cmd = "lsdef -t site -i forwarders | grep \"\=$forwarders_value\$\"";
runcmd("$cmd");
$cmd = "lsdef -t site -i nameservers | grep \"\=$nameservers_value\$\"";
runcmd("$cmd");
$cmd = "lsdef -t site -i maxssh | grep \"\=$maxssh_value\$\"";
runcmd("$cmd");
$cmd = "lsdef -t site -i ppcmaxp | grep \"\=$ppcmaxp_value\$\"";
runcmd("$cmd");
$cmd = "lsdef -t site -i ppcretry | grep \"\=$ppcretry_value\$\"";
runcmd("$cmd");
$cmd = "lsdef -t site -i ppctimeout | grep \"\=$ppctimeout_value\$\"";
runcmd("$cmd");
$cmd = "lsdef -t site -i powerinterval | grep \"\=$powerinterval_value\$\"";
runcmd("$cmd");
$cmd = "lsdef -t site -i syspowerinterval | grep \"\=$syspowerinterval_value\$\"";
runcmd("$cmd");
$cmd = "lsdef -t site -i sharedtftp | grep \"\=$sharedtftp_value\$\"";
runcmd("$cmd");
$cmd = "lsdef -t site -i SNsyncfiledir | grep \"\=$SNsyncfiledir_value\$\"";
runcmd("$cmd");
$cmd = "lsdef -t site -i nodesyncfiledir | grep \"\=$nodesyncfiledir_value\$\"";
runcmd("$cmd");
$cmd = "lsdef -t site -i tftpdir | grep \"\=$tftpdir_value\$\"";
runcmd("$cmd");
$cmd = "lsdef -t site -i xcatdport | grep \"\=$xcatdport_value\$\"";
runcmd("$cmd");
$cmd = "lsdef -t site -i xcatiport | grep \"\=$xcatiport_value\$\"";
runcmd("$cmd");
$cmd = "lsdef -t site -i xcatconfdir | grep \"\=$xcatconfdir_value\$\"";
runcmd("$cmd");
$cmd = "lsdef -t site -i timezone | grep \"\=$timezone_value\$\"";
runcmd("$cmd");
$cmd = "lsdef -t site -i useNmapfromMN | grep \"\=$useNmapfromMN_value\$\"";
runcmd("$cmd");
$cmd = "lsdef -t site -i enableASMI | grep \"\=$enableASMI_value\$\"";
runcmd("$cmd");
$cmd = "lsdef -t site -i db2installloc | grep \"\=$db2installloc_value\$\"";
runcmd("$cmd");
$cmd = "lsdef -t site -i databaseloc | grep \"\=$databaseloc_value\$\"";
runcmd("$cmd");
$cmd = "lsdef -t site -i sshbetweennodes | grep \"\=$sshbetweennodes_value\$\"";
runcmd("$cmd");
$cmd = "lsdef -t site -i dnshandler | grep \"\=$dnshandler_value\$\"";
runcmd("$cmd");
$cmd = "lsdef -t site -i vsftp | grep \"\=$vsftp_value\$\"";
runcmd("$cmd");
$cmd = "lsdef -t site -i cleanupxcatpost | grep \"\=$cleanupxcatpost_value\$\"";
runcmd("$cmd");
$cmd = "lsdef -t site -i dhcplease | grep \"\=$dhcplease_value\$\"";
runcmd("$cmd");
$cmd = "lsdef -t site -i auditnosyslog | grep \"\=$auditnosyslog_value\$\"";
runcmd("$cmd");
$cmd = "lsdef -t site -i auditskipcmds | grep \"\=$auditskipcmds_value\$\"";
runcmd("$cmd");
exit 0;