Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration Candidate 2020-03-18 #44

Merged
merged 3 commits into from
Mar 27, 2020
Merged

Integration Candidate 2020-03-18 #44

merged 3 commits into from
Mar 27, 2020

Conversation

astrogeco
Copy link
Contributor

@astrogeco astrogeco commented Mar 23, 2020

Describe the contribution
Fix #37

Testing performed
See PR #41
Bundle testing in CI, see nasa/cFS#58

Expected behavior changes
See PR, CI_LAB changes its listening port when either using a config with multiple CPUs or using the --cpuid option to override (in pc-linux at least).

System(s) tested on
CI Ubuntu: Bionic

Contributor Info - All information REQUIRED for consideration of pull request
Joseph Hickey, Vantage Systems, Inc.
Gerardo E. Cruz-Ortiz, NASA-GSFC

jphickey and others added 2 commits March 12, 2020 15:02
Avoid port conflicts when having more than one CPU within the same
mission load CI_LAB app.  Instead of binding to the port directly,
add the CPU number as an offset.  Subtract 1 so that CPU1 remains
at the same port (1234 by default) and cmdUtil is not affected.

NOTE: the "cpu number" can be overridden on the command line when
using the pc-linux PSP, thereby also permitting the listen point
to be tuned for each launch config, if necessary.
Fix #37, Offset the UDP base port per-CPU
@astrogeco astrogeco changed the title Integration Candidate 20200318 Integration Candidate 2020-03-18 Mar 24, 2020
@astrogeco astrogeco merged commit fe9e3ef into master Mar 27, 2020
@skliper skliper added this to the 2.4.0 milestone Jun 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI LAB fails when running more than one instance on the same host
3 participants