1. 30 9月, 2014 5 次提交
  2. 26 9月, 2014 15 次提交
  3. 25 9月, 2014 2 次提交
  4. 23 9月, 2014 4 次提交
  5. 20 9月, 2014 3 次提交
  6. 19 9月, 2014 4 次提交
  7. 18 9月, 2014 3 次提交
  8. 17 9月, 2014 4 次提交
    • R
      multiplexer: Reintroduce command line options for filters. · 699f04df
      Rudá Moura 提交于
      Reintroduce command line options --filter-only and --filter-out
      to control the global filters for multiplexing, both by the test runner
      and the multiplex plugin.
      
      Group multiplex command line options together in the group
      "multiplex" inside the test runner.
      
      Examples:
      
      avocado run --help
      ... other options ...
      multiplex arguments:
        -m MULTIPLEX_FILE, --multiplex-file MULTIPLEX_FILE
                              Path to an avocado multiplex (.yaml) file
        --filter-only [FILTER_ONLY [FILTER_ONLY ...]]
                              Filter only path(s) from multiplexing
        --filter-out [FILTER_OUT [FILTER_OUT ...]]
                              Filter out path(s) from multiplexing
      
      avocado run footest --multiplex foo.yaml \
      	--filter-only /root/env /root/os/linux \
              --filter-out /root/hw/virtio
      
      avocado multiplex mux.yaml \
      	--filter-only /root/os/win /root/hw/cpu/intel \
              --filter-out /root/hw/disk/virtio
      Variants generated:
      Variant 1:    /root/hw/cpu/intel, /root/hw/disk/scsi, /root/os/win/winxp, /root/env/debug
      Variant 2:    /root/hw/cpu/intel, /root/hw/disk/scsi, /root/os/win/winxp, /root/env/prod
      Variant 3:    /root/hw/cpu/intel, /root/hw/disk/scsi, /root/os/win/win7, /root/env/debug
      Variant 4:    /root/hw/cpu/intel, /root/hw/disk/scsi, /root/os/win/win7, /root/env/prod
      Variant 5:    /root/hw/cpu/intel, /root/hw/disk/scsi, /root/os/win/win8, /root/env/debug
      Variant 6:    /root/hw/cpu/intel, /root/hw/disk/scsi, /root/os/win/win8, /root/env/prod
      Signed-off-by: NRuda Moura <rmoura@redhat.com>
      699f04df
    • C
      Merge pull request #213 from clebergnu/ruda_multiplex_updates · 02db6577
      Cleber Rosa 提交于
      Ruda's multiplex updates
      02db6577
    • C
      dc64e112
    • R
      avocado.multiplexer: improvements in path_parent and any_sibling. · b8b9fee2
      Rudá Moura 提交于
      Include documentation for path_parent and any_sibling and
      use variable names more relevant.
      
      In function any_sibling, if the number of arguments is less than 2,
      then returns False, because it is obviously alone.
      Signed-off-by: NRuda Moura <rmoura@redhat.com>
      b8b9fee2