1. 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
  2. 12 12月, 2013 7 次提交
  3. 11 12月, 2013 14 次提交
  4. 10 12月, 2013 9 次提交
  5. 09 12月, 2013 2 次提交
  6. 07 12月, 2013 4 次提交