Add the write-during-migration test to the acceptance test run

This commit is contained in:
Alex Young
2012-09-13 14:41:50 +01:00
parent 8b43321ef2
commit 1d9c88d4ca
5 changed files with 437 additions and 431 deletions

View File

@@ -29,7 +29,7 @@ end
@local = File.open(testname_local, "r+")
@serve = FlexNBD.new(binary, "127.0.0.1", 41234)
@serve = FlexNBD::FlexNBD.new(binary, "127.0.0.1", 41234)
@serve.serve(testname_serve)
$record = []