diff --git a/backend/integrations/test_3_vm_functions.html b/backend/integrations/test_3_vm_functions.html index 71eeb1999..05b3da861 100644 --- a/backend/integrations/test_3_vm_functions.html +++ b/backend/integrations/test_3_vm_functions.html @@ -540,6 +540,9 @@

Module harvester_e2e_tests.integrations.test_3_vm_functi assert 204 == code, (code, err) else: break + elif len(states) == 1 and not m_state: + # we did abort migration, and the anootation removed + break sleep(3) else: raise AssertionError( @@ -4437,6 +4440,9 @@

Steps

assert 204 == code, (code, err) else: break + elif len(states) == 1 and not m_state: + # we did abort migration, and the anootation removed + break sleep(3) else: raise AssertionError( @@ -4570,6 +4576,9 @@

Steps

assert 204 == code, (code, err) else: break + elif len(states) == 1 and not m_state: + # we did abort migration, and the anootation removed + break sleep(3) else: raise AssertionError( diff --git a/backend/integrations/test_z_terraform.html b/backend/integrations/test_z_terraform.html index 9037a0aef..89347add4 100644 --- a/backend/integrations/test_z_terraform.html +++ b/backend/integrations/test_z_terraform.html @@ -73,7 +73,7 @@

Module harvester_e2e_tests.integrations.test_z_terraform assert vlan_nic, f"VLAN NIC {vlan_nic} not configured correctly." _, clusternetwork_name = clusternetwork_resource - name, nics = f"{clusternetwork_name}-{vlan_nic}", [vlan_nic] + name, nics = f"{clusternetwork_name}-{vlan_nic}".lower(), [vlan_nic] spec = tf_resource.vlanconfig(f"tf_{unique_name}", name, clusternetwork_name, nics) return spec, name, clusternetwork_name, nics @@ -572,7 +572,7 @@

Functions

assert vlan_nic, f"VLAN NIC {vlan_nic} not configured correctly." _, clusternetwork_name = clusternetwork_resource - name, nics = f"{clusternetwork_name}-{vlan_nic}", [vlan_nic] + name, nics = f"{clusternetwork_name}-{vlan_nic}".lower(), [vlan_nic] spec = tf_resource.vlanconfig(f"tf_{unique_name}", name, clusternetwork_name, nics) return spec, name, clusternetwork_name, nics
diff --git a/integration/modules/skel_skel_spec.html b/integration/modules/skel_skel_spec.html index d842c52d2..11f7bbc88 100644 --- a/integration/modules/skel_skel_spec.html +++ b/integration/modules/skel_skel_spec.html @@ -1,11 +1,11 @@ -skel/skel.spec | Cypress Integration Tests for Harvester
Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions

  • changePassword(): void