Uploaded image for project: 'OpenShift Virtualization'
  1. OpenShift Virtualization
  2. CNV-40369

[cnv-tests] Start VMs orderly using running_vm

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Unresolved
    • Icon: Undefined Undefined
    • None
    • None
    • CNV Network
    • 0.42
    • False
    • Hide

      None

      Show
      None
    • False
    • None
    • No
    • ---
    • ---

      Currently, in many of our tests where it is possible, we start the VM in the fixture where we create the using a call to `vm.start()`, and afterwards we verify it completed its start using a later call to `running_vm()`.
      This methodology saves time because it enables starting more than one VM in parallel, but there are occasions where it leads to a race, and the VM start ends with a failure.
      We need to avoid starting the VMs with `start()` (except for specific places where it is required to do it like that), and instead start our VMs in an orderly manner using `running_vm()`.

            Unassigned Unassigned
            ysegev@redhat.com Yossi Segev
            Nir Rozen Nir Rozen
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: