]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
kernel: add kernel version matching code for opensuse 1527/head
authorNathan Cutler <ncutler@suse.com>
Tue, 30 Jun 2020 12:14:45 +0000 (14:14 +0200)
committerNathan Cutler <ncutler@suse.com>
Fri, 3 Jul 2020 13:39:30 +0000 (15:39 +0200)
commit48f6098e071a66bc95f3e22f0635d85e027bd10b
treec59b4704b5eb434176dc199fb65499bfe93313f1
parent5208279a69c8ce6781455721950b0c51831ce713
kernel: add kernel version matching code for opensuse

The current code for checking if the running kernel version matches the
most recent kernel version in the repos does not work on opensuse when
"-k distro" is given.

This commit adds an opensuse-specific codepath with a version match
check that works in the opensuse testing environment.

Signed-off-by: Nathan Cutler <ncutler@suse.com>
teuthology/task/kernel.py