• Xavier Thompson's avatar
    software/end-to-end-testing: Write minimal e2e PoC · 1b0fa5b9
    Xavier Thompson authored
    Use runTestSuite interface to launch tests that request instance on
    actual SlapOS cloud, using certificate passed as parameter.
    
    Parameters are:
    {
      'client.crt': <crt>,
      'client.key': <key>
      'master-url': <url>
    }
    
    Such a json of parameters can be generated from existing SlapOS client
    configuration using the `generate_parameters` script.
    
    The test currently requests a KVM and examines the connection dict as
    a demo.
    1b0fa5b9
instance.cfg.in 1.42 KB