remove openwrt image
This commit is contained in:
Binary file not shown.
Binary file not shown.
BIN
smoketests/random.image
Normal file
BIN
smoketests/random.image
Normal file
Binary file not shown.
BIN
smoketests/random.kernel
Normal file
BIN
smoketests/random.kernel
Normal file
Binary file not shown.
@@ -35,9 +35,9 @@ from smoketests import flags
|
|||||||
from smoketests import base
|
from smoketests import base
|
||||||
|
|
||||||
FLAGS = flags.FLAGS
|
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')
|
'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')
|
'Local image file to use for bundling tests')
|
||||||
|
|
||||||
TEST_PREFIX = 'test%s' % int(random.random() * 1000000)
|
TEST_PREFIX = 'test%s' % int(random.random() * 1000000)
|
||||||
|
Reference in New Issue
Block a user