tweaks to metadata constructor, and some updated features.

This commit is contained in:
Joe Thornber
2013-06-19 11:34:01 +01:00
parent 172353d1a5
commit 055b237126
5 changed files with 25 additions and 13 deletions

View File

@ -1,6 +1,6 @@
Given(/^valid metadata$/) do
in_current_dir do
write_valid_xml(xml_file)
system("thinp_xml create --nr-thins uniform[4..9] --nr-mappings uniform[1000..10000] > #{xml_file}")
end
run_simple("dd if=/dev/zero of=#{dev_file} bs=4k count=1024")