1. 20 12月, 2018 1 次提交
  2. 12 12月, 2018 2 次提交
  3. 11 12月, 2018 1 次提交
  4. 10 12月, 2018 3 次提交
  5. 05 12月, 2018 1 次提交
  6. 04 12月, 2018 4 次提交
  7. 03 12月, 2018 4 次提交
  8. 01 12月, 2018 1 次提交
  9. 30 11月, 2018 3 次提交
  10. 29 11月, 2018 11 次提交
  11. 28 11月, 2018 2 次提交
  12. 27 11月, 2018 1 次提交
    • L
      qemu..smbios: Avoid defining extra pci_controllers · b156546c
      Lukáš Doktor 提交于
      The extra pci_controllers are needed on q35 for hotplug purposes, but
      this test even on q35 machine-type attempts to boot all supported
      machine-types including i440fx. The i440fx requires additional PCIE
      root-complex and this is not handled by Avocado-vt automatically and
      would require complex handling only to get something that is not needed
      by the test. Let's simply not create the additional controllers as we
      don't need them.
      
      Without this patch we are getting:
      
          "Can't add chassis slot, error -16"
      
      because Avocado-vt does not define chassis for PCI busses (it does that
      only for PCIE busses). Yes, it'd be possible to add support for extra
      controllers for i440fx, but at this point it is not necessary and this
      solution is way simpler.
      Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
      b156546c
  13. 26 11月, 2018 2 次提交
    • Q
      Merge pull request #1386 from sitoliu/vlan · 27c77793
      Qianqian Zhu 提交于
      Vlan: enable vlan ping between guest and host
      27c77793
    • S
      vlan: update error message pattern for new guest · 6954fa24
      Sitong Liu 提交于
      and replace "iptables -F" with stopping "firewalld.service"
      
      1. Developer added extack messages for vlan link create in kernel
      > 4.18, so update corresponding txt pattern in test case.
      
      2. "iptables -F" deletes all the filter rules on RHEL7, but does
      not work on RHEL8, "firewalld" uses "nftables" as its default
      backend on RHEL8. so try to stop filter rules with
      "systemctl stop firewalld" on RHEL7 and RHEL8.
      Signed-off-by: NSitong Liu <siliu@redhat.com>
      6954fa24
  14. 22 11月, 2018 2 次提交
  15. 21 11月, 2018 2 次提交