[autotest-client-tests][PATCH 1/1] UBUNTU: SAUCE: ubuntu_nvidia_server_driver: nvidia-fs: change order of testing
Taihsiang Ho (tai271828)
taihsiang.ho at canonical.com
Thu Jul 7 09:55:17 UTC 2022
The recent test runs shows the "load" testing will not clean nvidia
drivers fully, and the mixed versioin of drivers will make xmlstarlet
confused:
Failed to initialize NVML: Driver/library version mismatch
Change the order of testing to make the run launched in the clean driver
context.
Signed-off-by: Taihsiang Ho (tai271828) <taihsiang.ho at canonical.com>
---
ubuntu_nvidia_server_driver/control | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ubuntu_nvidia_server_driver/control b/ubuntu_nvidia_server_driver/control
index 3f6f2323..a88eff02 100644
--- a/ubuntu_nvidia_server_driver/control
+++ b/ubuntu_nvidia_server_driver/control
@@ -9,5 +9,5 @@ DOC = """
Perform testing of Nvidia server drivers
"""
-job.run_test_detail('ubuntu_nvidia_server_driver', test_name='load', tag='load', timeout=600)
job.run_test_detail('ubuntu_nvidia_server_driver', test_name='nvidia-fs', tag='nvidia-fs', timeout=1500)
+job.run_test_detail('ubuntu_nvidia_server_driver', test_name='load', tag='load', timeout=600)
--
2.36.1
More information about the kernel-team
mailing list