Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
sdptr
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
LOFAR2.0
sdptr
Commits
01caf178
"readme.md" did not exist on "2e3da264f04086b4779cacca3f6e64b55d2cc004"
Commit
01caf178
authored
1 year ago
by
Pieter Donker
Browse files
Options
Downloads
Patches
Plain Diff
L2SDP-996
: merged 3
parent
d51fdf5e
No related branches found
No related tags found
1 merge request
!153
Resolve L2SDP-996
Pipeline
#65278
passed
1 year ago
Stage: prepare
Stage: sdptr-build-test
Stage: linting
Stage: memory-test
Pipeline: sdptr
#65279
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
regressiontest/fw_regressiontest.sh
+0
-1
0 additions, 1 deletion
regressiontest/fw_regressiontest.sh
with
0 additions
and
1 deletion
regressiontest/fw_regressiontest.sh
+
0
−
1
View file @
01caf178
...
@@ -268,7 +268,6 @@ restart_and_check_sdptr() {
...
@@ -268,7 +268,6 @@ restart_and_check_sdptr() {
sdptr_version
=
$(
head
-n
1
"
${
SDPTR_DIR
}
"
/version.txt
)
sdptr_version
=
$(
head
-n
1
"
${
SDPTR_DIR
}
"
/version.txt
)
echo
"Expected sdptr version name: '
${
sdptr_version
}
'"
echo
"Expected sdptr version name: '
${
sdptr_version
}
'"
# read sdptr version.
# read sdptr version.
# TODO: check all nodes, not only the first!!
sdp_version_str
=
$(
sdp_rw.py
--host
"
${
sdptr_ip
}
"
--port
"
${
sdptr_port
}
"
-r
software_version
)
sdp_version_str
=
$(
sdp_rw.py
--host
"
${
sdptr_ip
}
"
--port
"
${
sdptr_port
}
"
-r
software_version
)
sdp_version
=
$(
echo
"
${
sdp_version_str
}
"
|
head
-n1
|
cut
-d
":"
-f2
|
tr
-d
'[:space:]'
)
sdp_version
=
$(
echo
"
${
sdp_version_str
}
"
|
head
-n1
|
cut
-d
":"
-f2
|
tr
-d
'[:space:]'
)
echo
"Running sdptr version name: '
${
sdp_version
}
'"
echo
"Running sdptr version name: '
${
sdp_version
}
'"
...
...
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