File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -266,6 +266,22 @@ log_objects() {
266266 echo " ${output} " | grep -E ' ^.*SUM multinode_device_to_device_memcpy_read_ce [0-9]+\.[0-9]+.*$'
267267}
268268
269+ @test " Confirm startup config / detail in logs on level 0" {
270+ local _iargs=(" --set" " logVerbosity=0" )
271+ iupgrade_wait " ${TEST_CHART_REPO} " " ${TEST_CHART_VERSION} " _iargs
272+
273+ run kubectl logs -l nvidia-dra-driver-gpu-component=controller -n nvidia-dra-driver-gpu --tail=-1
274+ assert_output --partial " Verbosity:"
275+ assert_output --partial ' "MPSSupport":false'
276+ assert_output --partial ' additionalNamespaces:'
277+
278+ run kubectl logs -l nvidia-dra-driver-gpu-component=kubelet-plugin -n nvidia-dra-driver-gpu --tail=-1
279+ assert_output --partial " Verbosity"
280+ assert_output --partial " nodeName"
281+ assert_output --partial " identified fabric clique"
282+ assert_output --partial " driver version validation"
283+ }
284+
269285@test " CD controller: test log verbosity levels" {
270286 iupgrade_wait " ${TEST_CHART_REPO} " " ${TEST_CHART_VERSION} " NOARGS
271287
You can’t perform that action at this time.
0 commit comments