Browse code

lib/tempest remove whitebox section

tempest whitebox tests are removed from the tempest repo, so it's
configuration is unnecessary.

Change-Id: I6659e2af894014518a486f411ca06179d43bbb8b

Attila Fazekas authored on 2013/09/16 08:40:13
Showing 1 changed files
... ...
@@ -249,14 +249,6 @@ function configure_tempest() {
249 249
     iniset $TEMPEST_CONF compute live_migration_available ${LIVE_MIGRATION_AVAILABLE:-False}
250 250
     iniset $TEMPEST_CONF compute use_block_migration_for_live_migration ${USE_BLOCK_MIGRATION_FOR_LIVE_MIGRATION:-False}
251 251
 
252
-    # Whitebox
253
-    iniset $TEMPEST_CONF whitebox source_dir $NOVA_SOURCE_DIR
254
-    iniset $TEMPEST_CONF whitebox bin_dir $NOVA_BIN_DIR
255
-    # TODO(jaypipes): Create the key file here... right now, no whitebox
256
-    # tests actually use a key.
257
-    iniset $TEMPEST_CONF whitebox path_to_private_key $TEMPEST_DIR/id_rsa
258
-    iniset $TEMPEST_CONF whitebox db_uri $BASE_SQL_CONN/nova
259
-
260 252
     # Compute admin
261 253
     iniset $TEMPEST_CONF "compute-admin" password "$password" # DEPRECATED
262 254