This file is indexed.

/usr/lib/obs/tests/appliance/spec/features/0020_interconnect_spec.rb is in obs-server 2.7.1-10.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
require "spec_helper"

RSpec.describe "Create Interconnect as admin and build package" do

  it "should be able to login as user 'Admin'" do
    obs_login("Admin","opensuse")
  end

  it "should be able to add Opensuse Interconnect as Admin" do
    visit "/configuration/interconnect"
    click_button('openSUSE')
    click_button('Save changes')
  end

end