Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ctc-nakatsuka committed Aug 8, 2023
1 parent e4ef003 commit c521ca6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ Usage: contextBroker [option '-U' (extended usage)]
[option '-localIp' <IP to receive new connections>]
[option '-port' <port to receive new connections>]
[option '-pidpath' <pid file path>]
[option '-dbURI' <complete URI for database connection>]
[option '-dbhost' <database host>]
[option '-rplSet' <replica set>]
[option '-dbuser' <database user>]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Usage: contextBroker [option '-U' (extended usage)]
[option '-localIp' <IP to receive new connections>]
[option '-port' <port to receive new connections>]
[option '-pidpath' <pid file path>]
[option '-dbURI' <complete URI for database connection>]
[option '-dbhost' <database host>]
[option '-rplSet' <replica set>]
[option '-dbuser' <database user>]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Usage: contextBroker [option '-U' (extended usage)]
[option '-localIp' <IP to receive new connections>]
[option '-port' <port to receive new connections>]
[option '-pidpath' <pid file path>]
[option '-dbURI' <complete URI for database connection>]
[option '-dbhost' <database host>]
[option '-rplSet' <replica set>]
[option '-dbuser' <database user>]
Expand Down
1 change: 1 addition & 0 deletions test/functionalTest/cases/3658_env_vars/env_vars.test
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ Extended Usage: contextBroker [option '-U' (extended usage)]
[option '-localIp' <IP to receive new connections>] ORION_LOCALIP '0.0.0.0' /'0.0.0.0'/
[option '-port' <port to receive new connections>] ORION_PORT 1 <= 1026 /1026/ <= 65535
[option '-pidpath' <pid file path>] ORION_PID_PATH '/tmp/contextBroker.pid' /'/tmp/contextBroker/
[option '-dbURI' <complete URI for database connection>] ORION_MONGO_URI '' /''/
[option '-dbhost' <database host>] ORION_MONGO_HOST 'localhost' /'localhost'/
[option '-rplSet' <replica set>] ORION_MONGO_REPLICA_SET '' /''/
[option '-dbuser' <database user>] ORION_MONGO_USER '' /''/
Expand Down

0 comments on commit c521ca6

Please sign in to comment.