Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
maestro-core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
maestro
maestro-core
Commits
33b3178f
Commit
33b3178f
authored
Dec 22, 2021
by
Utz-Uwe Haus
Browse files
Options
Downloads
Patches
Plain Diff
Fix decoder test to match
57c3fe42
parent
57c3fe42
No related branches found
No related tags found
1 merge request
!45
Draft: Resolve "Check if shm provider can be enabled after libfabric 1.14 is in our tree"
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/check_decode_pminfo.sh.in
+6
-6
6 additions, 6 deletions
tests/check_decode_pminfo.sh.in
with
6 additions
and
6 deletions
tests/check_decode_pminfo.sh.in
+
6
−
6
View file @
33b3178f
...
...
@@ -48,12 +48,12 @@ DX8AABIIKgAAAAAAAAASEwlAqEeDDX8AABIIKgAAAAAAAAASEwlAqEeDDX8AABIIKgAAAAAA
AAASEwlAqEeDDX8AABIIKgAAAAAAAAAaABoAGgAaABoAGgA="
# expected parse result
EXPECTED
=
"Decoded EP 0: pro
v
SHM addr fi_shm://9334:1000:0 (credential: 0, mraddr 7f0d8347a840, mrkey 2A00000000000000)
Decoded EP 1: pro
v
SHM addr fi_shm://9334:1000:1 (credential: 0, mraddr 7f0d8347a840, mrkey 2A00000000000000)
Decoded EP 2: pro
v
SOCK_TCP addr IPv4 127.0.0.1:23465 (credential: 0, mraddr 7f0d8347a840, mrkey 2A00000000000000)
Decoded EP 3: pro
v
SOCK_TCP addr IPv4 10.0.2.15:17311 (credential: 0, mraddr 7f0d8347a840, mrkey 2A00000000000000)
Decoded EP 4: pro
v
SOCK_TCP addr IPv6 :: (credential: 0, mraddr 7f0d8347a840, mrkey 2A00000000000000)
Decoded EP 5: pro
v
SOCK_TCP addr IPv6 fe00:: (credential: 0, mraddr 7f0d8347a840, mrkey 2A00000000000000)"
EXPECTED
=
"Decoded EP 0: pro
to
SHM addr fi_shm://9334:1000:0 (credential: 0, mraddr 7f0d8347a840, mrkey 2A00000000000000)
Decoded EP 1: pro
to
SHM addr fi_shm://9334:1000:1 (credential: 0, mraddr 7f0d8347a840, mrkey 2A00000000000000)
Decoded EP 2: pro
to
SOCK_TCP addr IPv4 127.0.0.1:23465 (credential: 0, mraddr 7f0d8347a840, mrkey 2A00000000000000)
Decoded EP 3: pro
to
SOCK_TCP addr IPv4 10.0.2.15:17311 (credential: 0, mraddr 7f0d8347a840, mrkey 2A00000000000000)
Decoded EP 4: pro
to
SOCK_TCP addr IPv6 :: (credential: 0, mraddr 7f0d8347a840, mrkey 2A00000000000000)
Decoded EP 5: pro
to
SOCK_TCP addr IPv6 fe00:: (credential: 0, mraddr 7f0d8347a840, mrkey 2A00000000000000)"
DECODED
=
$(
echo
$PMINFO
|
$DECODER_CMD
)
...
...
This diff is collapsed.
Click to expand it.
Utz-Uwe Haus
@haus1
mentioned in issue
#97 (closed)
·
Dec 22, 2021
mentioned in issue
#97 (closed)
mentioned in issue #97
Toggle commit list
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
sign in
to comment