diff --git a/xCAT-test/autotest/kitdata/buildkit.conf b/xCAT-test/autotest/kitdata/buildkit.conf new file mode 100644 index 000000000..a525cea10 --- /dev/null +++ b/xCAT-test/autotest/kitdata/buildkit.conf @@ -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 + diff --git a/xCAT-test/autotest/kitdata/docs/index.html b/xCAT-test/autotest/kitdata/docs/index.html new file mode 100644 index 000000000..b00ea63c6 --- /dev/null +++ b/xCAT-test/autotest/kitdata/docs/index.html @@ -0,0 +1,10 @@ + + +Product Documentation + + + +Redirecting to: +http://sourceforge.net/apps/mediawiki/xcat/index.php?title=XCAT_Documentation + + diff --git a/xCAT-test/autotest/kitdata/other_files/ubu.env b/xCAT-test/autotest/kitdata/other_files/ubu.env new file mode 100644 index 000000000..5ff8bc7ba --- /dev/null +++ b/xCAT-test/autotest/kitdata/other_files/ubu.env @@ -0,0 +1 @@ +#ENV:TEST_LICENSE_ACCEPT=yes# diff --git a/xCAT-test/autotest/kitdata/scripts/test_postboot b/xCAT-test/autotest/kitdata/scripts/test_postboot new file mode 100755 index 000000000..788be4248 --- /dev/null +++ b/xCAT-test/autotest/kitdata/scripts/test_postboot @@ -0,0 +1,3 @@ +#!/bin/sh +echo "running test_postboot script" + diff --git a/xCAT-test/autotest/kitdata/scripts/test_postinstall b/xCAT-test/autotest/kitdata/scripts/test_postinstall new file mode 100755 index 000000000..8bb4e3163 --- /dev/null +++ b/xCAT-test/autotest/kitdata/scripts/test_postinstall @@ -0,0 +1,3 @@ +#!/bin/sh +echo "running test_postinstall script" + diff --git a/xCAT-test/autotest/kitdata/source_packages/kittest/pkg1_1-2_all.deb b/xCAT-test/autotest/kitdata/source_packages/kittest/pkg1_1-2_all.deb new file mode 100644 index 000000000..4a445c94a Binary files /dev/null and b/xCAT-test/autotest/kitdata/source_packages/kittest/pkg1_1-2_all.deb differ diff --git a/xCAT-test/autotest/kitdata/source_packages/kittest/pkg2_1-2_all.deb b/xCAT-test/autotest/kitdata/source_packages/kittest/pkg2_1-2_all.deb new file mode 100644 index 000000000..4a445c94a Binary files /dev/null and b/xCAT-test/autotest/kitdata/source_packages/kittest/pkg2_1-2_all.deb differ diff --git a/xCAT-test/autotest/kitdata/source_packages/kittest/pkg3_1-2_all.deb b/xCAT-test/autotest/kitdata/source_packages/kittest/pkg3_1-2_all.deb new file mode 100644 index 000000000..4a445c94a Binary files /dev/null and b/xCAT-test/autotest/kitdata/source_packages/kittest/pkg3_1-2_all.deb differ