Skip to content

Commit

Permalink
test(volatile): make sure machine is down
Browse files Browse the repository at this point in the history
issue UPC#838
  • Loading branch information
frankiejol committed Sep 10, 2018
1 parent 95c53ac commit 0da7236
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/vm/v10_volatile.t
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ sub test_volatile {
eval { $clone->shutdown_now(user_admin) if $clone->is_active};
is(''.$@,'',"[$vm_name] Expecting no error after shutdown");

is($clone->is_active, 0);
# test out of the DB
my $sth = $test->connector->dbh->prepare("SELECT id,name FROM domains WHERE name=?");
$sth->execute($name);
Expand Down

0 comments on commit 0da7236

Please sign in to comment.