Fix: typo
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Tue, 30 Apr 2019 23:43:26 +0000 (19:43 -0400)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Tue, 30 Apr 2019 23:43:26 +0000 (19:43 -0400)
This prevent the job from being posted to lava.

Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
scripts/system-tests/lava2-submit.py

index 0dfa2bbaa404088c0215afc2e93d3ba7fa6e8e7f..a114f1c69ab2e692d818f31fab020af854c0bfab 100644 (file)
@@ -40,7 +40,7 @@ class TestType():
         'baremetal-benchmarks' : baremetal_benchmarks,
         'baremetal-tests' : baremetal_tests,
         'kvm-tests' : kvm_tests,
-        'kvm-fuzzin-tests' : kvm_fuzzing_tests,
+        'kvm-fuzzing-tests' : kvm_fuzzing_tests,
     }
 
 class DeviceType():
This page took 0.022965 seconds and 4 git commands to generate.