Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
e3-sis8300llrf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
ESS EPICS Environment
wrappers
e3-sis8300llrf
Commits
1ef4d705
Unverified
Commit
1ef4d705
authored
5 years ago
by
ThomasFayESS
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #9 from icshwi/test-err
Direct fail message to output error
parents
ef86f081
98fdaa42
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
testing/check
+1
-1
1 addition, 1 deletion
testing/check
testing/set_att
+1
-1
1 addition, 1 deletion
testing/set_att
testing/state_change
+2
-2
2 additions, 2 deletions
testing/state_change
testing/test1.sh
+3
-3
3 additions, 3 deletions
testing/test1.sh
with
7 additions
and
7 deletions
testing/check
+
1
−
1
View file @
1ef4d705
[ "$1" = "$2" ] && echo "Pass" || echo "***Fail: result = $2***"
[ "$1" = "$2" ] && echo "Pass" || echo "***Fail
on test '$3'
: result = $2***"
1>&2
This diff is collapsed.
Click to expand it.
testing/set_att
+
1
−
1
View file @
1ef4d705
...
...
@@ -31,4 +31,4 @@ result="$(sis8300drv_reg /dev/sis8300-$slot $reg)"
rshift=$(( $channel % 4 * 8))
result=$(( ($result >> $rshift) & 0x000000FF))
usleep 500000
run "check $state $result"
run "check $state $result
'Test attenuator on channel $channel'
"
This diff is collapsed.
Click to expand it.
testing/state_change
+
2
−
2
View file @
1ef4d705
...
...
@@ -13,7 +13,7 @@ eval "caput -S $LLRF_IOC_NAME:MSGS $1 >/dev/null"
usleep 500000
result=$(caget -t $LLRF_IOC_NAME)
if [ $# -eq 1 ]; then
run "check $1 $result"
run "check $1 $result
'Test state change to $1'
"
else
run "check $2 $result"
run "check $2 $result
'Test state change to $1'
"
fi
This diff is collapsed.
Click to expand it.
testing/test1.sh
+
3
−
3
View file @
1ef4d705
...
...
@@ -34,11 +34,11 @@ run "state_change INIT"
echo
"*** VM Output"
echo
'Enable VM'
caput
$LLRF_IOC_NAME
:VMENBL 1
>
/dev/null
run
"check 0x700
$(
sis8300drv_reg /dev/sis8300-
$slot
0x12F
)
"
run
"check 0x700
$(
sis8300drv_reg /dev/sis8300-
$slot
0x12F
)
'Test on Enable VM'
"
echo
'Disable VM'
caput
$LLRF_IOC_NAME
:VMENBL 0
>
/dev/null
run
"check 0x600
$(
sis8300drv_reg /dev/sis8300-
$slot
0x12F
)
"
run
"check 0x600
$(
sis8300drv_reg /dev/sis8300-
$slot
0x12F
)
'Test on Disable VM'
"
echo
'*** Attenuation Parameters'
echo
'Test in INIT state'
...
...
@@ -88,7 +88,7 @@ do
done
result
=
"
$(
caget
-t
$LLRF_IOC_NAME
:PULSEDONECNT
)
"
run
"check
$result
50"
run
"check
$result
50
'Test simulating backplane triggers'
"
echo
'Revert to INIT state'
run
"state_change 'RESET' 'RESETTING'"
...
...
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