forked from NVIDIA/NVFlare
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into fix_tf_examples
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ tests: | |
"admin_user_name": "[email protected]" | ||
"result": | ||
"type": "admin_api_response" | ||
"data": "audit.log daemon_pid.fl local log.txt pid.fl readme.txt startup transfer" | ||
"data": "audit.log daemon_pid.fl error_log.txt local log.txt pid.fl readme.txt startup transfer" | ||
- "trigger": | ||
"type": "server_log" | ||
"data": "Server started" | ||
|
@@ -29,7 +29,7 @@ tests: | |
"actions": [ "shell_commands ls site-1" ] | ||
"result": | ||
"type": "admin_api_response" | ||
"data": "audit.log daemon_pid.fl local log.txt pid.fl readme.txt startup transfer" | ||
"data": "audit.log daemon_pid.fl error_log.txt local log.txt pid.fl readme.txt startup transfer" | ||
- "trigger": | ||
"type": "server_log" | ||
"data": "Server started" | ||
|