Skip to content

Commit

Permalink
smartos-live#94 zone brands need to be more resiliant to missing nic …
Browse files Browse the repository at this point in the history
…tags
  • Loading branch information
Rob Gulewich committed Aug 23, 2012
1 parent 876d65f commit 1df3069
Show file tree
Hide file tree
Showing 6 changed files with 587 additions and 60 deletions.
1 change: 1 addition & 0 deletions src/vm/common/vmtest.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ exports.on_new_vm = function(t, uuid, payload, state, fnlist, callback)
}, function(cb) {
VM.create(payload, function (err, obj) {
if (err) {
state.create_err = err;
if (state.expect_create_failure) {
t.ok(true, 'failed to create VM: ' + err.message);
cb();
Expand Down
218 changes: 161 additions & 57 deletions src/vm/node_modules/VM.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1df3069

Please sign in to comment.