1. 11 2月, 2015 1 次提交
  2. 18 9月, 2014 1 次提交
    • R
      bhyve: tests: fix build · d0d344cf
      Roman Bogorodskiy 提交于
      Commit b20d39a5 introduced a new argument for the
      virNetDevTapCreateInBridgePort function, however, its mock
      in bhyve tests wasn't updated, so the build failed.
      
      Fix build by adding this new argument to the mock version.
      d0d344cf
  3. 27 3月, 2014 1 次提交
    • R
      bhyve: add xml2args unittest · 1994d2dd
      Roman Bogorodskiy 提交于
      At this point unittest covers 4 basic cases:
      
       - minimal working XML for bhyve
       - same as above, but with virtio disk
       - ACPI and APIC args test
       - MAC address test
      1994d2dd