add kit bucket test data
This commit is contained in:
parent
f1a75b17d3
commit
b4cd2e016b
59
xCAT-test/autotest/kitdata/buildkit.conf
Normal file
59
xCAT-test/autotest/kitdata/buildkit.conf
Normal file
@ -0,0 +1,59 @@
|
||||
# Kit Build File
|
||||
# sample file used for Kit automation test, modify it according to your test OS
|
||||
#
|
||||
kit:
|
||||
basename=ubuntukit
|
||||
description=Test kit for ubuntukit
|
||||
version=1.0
|
||||
release=1
|
||||
ostype=Linux
|
||||
osarch=ppc64el
|
||||
vendor=IBM Corp.
|
||||
kitdeployparams=ubu.env
|
||||
kitlicense=EPL
|
||||
|
||||
kitrepo:
|
||||
kitrepoid=ubuntu14.04
|
||||
osbasename=ubuntu
|
||||
osmajorversion=14
|
||||
osminorversion=04
|
||||
osarch=ppc64el
|
||||
|
||||
kitcomponent:
|
||||
basename=ubuntukit-compute-1
|
||||
description=description for component ubuntukit-compute-1
|
||||
serverroles=compute
|
||||
kitrepoid=ubuntu14.04
|
||||
kitpkgdeps=pkg1
|
||||
|
||||
kitcomponent:
|
||||
basename=ubuntukit-compute-2
|
||||
description=description for component ubuntukit-compute-2
|
||||
serverroles=compute
|
||||
kitrepoid=ubuntu14.04
|
||||
kitcompdeps=ubuntukit-compute-1
|
||||
kitpkgdeps=pkg2,pkg3
|
||||
ospkgdeps=xinetd
|
||||
postinstall=test_postinstall
|
||||
postupgrade=test_postinstall
|
||||
postbootscripts=test_postboot
|
||||
|
||||
|
||||
kitpackage:
|
||||
filename=pkg1_*_all.deb
|
||||
kitrepoid=ubuntu14.04
|
||||
isexternalpkg=no
|
||||
rpm_prebuiltdir=/kittest
|
||||
|
||||
kitpackage:
|
||||
filename=pkg2_*_all.deb
|
||||
kitrepoid=ubuntu14.04
|
||||
isexternalpkg=no
|
||||
rpm_prebuiltdir=/kittest
|
||||
|
||||
kitpackage:
|
||||
filename=pkg3_*_all.deb
|
||||
kitrepoid=ubuntu14.04
|
||||
isexternalpkg=no
|
||||
rpm_prebuiltdir=/kittest
|
||||
|
10
xCAT-test/autotest/kitdata/docs/index.html
Normal file
10
xCAT-test/autotest/kitdata/docs/index.html
Normal file
@ -0,0 +1,10 @@
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>Product Documentation</TITLE>
|
||||
<!-- Replace the xCAT doc url with your product url -->
|
||||
<meta http-equiv="REFRESH" content="0;url=http://sourceforge.net/apps/mediawiki/xcat/index.php?title=XCAT_Documentation"></HEAD>
|
||||
<BODY>
|
||||
Redirecting to:
|
||||
http://sourceforge.net/apps/mediawiki/xcat/index.php?title=XCAT_Documentation
|
||||
</BODY>
|
||||
</HTML>
|
1
xCAT-test/autotest/kitdata/other_files/ubu.env
Normal file
1
xCAT-test/autotest/kitdata/other_files/ubu.env
Normal file
@ -0,0 +1 @@
|
||||
#ENV:TEST_LICENSE_ACCEPT=yes#
|
3
xCAT-test/autotest/kitdata/scripts/test_postboot
Executable file
3
xCAT-test/autotest/kitdata/scripts/test_postboot
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
echo "running test_postboot script"
|
||||
|
3
xCAT-test/autotest/kitdata/scripts/test_postinstall
Executable file
3
xCAT-test/autotest/kitdata/scripts/test_postinstall
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
echo "running test_postinstall script"
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user