From 881373c049eceefc4fd7f6c69543d42528830a0e Mon Sep 17 00:00:00 2001 From: Oleksii Butenko Date: Tue, 21 Jun 2016 17:29:54 +0300 Subject: [PATCH] Add flag for snapshot_backup We have new feature in cinder and new test for it. The test is skipped by default. Need to add flag to unskip this test on master and Mitaka. new test: I1964ce6e1298041f8238d76fa4b7029d2d23bbfb Change-Id: Ib695e60c2ed7edf30c8baef9e00f0307b1156551 --- lib/tempest | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/tempest b/lib/tempest index 01ad4f4381..e4f80b835d 100644 --- a/lib/tempest +++ b/lib/tempest @@ -426,6 +426,8 @@ function configure_tempest { iniset $TEMPEST_CONFIG validation network_for_ssh $PRIVATE_NETWORK_NAME # Volume + # TODO(obutenko): Remove snapshot_backup when liberty-eol happens. + iniset $TEMPEST_CONFIG volume-feature-enabled snapshot_backup True # TODO(ynesenenko): Remove the volume_services flag when Liberty and Kilo will correct work with host info. iniset $TEMPEST_CONFIG volume-feature-enabled volume_services True # TODO(ameade): Remove the api_v3 flag when Mitaka and Liberty are end of life.