Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions config/wrapper/env.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,17 @@
# (avocado-framework, '') -- Installs latest released version
# ('avocado-framework', 80.0) -- Installs specificed version, make sure you change other entries aswell
# ('avocado-framework', 'git+https://github.com/avocado-framework/avocado.git') -- Install version from the given git repo
# ('avocado-framework', 'git+https://github.com/avocado-framework/avocado.git@branch') -- Install version from the given git repo and checkout to specific branch
# ('avocado-framework-plugin-varianter-yaml-to-mux',
# 'git+https://github.com/avocado-framework/avocado.git#subdirectory=optional_plugins/varianter_yaml_to_mux') -- Install from subdirectory from the given git repo
base = [('avocado-framework', ''), ('avocado-framework-plugin-varianter-yaml-to-mux', '')]
kvm = [('avocado-framework-plugin-vt', 'git+https://github.com/avocado-framework/avocado-vt.git')]
optional = [('avocado-framework-plugin-result-html', '')]

[tests]
# Usage Examples:
# name = [('git_path', 'branch'),...]
# ('https://github.com/avocado-framework-tests/avocado-misc-tests.git', '') -- Clones test repository and checkout to branch=master by default
# ('https://github.com/avocado-framework-tests/avocado-misc-tests.git', '2.0') -- Clones tagged version 2.0 of test repository
name = [('https://github.com/avocado-framework-tests/avocado-misc-tests.git', '')]

Expand Down