----------------------------------------------------------------------
FAIL: blockdevicemappings_test.go:1: AmazonServerSuite.TestBlockDeviceMappings
waiting for block device mappings to be processed
BlockDeviceMappings is empty, retrying
waiting for block device mappings to be processed
ec2t_test.go:407:
if err != nil && c.Check(err, ErrorMatches, "InvalidInstanceID.NotFound") {
// Nothing to do.
...
} else {
c.Assert(err, IsNil, Commentf("%v INSTANCES LEFT RUNNING!!!", ids))
}
... error string = "The instance ID 'i-8d98497d' does not exist (InvalidInstanceID.NotFound)"
... regex string = "InvalidInstanceID.NotFound"
ec2t_test.go:411:
c.Assert(err, IsNil, Commentf("%v INSTANCES LEFT RUNNING!!!", ids))
... value *ec2.Error = &ec2.Error{StatusCode:400, Code:"InvalidInstanceID.NotFound", Message:"The instance ID 'i-8d98497d' does not exist", RequestId:"43d2ef95-32ec-4e36-aef8-ad14867cc7bc"} ("The instance ID 'i-8d98497d' does not exist (InvalidInstanceID.NotFound)")
... [i-8d98497d] INSTANCES LEFT RUNNING!!!
----------------------------------------------------------------------