# File tests/drivers/rhevm/images_test.rb, line 34
    def test_03_it_returns_single_image
      get_auth_url '/api;driver=rhevm/images/bb2e79bd-fd73-46a1-b391-a390b1998f03'
      (last_xml_response/'image').length.should == 1
      (last_xml_response/'image/name').text.should == 'F14-Minimal-Srv'
      (last_xml_response/'image/state').text.should == 'OK'
    end