Skip to content

Commit

Permalink
Fix typos in robot files (#334)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
  • Loading branch information
makubacki committed Nov 8, 2022
1 parent bb936e7 commit d9b86f0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions integration_test/Shared_Keywords.robot
Expand Up @@ -159,10 +159,10 @@ Stuart platform build
Should Be Equal As Integers ${result.rc} 0

Stuart platform run
[Arguments] ${setting_file} ${arch} ${target} ${tool_chain} ${addtional_flags} ${ws}
[Arguments] ${setting_file} ${arch} ${target} ${tool_chain} ${additional_flags} ${ws}
Log to console Stuart Build Run
${result}= Run Process stuart_build
... -c ${setting_file} -a ${arch} TOOL_CHAIN_TAG\=${tool_chain} TARGET\=${target} --FlashOnly ${addtional_flags}
... -c ${setting_file} -a ${arch} TOOL_CHAIN_TAG\=${tool_chain} TARGET\=${target} --FlashOnly ${additional_flags}
... cwd=${ws} stdout=stdout.txt stderr=stderr.txt
Log Many stdout: ${result.stdout} stderr: ${result.stderr}
Should Be Equal As Integers ${result.rc} 0
Expand Down
16 changes: 8 additions & 8 deletions integration_test/edk2_stuart_pr_eval.robot
Expand Up @@ -168,7 +168,7 @@ Test Stuart PR for Policy 4 module c file changed that platform dsc depends on
Stage changed file ${file_to_modify} ${ws_root}
Commit changes "Changes" ${ws_root}

# Platform CI test DSC dependnency on implementation file # Policy 4
# Platform CI test DSC dependency on implementation file # Policy 4
${pkgs}= Stuart pr evaluation ${platform_ci_file} OvmfPkg ${default_branch} ${EMPTY} ${ws_root}
Confirm same contents ${pkgs} OvmfPkg

Expand All @@ -189,7 +189,7 @@ Test Stuart PR for Policy 4 module c file changed that platform dsc does not dep
Stage changed file ${file_to_modify} ${ws_root}
Commit changes "Changes" ${ws_root}

# Platform CI test DSC dependnency on implementation file # Policy 4
# Platform CI test DSC dependency on implementation file # Policy 4
${pkgs}= Stuart pr evaluation ${platform_ci_file} OvmfPkg ${default_branch} ${EMPTY} ${ws_root}
Should Be Empty ${pkgs}

Expand All @@ -209,7 +209,7 @@ Test Stuart PR for all policies when a PR contains a deleted file
Stage changed file ${file_to_modify} ${ws_root}
Commit changes "Changes" ${ws_root}

# Platform CI test DSC dependnency on implementation file # Policy 4
# Platform CI test DSC dependency on implementation file # Policy 4
${pkgs}= Stuart pr evaluation ${platform_ci_file} OvmfPkg ${default_branch} ${EMPTY} ${ws_root}
Should Be Empty ${pkgs}

Expand All @@ -229,7 +229,7 @@ Test Stuart PR for all policies when a PR contains a deleted folder
Stage changed file ${file_to_modify} ${ws_root}
Commit changes "Changes" ${ws_root}

# Platform CI test DSC dependnency on implementation file # Policy 4
# Platform CI test DSC dependency on implementation file # Policy 4
${pkgs}= Stuart pr evaluation ${platform_ci_file} OvmfPkg ${default_branch} ${EMPTY} ${ws_root}
Should Be Empty ${pkgs}

Expand All @@ -249,7 +249,7 @@ Test Stuart PR for all policies when a PR contains multiple levels of deleted fo
Stage changed file ${file_to_modify} ${ws_root}
Commit changes "Changes" ${ws_root}

# Platform CI test DSC dependnency on implementation file # Policy 4
# Platform CI test DSC dependency on implementation file # Policy 4
${pkgs}= Stuart pr evaluation ${platform_ci_file} OvmfPkg ${default_branch} ${EMPTY} ${ws_root}
Confirm same contents ${pkgs} OvmfPkg

Expand All @@ -270,7 +270,7 @@ Test Stuart PR for all policies when a PR contains file added
Stage changed file ${location_to_move} ${ws_root}
Commit changes "Changes" ${ws_root}

# Platform CI test DSC dependnency on implementation file # Policy 4
# Platform CI test DSC dependency on implementation file # Policy 4
${pkgs}= Stuart pr evaluation ${platform_ci_file} OvmfPkg ${default_branch} ${EMPTY} ${ws_root}
Confirm same contents ${pkgs} OvmfPkg

Expand All @@ -291,7 +291,7 @@ Test Stuart PR for all policies when a PR contains directory added
Stage changed file ${location_to_move} ${ws_root}
Commit changes "Changes" ${ws_root}

# Platform CI test DSC dependnency on implementation file # Policy 4
# Platform CI test DSC dependency on implementation file # Policy 4
${pkgs}= Stuart pr evaluation ${platform_ci_file} OvmfPkg ${default_branch} ${EMPTY} ${ws_root}
Should Be Empty ${pkgs}

Expand All @@ -312,7 +312,7 @@ Test Stuart PR for changing a file at the root of repo
Stage changed file ${file_to_modify} ${ws_root}
Commit changes "Changes" ${ws_root}

# Platform CI test DSC dependnency on implementation file # Policy 4
# Platform CI test DSC dependency on implementation file # Policy 4
${pkgs}= Stuart pr evaluation ${platform_ci_file} OvmfPkg ${default_branch} ${EMPTY} ${ws_root}
Should Be Empty ${pkgs}

Expand Down
10 changes: 5 additions & 5 deletions integration_test/mu_stuart_pr_eval.robot
Expand Up @@ -195,7 +195,7 @@ Test Stuart PR using ProjectMu for all policies when a PR contains a deleted fol
Stage changed file ${file_to_modify} ${ws_root}
Commit changes "Changes" ${ws_root}

# Platform CI test DSC dependnency on implementation file # Policy 4
# Platform CI test DSC dependency on implementation file # Policy 4
${pkgs}= Stuart pr evaluation ${core_ci_file} PcAtChipsetPkg ${default_branch} ${EMPTY} ${ws_root}
Should Be Empty ${pkgs}

Expand All @@ -219,7 +219,7 @@ Test Stuart PR using ProjectMu for all policies when a PR contains a deleted fol
# Stage changed file ${file_to_modify} ${ws_root}
# Commit changes "Changes" ${ws_root}

# # Platform CI test DSC dependnency on implementation file # Policy 4
# # Platform CI test DSC dependency on implementation file # Policy 4
# ${pkgs}= Stuart pr evaluation ${core_ci_file} SecurityPkg ${default_branch} ${EMPTY} ${ws_root}
# Should Be Empty ${pkgs}

Expand All @@ -240,7 +240,7 @@ Test Stuart PR using ProjectMu for all policies when a PR contains file added
Stage changed file ${location_to_move} ${ws_root}
Commit changes "Changes" ${ws_root}

# Platform CI test DSC dependnency on implementation file # Policy 4
# Platform CI test DSC dependency on implementation file # Policy 4
${pkgs}= Stuart pr evaluation ${core_ci_file} MdeModulePkg ${default_branch} ${EMPTY} ${ws_root}
Should Be Empty ${pkgs}

Expand All @@ -261,7 +261,7 @@ Test Stuart PR for all policies when a PR contains directory added
Stage changed file ${location_to_move} ${ws_root}
Commit changes "Changes" ${ws_root}

# Platform CI test DSC dependnency on implementation file # Policy 4
# Platform CI test DSC dependency on implementation file # Policy 4
${pkgs}= Stuart pr evaluation ${core_ci_file} UefiCpuPkg ${default_branch} ${EMPTY} ${ws_root}
Should Be Empty ${pkgs}

Expand All @@ -282,7 +282,7 @@ Test Stuart PR for changing a file at the root of repo
Stage changed file ${file_to_modify} ${ws_root}
Commit changes "Changes" ${ws_root}

# Platform CI test DSC dependnency on implementation file # Policy 4
# Platform CI test DSC dependency on implementation file # Policy 4
${pkgs}= Stuart pr evaluation ${core_ci_file} MdePkg ${default_branch} ${EMPTY} ${ws_root}
Should Be Empty ${pkgs}

Expand Down

0 comments on commit d9b86f0

Please sign in to comment.