2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-18 20:30:56 +00:00

Remove trailing spaces in file xCAT-test/autotest/testcase/migration/ubuntu_migration2_vm

This commit is contained in:
GONG Jie
2017-12-31 23:59:59 +00:00
parent 8f8444da5f
commit f2a026fb2d

View File

@ -31,7 +31,7 @@ cmd:xdsh $$CN "echo \"nameserver 9.0.2.1\" >> /etc/resolv.conf"
check:rc==0
cmd:xdsh $$CN "apt-get -y install software-properties-common"
check:rc==0
cmd:xdsh $$CN 'lsb_r=`lsb_release -sc`;add-apt-repository "deb http://archive.ubuntu.com/ubuntu $lsb_r main"'
cmd:xdsh $$CN 'lsb_r=`lsb_release -sc`;add-apt-repository "deb http://archive.ubuntu.com/ubuntu $lsb_r main"'
check:rc==0
cmd:xdsh $$CN 'lsb_r=`lsb_release -sc`;add-apt-repository "deb http://archive.ubuntu.com/ubuntu ${lsb_r}-updates main"'
check:rc==0
@ -45,7 +45,7 @@ cmd:xdsh $$CN "sed -i '/security.ubuntu.com/d' /etc/apt/sources.list"
check:rc==0
cmd:xdsh $$CN "wget -O - http://xcat.org/files/xcat/repos/apt/apt.key | apt-key add -"
check:rc==0
cmd:xdsh $$CN "apt-get clean all"
cmd:xdsh $$CN "apt-get clean all"
check:rc==0
cmd:xdsh $$CN "apt-get update"
check:rc==0