test/integration/debian6_bootstrap_test.rb in knife-solo-0.4.1 vs test/integration/debian6_bootstrap_test.rb in knife-solo-0.4.2
- old
+ new
@@ -1,13 +1,16 @@
require 'integration_helper'
+
class Debian6BootstrapTest < IntegrationTest
def user
"admin"
end
def image_id
- "ami-7ce17315"
+ # PVM 64-bit
+ # From https://wiki.debian.org/Cloud/AmazonEC2Image/Squeeze
+ "ami-0740476e"
end
def prepare_server
# Do nothing as `solo bootstrap` will do everything
end