From 63a8f9d3c60e6dde04b0998701a40223d532128a Mon Sep 17 00:00:00 2001 From: sarthurdev <965089+sarthurdev@users.noreply.github.com> Date: Sun, 22 Jan 2023 23:50:07 +0100 Subject: config: T4919: Add emulated TPM encryption test --- Jenkinsfile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Jenkinsfile') diff --git a/Jenkinsfile b/Jenkinsfile index 5e30c423..85399230 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -119,6 +119,14 @@ pipeline { sh "sudo make testraid" } } + stage('Smoketests for TPM config encryption') { + when { + expression { fileExists 'build/live-image-amd64.hybrid.iso' } + } + steps { + sh "sudo make testtpm" + } + } stage('Smoketests') { when { expression { return params.TEST_SMOKETESTS } -- cgit v1.2.3