Skip to content

Commit

Permalink
test: Add sample shell-cli sandbox flag test case
Browse files Browse the repository at this point in the history
Bug: N/A
Change-Id: I6a8467570e8c59944c657668a9247ca9a51988a7
GitOrigin-RevId: e6731566dd7e1f645e4d63437a6d94bbe91b04d5
  • Loading branch information
Privacy Sandbox Team authored and copybara-github committed Nov 7, 2024
1 parent eae06f7 commit 72becfc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/roma/byob/sample_udf/shell_cli_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,10 @@ commandTests:
--num_workers \(Number of workers\.\); default: 1;
--sandbox \(Run BYOB in sandbox mode\.\); default: on;
--udf_log_file \(Directory for storing UDF logs\.\); default: ;
- name: shell-cli sandbox flag
command: /tools/shell-cli
args: ['--sandbox=unknown']
exitCode: 1
expectedError:
- "ERROR: Illegal value 'unknown' specified for flag 'sandbox'; Supported values: on, off, debug."

0 comments on commit 72becfc

Please sign in to comment.