NAME
Kanku::Handler::OBSServerFrontendTests - a handler to execute OBS Server SmokeTests for the Frontend
SYNOPSIS
Here is an example how to configure the module in your jobs file or KankuFile
  -
    use_module: Kanku::Handler::OBSServerFrontendTests
    options:
      context2env:
        ipaddress:
      jump_host: 192.168.199.17
      git_url: https://github.com/M0ses/open-build-service
      git_revision: fix_foobar
      ruby_version: 3.1
DESCRIPTION
This handler will connect to the given ipaddress and execute the OBS server frontend test suite (smoketests)
OPTIONS
    jump_host:      <ip_of_execution_host>
    git_url:        <url to pull open-build-serivce sources>
    git_revision:   <revision/tag/branch to checkout>
    ruby_version:   <ruby version to use>
SEE ALSO Kanku::Roles::SSH, Kanku::Handler::ExecuteCommandViaSSH
CONTEXT
getters
NONE
setters
NONE
DEFAULTS
NONE