Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
snf-ganeti
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
itminedu
snf-ganeti
Commits
62843684
Commit
62843684
authored
17 years ago
by
Michael Hanselmann
Browse files
Options
Downloads
Patches
Plain Diff
Merge three small cluster tests into one.
Reviewed-by: schreiberal
parent
24818e8f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
qa/ganeti-qa.py
+1
-5
1 addition, 5 deletions
qa/ganeti-qa.py
qa/qa-sample.yaml
+0
-2
0 additions, 2 deletions
qa/qa-sample.yaml
with
1 addition
and
7 deletions
qa/ganeti-qa.py
+
1
−
5
View file @
62843684
...
...
@@ -90,14 +90,10 @@ def RunClusterTests():
RunTest
(
qa_cluster
.
TestClusterVerify
)
if
qa_config
.
TestEnabled
(
'
cluster-info
'
):
RunTest
(
qa_cluster
.
TestClusterVersion
)
RunTest
(
qa_cluster
.
TestClusterInfo
)
if
qa_config
.
TestEnabled
(
'
cluster-getmaster
'
):
RunTest
(
qa_cluster
.
TestClusterGetmaster
)
if
qa_config
.
TestEnabled
(
'
cluster-version
'
):
RunTest
(
qa_cluster
.
TestClusterVersion
)
if
qa_config
.
TestEnabled
(
'
cluster-copyfile
'
):
RunTest
(
qa_cluster
.
TestClusterCopyfile
)
...
...
This diff is collapsed.
Click to expand it.
qa/qa-sample.yaml
+
0
−
2
View file @
62843684
...
...
@@ -30,8 +30,6 @@ tests:
cluster-verify
:
True
cluster-info
:
True
cluster-getmaster
:
True
cluster-version
:
True
cluster-burnin
:
True
cluster-command
:
True
cluster-copyfile
:
True
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment