Browse code

Merge "Remove call to deprecated method in tempest"

Jenkins authored on 2016/01/28 03:51:59
Showing 1 changed files
... ...
@@ -321,7 +321,7 @@ function configure_tempest {
321 321
     local tmp_cfg_file
322 322
     tmp_cfg_file=$(mktemp)
323 323
     cd $TEMPEST_DIR
324
-    tox -revenv -- verify-tempest-config -uro $tmp_cfg_file
324
+    tox -revenv -- tempest verify-config -uro $tmp_cfg_file
325 325
 
326 326
     local compute_api_extensions=${COMPUTE_API_EXTENSIONS:-"all"}
327 327
     if [[ ! -z "$DISABLE_COMPUTE_API_EXTENSIONS" ]]; then