summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVishvananda Ishaya <vishvananda@gmail.com>2011-08-15 11:31:44 -0700
committerVishvananda Ishaya <vishvananda@gmail.com>2011-08-15 11:31:44 -0700
commit055c7692fc91d1d7d709c975fd223cc67f18ef8f (patch)
tree2d7f7ff4f733e999cda4730ce4387fa8adbbd051
parent2ed3b12cc8da82304cef88dde64631b6348ee60e (diff)
downloadnova-055c7692fc91d1d7d709c975fd223cc67f18ef8f.tar.gz
nova-055c7692fc91d1d7d709c975fd223cc67f18ef8f.tar.xz
nova-055c7692fc91d1d7d709c975fd223cc67f18ef8f.zip
remove openwrt image
-rw-r--r--smoketests/openwrt-x86-ext2.imagebin4612608 -> 0 bytes
-rw-r--r--smoketests/openwrt-x86-vmlinuzbin1169948 -> 0 bytes
-rw-r--r--smoketests/random.imagebin0 -> 65536 bytes
-rw-r--r--smoketests/random.kernelbin0 -> 16384 bytes
-rw-r--r--smoketests/test_sysadmin.py4
5 files changed, 2 insertions, 2 deletions
diff --git a/smoketests/openwrt-x86-ext2.image b/smoketests/openwrt-x86-ext2.image
deleted file mode 100644
index cd2dfa426..000000000
--- a/smoketests/openwrt-x86-ext2.image
+++ /dev/null
Binary files differ
diff --git a/smoketests/openwrt-x86-vmlinuz b/smoketests/openwrt-x86-vmlinuz
deleted file mode 100644
index 59cc9bb1f..000000000
--- a/smoketests/openwrt-x86-vmlinuz
+++ /dev/null
Binary files differ
diff --git a/smoketests/random.image b/smoketests/random.image
new file mode 100644
index 000000000..f2c0c30bb
--- /dev/null
+++ b/smoketests/random.image
Binary files differ
diff --git a/smoketests/random.kernel b/smoketests/random.kernel
new file mode 100644
index 000000000..01a6284dd
--- /dev/null
+++ b/smoketests/random.kernel
Binary files differ
diff --git a/smoketests/test_sysadmin.py b/smoketests/test_sysadmin.py
index 454f6f1d5..29cda1a9b 100644
--- a/smoketests/test_sysadmin.py
+++ b/smoketests/test_sysadmin.py
@@ -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)