summaryrefslogtreecommitdiffstats
path: root/jjb/functest/functest.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/functest/functest.yaml')
-rw-r--r--jjb/functest/functest.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/jjb/functest/functest.yaml b/jjb/functest/functest.yaml
index fd658c5b2..01e017694 100644
--- a/jjb/functest/functest.yaml
+++ b/jjb/functest/functest.yaml
@@ -963,6 +963,9 @@
builders:
- shell: |
set +x
+ export EXTERNAL_NETWORK=public
+ export VOLUME_DEVICE_NAME=sdb
+ export IMAGE_PROPERTIES=hw_scsi_model:virtio-scsi,hw_disk_bus:scsi
sudo apt-get update && sudo DEBIAN_FRONTEND=noninteractive \
apt-get install software-properties-common gpg -y
sudo add-apt-repository -y ppa:deadsnakes/ppa
@@ -1519,6 +1522,9 @@
name: functest-trivy
builders:
- shell: |
+ export EXTERNAL_NETWORK=public
+ export VOLUME_DEVICE_NAME=sdb
+ export IMAGE_PROPERTIES=hw_scsi_model:virtio-scsi,hw_disk_bus:scsi
sudo apt-get update && sudo DEBIAN_FRONTEND=noninteractive \
apt-get install curl -y