Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FoD
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
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
David Schmitz
FoD
Commits
78a77b69
Commit
78a77b69
authored
11 months ago
by
David Schmitz
Browse files
Options
Downloads
Patches
Plain Diff
testing: update inst/testing/nemo1/
parent
da4c1b44
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
inst/testing/nemo1/mynemo-docker-dind
+16
-0
16 additions, 0 deletions
inst/testing/nemo1/mynemo-docker-dind
with
16 additions
and
0 deletions
inst/testing/nemo1/mynemo-docker-dind
+
16
−
0
View file @
78a77b69
...
...
@@ -515,11 +515,23 @@ elif [ "$1" = "--freertr-host1-ping-host2" ]; then #arg # enter host1 container
exec
docker
exec
-ti
host1 ping 10.2.10.12
elif
[
"
$1
"
=
"--freertr-host1-ping-host2.bg"
]
;
then
#arg # enter host1 container and run ping host2
shift
1
docker
exec
host1 sh
-c
"type screen >/dev/null 2>/dev/null || apt-get install -yyy screen"
docker
exec
host1 screen
-S
ping2
-d
-m
ping 10.2.10.12
elif
[
"
$1
"
=
"--freertr-host2-ping-host1"
]
;
then
#arg # enter host2 container and run ping host1
shift
1
exec
docker
exec
-ti
host2 ping 10.1.10.11
elif
[
"
$1
"
=
"--freertr-host2-ping-host1.bg"
]
;
then
#arg # enter host2 container and run ping host1
shift
1
docker
exec
host2 sh
-c
"type screen >/dev/null 2>/dev/null || apt-get install -yyy screen"
docker
exec
host2 screen
-S
ping1
-d
-m
ping 10.1.10.11
elif
[
"
$1
"
=
"--freertr-tshark-netconf"
]
;
then
#arg # enter freertr container and run tshark on eth3, in order to monitor netconf traffic towards nemo container
shift
1
...
...
@@ -549,7 +561,11 @@ elif [ "$1" = "--allx" ]; then #arg # all-in-one mode
set
-x
"
$0
"
--all1
"
$0
"
--freertr-testnet-prep-and-run
"
$0
"
--freertr-host2-ping-host1
.bg
"
$0
"
--freertr-host1-ping-host2
.bg
"
$0
"
--exec
./install_and_run_vsmd
--install_only
"
$0
"
--nemo-get-dirname-onhost
...
...
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