mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-29 17:23:08 +00:00
Merge pull request #2415 from caomengmeng/update_ubuntu_migration_version
update ubuntu migration test cases with latest version
This commit is contained in:
commit
b3b98476b4
@ -1,6 +1,6 @@
|
||||
start:ubuntu_migration1_p8le
|
||||
os:Linux
|
||||
description:update xCAT from $$UBUNTU_MIGRATION1_VERSION to $$LATEST_VERSION, these two global parameter defined in config file
|
||||
description:update xCAT from $$UBUNTU_MIGRATION1_VERSION to latest version, these two global parameter defined in config file
|
||||
|
||||
cmd:copycds $$ISO
|
||||
check:rc==0
|
||||
@ -108,7 +108,9 @@ cmd:xdsh $$CN "apt-get -y --only-upgrade install .*xcat.*"
|
||||
check:rc==0
|
||||
cmd:xdsh $$CN "source /etc/profile.d/xcat.sh;lsxcatd -v > /newxcat/new_version"
|
||||
check:rc==0
|
||||
cmd:xdsh $$CN "cat /newxcat/new_version|grep $$LATEST_VERSION"
|
||||
cmd:lsxcatd -v > /latest_version_info;scp /latest_version_info root@$$CN:/newxcat/
|
||||
check:rc==0
|
||||
cmd:xdsh $$CN diff /newxcat/latest_version_info /newxcat/new_version
|
||||
check:rc==0
|
||||
cmd:xdsh $$CN "service xcatd status"
|
||||
check:rc==0
|
||||
|
@ -1,6 +1,6 @@
|
||||
start:ubuntu_migration1_vm
|
||||
os:Linux
|
||||
description:update xCAT from $$UBUNTU_MIGRATION1_VERSION to $$LATEST_VERSION, these two global parameter defined in config file
|
||||
description:update xCAT from $$UBUNTU_MIGRATION1_VERSION to latest version, these two global parameter defined in config file
|
||||
|
||||
cmd:copycds $$ISO
|
||||
check:rc==0
|
||||
@ -107,7 +107,9 @@ cmd:xdsh $$CN "apt-get -y --only-upgrade install .*xcat.*"
|
||||
check:rc==0
|
||||
cmd:xdsh $$CN "source /etc/profile.d/xcat.sh;lsxcatd -v > /newxcat/new_version"
|
||||
check:rc==0
|
||||
cmd:xdsh $$CN "cat /newxcat/new_version|grep $$LATEST_VERSION"
|
||||
cmd:lsxcatd -v > /latest_version_info;scp /latest_version_info root@$$CN:/newxcat/
|
||||
check:rc==0
|
||||
cmd:xdsh $$CN diff /newxcat/latest_version_info /newxcat/new_version
|
||||
check:rc==0
|
||||
cmd:xdsh $$CN "service xcatd status"
|
||||
check:rc==0
|
||||
|
@ -1,6 +1,6 @@
|
||||
start:ubuntu_migration2_p8le
|
||||
os:Linux
|
||||
description:update xCAT from $$UBUNTU_MIGRATION2_VERSION to $$LATEST_VERSION, these two global parameter defined in config file
|
||||
description:update xCAT from $$UBUNTU_MIGRATION2_VERSION to latest version, these two global parameter defined in config file
|
||||
|
||||
cmd:copycds $$ISO
|
||||
check:rc==0
|
||||
@ -108,7 +108,9 @@ cmd:xdsh $$CN "apt-get -y --only-upgrade install .*xcat.*"
|
||||
check:rc==0
|
||||
cmd:xdsh $$CN "source /etc/profile.d/xcat.sh;lsxcatd -v > /newxcat/new_version"
|
||||
check:rc==0
|
||||
cmd:xdsh $$CN "cat /newxcat/new_version|grep $$LATEST_VERSION"
|
||||
cmd:lsxcatd -v > /latest_version_info;scp /latest_version_info root@$$CN:/newxcat/
|
||||
check:rc==0
|
||||
cmd:xdsh $$CN diff /newxcat/latest_version_info /newxcat/new_version
|
||||
check:rc==0
|
||||
cmd:xdsh $$CN "service xcatd status"
|
||||
check:rc==0
|
||||
|
@ -1,6 +1,6 @@
|
||||
start:ubuntu_migration2_vm
|
||||
os:Linux
|
||||
description:update xCAT from $$UBUNTU_MIGRATION2_VERSION to $$LATEST_VERSION, these two global parameter defined in config file
|
||||
description:update xCAT from $$UBUNTU_MIGRATION2_VERSION to latest version, these two global parameter defined in config file
|
||||
|
||||
cmd:copycds $$ISO
|
||||
check:rc==0
|
||||
@ -107,7 +107,9 @@ cmd:xdsh $$CN "apt-get -y --only-upgrade install .*xcat.*"
|
||||
check:rc==0
|
||||
cmd:xdsh $$CN "source /etc/profile.d/xcat.sh;lsxcatd -v > /newxcat/new_version"
|
||||
check:rc==0
|
||||
cmd:xdsh $$CN "cat /newxcat/new_version|grep $$LATEST_VERSION"
|
||||
cmd:lsxcatd -v > /latest_version_info;scp /latest_version_info root@$$CN:/newxcat/
|
||||
check:rc==0
|
||||
cmd:xdsh $$CN diff /newxcat/latest_version_info /newxcat/new_version
|
||||
check:rc==0
|
||||
cmd:xdsh $$CN "service xcatd status"
|
||||
check:rc==0
|
||||
|
Loading…
x
Reference in New Issue
Block a user