Fix kernel package for bootstrap tests in xenial

Change-Id: I69bb1b904dff50d9416c65d63474be51caf9a7f6
Closes-bug: #1638882
This commit is contained in:
Vladimir Kuklin 2016-11-03 13:45:51 +03:00
parent 96100c74d1
commit 319daadad5

View File

@ -204,7 +204,7 @@ class UbuntuBootstrapBuild(base_test_case.TestBasic):
"label": "UbuntuBootstrap",
"extra-dir": ["/root/inject/"],
"extend-kopts": "'{0}'".format(" ".join(kernel_cmdline)),
"kernel-flavor": "linux-generic-lts-saucy-eol-upgrade",
"kernel-flavor": "linux-generic-lts-xenial",
"output-dir": "/tmp",
"package": ["fuse", "sshfs"],
}