From ba91a4f16f83a8422816381f9f5f2af0ec586549 Mon Sep 17 00:00:00 2001 From: khushboo-rancher Date: Mon, 23 Oct 2023 17:25:46 +0000 Subject: [PATCH] Update testing docs Signed-off-by: khushboo-rancher --- backend/integration/test_vm_functions.html | 4 ++-- integration/modules/skel_skel_spec.html | 6 +++--- ...testcases_VM_settings_cloud_config_templates_spec.html | 2 +- .../modules/testcases_VM_settings_ssh_keys_spec.html | 4 ++-- integration/modules/testcases_networks_network_spec.html | 8 ++++---- .../testcases_virtualmachines_virtual_machine_spec.html | 4 ++-- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/backend/integration/test_vm_functions.html b/backend/integration/test_vm_functions.html index 7569f170a..3d882f511 100644 --- a/backend/integration/test_vm_functions.html +++ b/backend/integration/test_vm_functions.html @@ -189,7 +189,7 @@

Module harvester_e2e_tests.integration.test_vm_functions code, data = api_client.settings.get('overcommit-config') assert 200 == code, (code, data) - origin_val = json.loads(data.get('value', {})) + origin_val = json.loads(data.get('value', "{}")) spec = api_client.settings.Spec.from_dict(data) spec.cpu = spec.memory = 100 code, data = api_client.settings.update('overcommit-config', spec) @@ -2932,7 +2932,7 @@

Raises

code, data = api_client.settings.get('overcommit-config') assert 200 == code, (code, data) - origin_val = json.loads(data.get('value', {})) + origin_val = json.loads(data.get('value', "{}")) spec = api_client.settings.Spec.from_dict(data) spec.cpu = spec.memory = 100 code, data = api_client.settings.update('overcommit-config', spec) diff --git a/integration/modules/skel_skel_spec.html b/integration/modules/skel_skel_spec.html index ea6720a7d..1f36a22df 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