public function testCreateImage()
 {
     if (empty(self::$serverId)) {
         $this->markTestSkipped('The server ID is empty');
     }
     $options = array('name' => 'imageZF2');
     $this->assertTrue($this->compute->createImage(self::$serverId, $options));
 }