mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-29 17:23:08 +00:00
update labels
This commit is contained in:
parent
b9f8a5bb7c
commit
e2a71b3dde
@ -1,7 +1,7 @@
|
||||
start:import_osimage_with_environments_in_yaml
|
||||
description:this case is to verify if osimage import could support environment variables.
|
||||
os:Linux
|
||||
label:xcat_install,xcat_inventory,provision
|
||||
label:others,xcat_inventory,invoke_provison
|
||||
cmd:chdef -t node -o $$CN servicenode= monserver=$$MN nfsserver=$$MN tftpserver=$$MN xcatmaster=$$MN
|
||||
check:rc==0
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
start:export_import_osimage_with_INCLUDE_in_file
|
||||
description:This case is used to test xcat-inventory export and import one linux osimage definition which has INCLUDE in the attribute's specified files. The attributes are pkglist, otherpkglist,exlist,synclists,template,postinstall and partitionfile.
|
||||
label:xcat-inventory
|
||||
label:others,xcat_inventory
|
||||
cmd:dir="/tmp/imagedata/";if [ -e "${dir}" ];then mv ${dir} ${dir}".bak"; fi; mkdir -p $dir
|
||||
check:rc==0
|
||||
cmd:dir="/tmp/imagedata/export";if [ -e "${dir}" ];then mv ${dir} ${dir}".bak"; fi; mkdir -p $dir
|
||||
|
Loading…
x
Reference in New Issue
Block a user