Details
-
Type:
Improvement
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: templates
-
Labels:None
-
Story Points:1
-
Epic Link:
-
Team:SQuaRE
Description
Packages that use OpenSplice DDS need some environment variables that scons does not normally see. Please consider adding the following to tests/SConscript for T&S packages:
for name in ("OSPL_URI", "OPENSPLICE_LOC", "ADLINK_LICENSE"):
|
val = os.environ.get(name)
|
if val is not None:
|
env.AppendENVPath(name, val)
|
I consider this moderate priority since I keep getting bitten by it (pytest works and everything seems fine, but scons fails).
Sounds good. I'll need to add a specific "T&S" axis to the package flavours listed on Slack, but I think that's workable.