e5cec09f58
The Mistral Tempest tests have a hard-coded dependency on Mistral being present when Tempest tests are executed. When trying to sparse-checkout the mistral_tempest_tests folder to run the Mistral tests as a Tempest plugin; it fails due to Mistral not being installed as some utilities and resources which are written in the Mistral Tempest tests are being hard referenced from Mistral being installed in the same environment. This patch decouples the Mistral Tempest Tests so that they can be executed in a stand-alone mode along with the necessary resources that are required to execute the Tempest tests. Change-Id: Ifd6a3a65a14c4ad4736dccc3e72cd564b6f53a0a Closes-Bug: #1714732
8 lines
165 B
YAML
Executable File
8 lines
165 B
YAML
Executable File
---
|
|
version: '2.0'
|
|
|
|
test_action_ex_concurrency:
|
|
tasks:
|
|
test_with_items:
|
|
with-items: index in <% range(2) %>
|
|
action: std.echo output='<% $.index %>' |