# File lib/fog/baremetal/openstack/requests/get_chassis.rb, line 15
        def get_chassis(_chassis_uuid)
          response = Excon::Response.new
          response.status = [200, 204][rand(2)]
          response.body = data[:chassis_collection].first
          response
        end