mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-22 03:32:04 +00:00
update for ci_tst
This commit is contained in:
parent
55a8ad96ab
commit
c8a952a634
@ -1,5 +1,5 @@
|
||||
start:makeconservercf_null
|
||||
label:others
|
||||
label:others,ci_test
|
||||
cmd:chdef -t node -o testnodetmp cons=hmc groups=all
|
||||
cmd:makeconservercf testnodetmp
|
||||
check:rc==0
|
||||
@ -11,7 +11,7 @@ cmd:rmdef -t node testnodetmp
|
||||
end
|
||||
|
||||
start:makeconservercf_noderange
|
||||
label:others
|
||||
label:others,ci_test
|
||||
cmd:chdef -t node -o testnodetmp cons=hmc groups=all
|
||||
cmd:makeconservercf testnodetmp
|
||||
check:rc==0
|
||||
@ -23,7 +23,7 @@ cmd:rmdef -t node testnodetmp
|
||||
end
|
||||
|
||||
start:makeconservercf_d
|
||||
label:others
|
||||
label:others,ci_test
|
||||
cmd:chdef -t node -o testnodetmp cons=hmc groups=all
|
||||
cmd:makeconservercf testnodetmp
|
||||
check:rc==0
|
||||
|
@ -1,5 +1,5 @@
|
||||
start:makeknownhosts_h
|
||||
label:others,hosts
|
||||
label:others,ci_test,hosts
|
||||
cmd:makeknownhosts -h
|
||||
check:output=~Usage
|
||||
cmd:makeknownhosts --help
|
||||
|
@ -1,6 +1,6 @@
|
||||
start:makenetworks_h
|
||||
description:help
|
||||
label:others,network
|
||||
label:others,ci_test,network
|
||||
cmd:makenetworks -h
|
||||
check:rc==0
|
||||
check:output=~Usage
|
||||
@ -8,7 +8,7 @@ end
|
||||
|
||||
start:makenetworks_help
|
||||
description:help
|
||||
label:others,network
|
||||
label:others,ci_test,network
|
||||
cmd:makedhcp --help
|
||||
check:rc==0
|
||||
check:output=~Usage
|
||||
@ -16,7 +16,7 @@ end
|
||||
|
||||
start:makenetworks_v
|
||||
description:version
|
||||
label:others,network
|
||||
label:others,ci_test,network
|
||||
cmd:makenetworks -v
|
||||
check:rc==0
|
||||
check:output=~Version
|
||||
@ -25,7 +25,7 @@ end
|
||||
start:makenetworks_d
|
||||
os:Linux
|
||||
description:makenetworks_d
|
||||
label:others,network
|
||||
label:others,ci_test,network
|
||||
cmd:makenetworks -d > /tmp/mynetworksstanzas
|
||||
check:rc==0
|
||||
cmd:echo -ne "auto-testnetworks:\n objtype=network\n gateway=1.2.3.0\n mask=255.255.255.0\n net=1.2.3.1\n" >> /tmp/mynetworksstanzas
|
||||
|
Loading…
x
Reference in New Issue
Block a user