summaryrefslogtreecommitdiffstats
path: root/doctor_tests/installer/apex.py
diff options
context:
space:
mode:
authordongwenjuan <dong.wenjuan@zte.com.cn>2018-01-23 16:25:24 +0800
committerdongwenjuan <dong.wenjuan@zte.com.cn>2018-01-23 17:10:13 +0800
commit8c4ab68d34c0298cc5f886fe47ddd5e3154dd54d (patch)
treed0c1c3d51968015fa8cf195592f2a8b0fde9a322 /doctor_tests/installer/apex.py
parentffb504843611959b983614bd7b316cd3c205fd49 (diff)
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 <dong.wenjuan@zte.com.cn>
Diffstat (limited to 'doctor_tests/installer/apex.py')
-rw-r--r--doctor_tests/installer/apex.py1
1 files changed, 1 insertions, 0 deletions
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()