1. 16 12月, 2013 8 次提交
  2. 17 12月, 2013 1 次提交
    • J
      virsh_edit: Resolve random/obscure timing failure · 015809c1
      John Ferlan 提交于
      Periodically I was getting a failure when the first of the sequence
      of virsh_edit's are run in one my long runs using the "--tests virsh"
      option. The failing test is/was 'virsh.edit.normal_test.id_option'.
      When run alone using "--tests virsh.edit" - the error didn't occur.
      After looking at the test for a while I noticed that part of the
      processing is to shutdown the guest prior to the last modify_vcpu()
      call. Doing that means the 'id' is no longer valid - thus a failure
      could occur that wasn't expected. Even after changing that I got a few
      more failures and after an attempt to change the sleep() time from 1 to 2
      I was directed to the remote.handle_prompts() call which should work.
      015809c1
  3. 16 12月, 2013 2 次提交
  4. 14 12月, 2013 6 次提交
  5. 13 12月, 2013 4 次提交
    • L
      Merge pull request #1227 from autotest/change-defaults-runner · 5051747e
      Lucas Meneghel Rodrigues 提交于
      run: Introduce new options, change virt-test default behavior
      5051747e
    • L
      run: Make safe behavior the default, change options · f9579adf
      Lucas Meneghel Rodrigues 提交于
      In order to save time in virt-test:
      
      1) The JeOS image is uncompressed once and reused
         every test, unless it is explicitly asked with
         --restore-image
      
      2) After a test is done, the VMs won't be shut down
         unless it is explicitly asked with --restart-vm
      
      3) After a test is done, the pristine image won't
         be restored, unless it is explicitly asked with
         --restore-image-between-tests
      
      All of those behaviors, while might bring speed ups
      to the test process, they are not safe. As users
      frequently don't have the visibility of that when
      using the test suite, we found out that it's in the
      best interest of users and developers that the
      defaults are changed to safer options.
      
      With this, the options mentioned above changed to
      
      --keep-guest-running
      --keep-image
      --keep-image-between-tests
      
      The wording 'guest' was chose over 'vm' due to the
      fact we already have --guest-os. So, mostly an attempt
      to keep consistency.
      Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
      f9579adf
    • L
      Merge pull request #1231 from autotest/fix-179 · 24f36bbb
      Lucas Meneghel Rodrigues 提交于
      run: Add --console-level option, fix issue #179
      24f36bbb
    • L
      run: Add --console-level option, fix issue #179 · 336efaa4
      Lucas Meneghel Rodrigues 提交于
      With this we implement (admittedly very very late)
      the functionality asked in issue #179. This introduces
      a new --console-level option, that will allow people
      using --verbose to adjust the level of the messages
      printed to the console.
      
      CC: Eduardo Habkost <ehabkost@redhat.com>
      Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
      336efaa4
  6. 12 12月, 2013 7 次提交
  7. 11 12月, 2013 12 次提交