Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
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
RadioObservatory
LOFAR
Commits
877416f0
Commit
877416f0
authored
12 years ago
by
Wouter Klijn
Browse files
Options
Downloads
Patches
Plain Diff
Task #3878: Removed dependency from the daily build
parent
68490db7
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CEP/Pipeline/test/test_framework/unittest_runner.py
+0
-10
0 additions, 10 deletions
CEP/Pipeline/test/test_framework/unittest_runner.py
with
0 additions
and
10 deletions
CEP/Pipeline/test/test_framework/unittest_runner.py
+
0
−
10
View file @
877416f0
...
...
@@ -103,16 +103,6 @@ class UnitTesterTest(unittest.TestCase):
"""
self
.
assertTrue
(
self
.
tester
==
"
A test string
"
)
#@unittest.expectedFailure # decorator can be used from python 2.7
def
test_daily_build_exists
(
self
):
"""
Performs a simple import to check if the daily is created
This sanity check only works on the CEP systems lhn001,2 and lce072. comment out on other systems
"""
path
=
"
/opt/cep/LofIm/daily/lofar/lofarinit.sh
"
self
.
assertTrue
(
os
.
path
.
exists
(
path
),
"
Daily build has failed:
"
"
lofarinit.sh is missing!
"
)
def
usage
():
"""
...
...
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