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
5
Merged
Pawel Maniora
requested to merge
pmaniora_full_sync_tavern_tests
into
develop
4 years ago
Overview
3
Commits
3
Pipelines
0
Changes
5
Expand
0
0
Merge request reports
Viewing commit
c635050c
Show latest version
5 files
+
17
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
c635050c
full sync tavern tests
· c635050c
Pawel Maniora
authored
4 years ago
scripts/ci_start_api_smoketest.sh
+
2
−
0
Options
@@ -5,6 +5,8 @@ pip3 install tox --user
export
HIVEMIND_ADDRESS
=
$1
export
HIVEMIND_PORT
=
$2
export
TAVERN_DIR
=
"tests/tests_api/hivemind/tavern"
echo
Attempting to start tests on hivemind instance listeing on:
$HIVEMIND_ADDRESS
port:
$HIVEMIND_PORT
echo
"Selected test group (if empty all will be executed):
$3
"
Loading