From a19b799de479a208eba0a2ec28e7180571bea3e0 Mon Sep 17 00:00:00 2001
From: licanwei
Date: Tue, 18 Dec 2018 09:26:15 +0800
Subject: [PATCH] Add host maintenance tempest
Change-Id: I3450ed8fe550195b80347680763549f45cf734f6
---
.zuul.yaml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/.zuul.yaml b/.zuul.yaml
index a4052ac7c..131c956f8 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -16,6 +16,7 @@
- watcher-tempest-workload_balancing
- watcherclient-tempest-functional
- watcher-tempest-zone_migration
+ - watcher-tempest-host_maintenance
- watcher-tls-test
- openstack-tox-lower-constraints
gate:
@@ -59,6 +60,13 @@
vars:
tempest_test_regex: watcher_tempest_plugin.tests.scenario.test_execute_zone_migration
+- job:
+ name: watcher-tempest-host_maintenance
+ parent: watcher-tempest-multinode
+ voting: false
+ vars:
+ tempest_test_regex: watcher_tempest_plugin.tests.scenario.test_execute_host_maintenance
+
- job:
name: watcher-tls-test
parent: watcher-tempest-multinode