class Gitlab::QA::Component::InternetTunnel

def subdomain

def subdomain
  @subdomain ||= rand(30_000..49_000)
end