Remove unit and functional tests from tobiko d/s gate workflow

Those sets of tests are executed on the upstream jobs and they are
intended to test the tobiko framework, so they are not requiered for the
downstream jobs

Change-Id: I2850465d3b90bd45db190d04e6bcc102f30ceb56
This commit is contained in:
Eduardo Olivares 2022-11-16 13:20:11 +01:00
parent 757da8c052
commit d77549d149

View File

@ -1,16 +1,6 @@
---
test_workflow_steps:
- tox_description: 'run unit test cases'
tox_envlist: py3
tox_step_name: unit
test_flaky: true
- tox_description: 'run functional test cases'
tox_envlist: functional
tox_step_name: functional
test_flaky: true
- tox_description: 'create workload resources'
tox_envlist: scenario
tox_step_name: create_resources