From 2eba6879e539d8a793542857fd7e45bb572545ef Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 19 Dec 2014 02:49:03 +0100 Subject: lvc: s#TailsToaster#DebianToaster#g --- bin/libvirt_cucumber_tests | 2 +- features/domains/default.xml | 4 ++-- features/domains/default_net.xml | 2 +- features/domains/storage_pool.xml | 2 +- features/support/config.rb | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bin/libvirt_cucumber_tests b/bin/libvirt_cucumber_tests index bd90741e..e7670b0b 100755 --- a/bin/libvirt_cucumber_tests +++ b/bin/libvirt_cucumber_tests @@ -26,7 +26,7 @@ Options for '@product' features: --temp-dir Directory where various temporary files are written during a test, e.g. VM snapshots and memory dumps, failure screenshots, pcap files and disk images - (default is /tmp/TailsToaster). + (default is /tmp/DebianToaster). --view Shows the test session in a windows. Requires x11vnc and xtightvncviewer. --vnc-server-only Starts a VNC server for the test session. Requires x11vnc. diff --git a/features/domains/default.xml b/features/domains/default.xml index 3d25576f..6050d6b3 100644 --- a/features/domains/default.xml +++ b/features/domains/default.xml @@ -1,5 +1,5 @@ - TailsToaster + DebianToaster 1310720 1310720 1 @@ -37,7 +37,7 @@ - +
diff --git a/features/domains/default_net.xml b/features/domains/default_net.xml index d37935b8..fd2966eb 100644 --- a/features/domains/default_net.xml +++ b/features/domains/default_net.xml @@ -1,5 +1,5 @@ - TailsToasterNet + DebianToasterNet diff --git a/features/domains/storage_pool.xml b/features/domains/storage_pool.xml index 3e12f8b6..ce0a6915 100644 --- a/features/domains/storage_pool.xml +++ b/features/domains/storage_pool.xml @@ -1,5 +1,5 @@ - TailsToasterStorage + DebianToasterStorage diff --git a/features/support/config.rb b/features/support/config.rb index f7f1cb34..80f23c10 100644 --- a/features/support/config.rb +++ b/features/support/config.rb @@ -4,7 +4,7 @@ require "features/support/helpers/misc_helpers.rb" # Dynamic $tails_iso = ENV['ISO'] || get_newest_iso $old_tails_iso = ENV['OLD_ISO'] || get_oldest_iso -$tmp_dir = ENV['TEMP_DIR'] || "/tmp/TailsToaster" +$tmp_dir = ENV['TEMP_DIR'] || "/tmp/DebianToaster" $vm_xml_path = ENV['VM_XML_PATH'] $misc_files_dir = "features/misc_files" $keep_snapshots = !ENV['KEEP_SNAPSHOTS'].nil? -- cgit v1.2.3-54-g00ecf