Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hivemind
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hive
hivemind
Merge requests
!293
full sync tavern tests
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
full sync tavern tests
pmaniora_full_sync_tavern_tests
into
develop
Overview
3
Commits
3
Pipelines
0
Changes
1
Merged
Pawel Maniora
requested to merge
pmaniora_full_sync_tavern_tests
into
develop
4 years ago
Overview
3
Commits
3
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
92ce6728
Show latest version
1 file
+
2
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
92ce6728
CI Tavern_dir fix
· 92ce6728
Pawel Maniora
authored
4 years ago
scripts/ci/start-api-smoketest.sh
+
2
−
0
Options
@@ -5,6 +5,8 @@ pip install tox
export
HIVEMIND_ADDRESS
=
$1
export
HIVEMIND_PORT
=
$2
export
TAVERN_DIR
=
"tests/tests_api/hivemind/tavern"
echo
"Starting tests on hivemind server running on
${
HIVEMIND_ADDRESS
}
:
${
HIVEMIND_PORT
}
"
echo
"Selected test group (if empty all will be executed):
$3
"
Loading