remove openwrt image

This commit is contained in:
Vishvananda Ishaya 2011-08-15 11:31:44 -07:00
parent 2ed3b12cc8
commit 055c7692fc
5 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

BIN
smoketests/random.image Normal file

Binary file not shown.

BIN
smoketests/random.kernel Normal file

Binary file not shown.

View File

@ -35,9 +35,9 @@ from smoketests import flags
from smoketests import base
FLAGS = flags.FLAGS
flags.DEFINE_string('bundle_kernel', 'openwrt-x86-vmlinuz',
flags.DEFINE_string('bundle_kernel', 'random.kernel',
'Local kernel file to use for bundling tests')
flags.DEFINE_string('bundle_image', 'openwrt-x86-ext2.image',
flags.DEFINE_string('bundle_image', 'random.image',
'Local image file to use for bundling tests')
TEST_PREFIX = 'test%s' % int(random.random() * 1000000)