Commit 92d177e6 authored by Sofia Vistas's avatar Sofia Vistas

Add integration scenarios

parent 6c8c74f8
......@@ -53,7 +53,8 @@ module QA
"jira_api" => "JiraAPI",
"registry_tls" => "RegistryTLS",
"jetbrains" => "JetBrains",
"vscode" => "VSCode"
"vscode" => "VSCode",
"registry_with_cdn" => "RegistryWithCDN"
)
loader.setup
......
# frozen_string_literal: true
module QA
module Scenario
module Test
module Integration
class ObjectStorageGcs < Test::Instance::All
tags :object_storage
end
end
end
end
end
# rubocop:todo Naming/FileName
# frozen_string_literal: true
module QA
module Scenario
module Test
module Integration
class RegistryWithCDN < Test::Instance::All
tags :registry
end
end
end
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment