From 8c4ab68d34c0298cc5f886fe47ddd5e3154dd54d Mon Sep 17 00:00:00 2001 From: dongwenjuan Date: Tue, 23 Jan 2018 16:25:24 +0800 Subject: create flavor for Apex installer As doctor functest CI runs failed in Apex installer, it indicates that flavor is None. See http://artifacts.opnfv.org/logs/functest/lf-pod1/2018-01-21_05-30-00/doctor-notification.log Change-Id: Ia7a7111a7c6b94864f2e12f30969fe6e411058af Signed-off-by: dongwenjuan --- doctor_tests/installer/apex.py | 1 + 1 file changed, 1 insertion(+) (limited to 'doctor_tests/installer/apex.py') diff --git a/doctor_tests/installer/apex.py b/doctor_tests/installer/apex.py index 90304a27..e106f249 100644 --- a/doctor_tests/installer/apex.py +++ b/doctor_tests/installer/apex.py @@ -39,6 +39,7 @@ class ApexInstaller(BaseInstaller): self.get_ssh_key_from_installer() self.get_controller_ips() + self.create_flavor() self.set_apply_patches() self.setup_stunnel() -- cgit 1.2.3-korg