From 3868791dff578a02f2a8d2e0b155aa7d4ef9361f Mon Sep 17 00:00:00 2001 From: Francis Deslauriers Date: Fri, 23 Feb 2018 13:24:37 -0500 Subject: [PATCH] jjb: lava: change lava jobs directory name Signed-off-by: Francis Deslauriers --- .../destructive-tests.yml | 0 .../failing-close.yml | 0 .../failing-ioctl.yml | 0 .../failing-open-efault.yml | 0 .../failing-open-enoent.yml | 0 .../kernel-tests.yml | 0 .../kprobe-fuzzing-tests.yml | 0 .../lttng-test-filter.yml | 0 .../perf-tests.yml | 0 .../raw-syscall-getpid.yml | 0 .../success-dup-close.yml | 0 scripts/system-tests/lava-submit.py | 22 +++++++++---------- 12 files changed, 11 insertions(+), 11 deletions(-) rename lava/{baremetal-tests => system-tests}/destructive-tests.yml (100%) rename lava/{baremetal-tests => system-tests}/failing-close.yml (100%) rename lava/{baremetal-tests => system-tests}/failing-ioctl.yml (100%) rename lava/{baremetal-tests => system-tests}/failing-open-efault.yml (100%) rename lava/{baremetal-tests => system-tests}/failing-open-enoent.yml (100%) rename lava/{baremetal-tests => system-tests}/kernel-tests.yml (100%) rename lava/{baremetal-tests => system-tests}/kprobe-fuzzing-tests.yml (100%) rename lava/{baremetal-tests => system-tests}/lttng-test-filter.yml (100%) rename lava/{baremetal-tests => system-tests}/perf-tests.yml (100%) rename lava/{baremetal-tests => system-tests}/raw-syscall-getpid.yml (100%) rename lava/{baremetal-tests => system-tests}/success-dup-close.yml (100%) diff --git a/lava/baremetal-tests/destructive-tests.yml b/lava/system-tests/destructive-tests.yml similarity index 100% rename from lava/baremetal-tests/destructive-tests.yml rename to lava/system-tests/destructive-tests.yml diff --git a/lava/baremetal-tests/failing-close.yml b/lava/system-tests/failing-close.yml similarity index 100% rename from lava/baremetal-tests/failing-close.yml rename to lava/system-tests/failing-close.yml diff --git a/lava/baremetal-tests/failing-ioctl.yml b/lava/system-tests/failing-ioctl.yml similarity index 100% rename from lava/baremetal-tests/failing-ioctl.yml rename to lava/system-tests/failing-ioctl.yml diff --git a/lava/baremetal-tests/failing-open-efault.yml b/lava/system-tests/failing-open-efault.yml similarity index 100% rename from lava/baremetal-tests/failing-open-efault.yml rename to lava/system-tests/failing-open-efault.yml diff --git a/lava/baremetal-tests/failing-open-enoent.yml b/lava/system-tests/failing-open-enoent.yml similarity index 100% rename from lava/baremetal-tests/failing-open-enoent.yml rename to lava/system-tests/failing-open-enoent.yml diff --git a/lava/baremetal-tests/kernel-tests.yml b/lava/system-tests/kernel-tests.yml similarity index 100% rename from lava/baremetal-tests/kernel-tests.yml rename to lava/system-tests/kernel-tests.yml diff --git a/lava/baremetal-tests/kprobe-fuzzing-tests.yml b/lava/system-tests/kprobe-fuzzing-tests.yml similarity index 100% rename from lava/baremetal-tests/kprobe-fuzzing-tests.yml rename to lava/system-tests/kprobe-fuzzing-tests.yml diff --git a/lava/baremetal-tests/lttng-test-filter.yml b/lava/system-tests/lttng-test-filter.yml similarity index 100% rename from lava/baremetal-tests/lttng-test-filter.yml rename to lava/system-tests/lttng-test-filter.yml diff --git a/lava/baremetal-tests/perf-tests.yml b/lava/system-tests/perf-tests.yml similarity index 100% rename from lava/baremetal-tests/perf-tests.yml rename to lava/system-tests/perf-tests.yml diff --git a/lava/baremetal-tests/raw-syscall-getpid.yml b/lava/system-tests/raw-syscall-getpid.yml similarity index 100% rename from lava/baremetal-tests/raw-syscall-getpid.yml rename to lava/system-tests/raw-syscall-getpid.yml diff --git a/lava/baremetal-tests/success-dup-close.yml b/lava/system-tests/success-dup-close.yml similarity index 100% rename from lava/baremetal-tests/success-dup-close.yml rename to lava/system-tests/success-dup-close.yml diff --git a/scripts/system-tests/lava-submit.py b/scripts/system-tests/lava-submit.py index 38a6fcf..94ecba2 100644 --- a/scripts/system-tests/lava-submit.py +++ b/scripts/system-tests/lava-submit.py @@ -193,37 +193,37 @@ def get_baremetal_benchmarks_cmd(): { 'git-repo': 'https://github.com/lttng/lttng-ci.git', 'revision': 'master', - 'testdef': 'lava/baremetal-tests/failing-close.yml' + 'testdef': 'lava/system-tests/failing-close.yml' }, { 'git-repo': 'https://github.com/lttng/lttng-ci.git', 'revision': 'master', - 'testdef': 'lava/baremetal-tests/failing-ioctl.yml' + 'testdef': 'lava/system-tests/failing-ioctl.yml' }, { 'git-repo': 'https://github.com/lttng/lttng-ci.git', 'revision': 'master', - 'testdef': 'lava/baremetal-tests/failing-open-efault.yml' + 'testdef': 'lava/system-tests/failing-open-efault.yml' }, { 'git-repo': 'https://github.com/lttng/lttng-ci.git', 'revision': 'master', - 'testdef': 'lava/baremetal-tests/success-dup-close.yml' + 'testdef': 'lava/system-tests/success-dup-close.yml' }, { 'git-repo': 'https://github.com/lttng/lttng-ci.git', 'revision': 'master', - 'testdef': 'lava/baremetal-tests/raw-syscall-getpid.yml' + 'testdef': 'lava/system-tests/raw-syscall-getpid.yml' }, { 'git-repo': 'https://github.com/lttng/lttng-ci.git', 'revision': 'master', - 'testdef': 'lava/baremetal-tests/failing-open-enoent.yml' + 'testdef': 'lava/system-tests/failing-open-enoent.yml' }, { 'git-repo': 'https://github.com/lttng/lttng-ci.git', 'revision': 'master', - 'testdef': 'lava/baremetal-tests/lttng-test-filter.yml' + 'testdef': 'lava/system-tests/lttng-test-filter.yml' } ], 'timeout': 7200 @@ -239,7 +239,7 @@ def get_baremetal_tests_cmd(): { 'git-repo': 'https://github.com/lttng/lttng-ci.git', 'revision': 'master', - 'testdef': 'lava/baremetal-tests/perf-tests.yml' + 'testdef': 'lava/system-tests/perf-tests.yml' } ], 'timeout': 3600 @@ -255,12 +255,12 @@ def get_kvm_tests_cmd(): { 'git-repo': 'https://github.com/lttng/lttng-ci.git', 'revision': 'master', - 'testdef': 'lava/baremetal-tests/kernel-tests.yml' + 'testdef': 'lava/system-tests/kernel-tests.yml' }, { 'git-repo': 'https://github.com/lttng/lttng-ci.git', 'revision': 'master', - 'testdef': 'lava/baremetal-tests/destructive-tests.yml' + 'testdef': 'lava/system-tests/destructive-tests.yml' } ], 'timeout': 7200 @@ -275,7 +275,7 @@ def get_kprobes_test_cmd(): { 'git-repo': 'https://github.com/lttng/lttng-ci.git', 'revision': 'master', - 'testdef': 'lava/baremetal-tests/kprobe-fuzzing-tests.yml' + 'testdef': 'lava/system-tests/kprobe-fuzzing-tests.yml' } ], 'timeout': 7200 -- 2.34.1