From: Jonathan Rajotte Date: Tue, 30 Apr 2019 23:43:26 +0000 (-0400) Subject: Fix: typo X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=6b4d384adc059ef04b6244a9701f8d0af4eddb63;p=lttng-ci.git Fix: typo This prevent the job from being posted to lava. Signed-off-by: Jonathan Rajotte --- diff --git a/scripts/system-tests/lava2-submit.py b/scripts/system-tests/lava2-submit.py index 0dfa2bb..a114f1c 100644 --- a/scripts/system-tests/lava2-submit.py +++ b/scripts/system-tests/lava2-submit.py @@ -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():