From d9b86f01c22c04dffa6861086ff4f23d32e23e31 Mon Sep 17 00:00:00 2001 From: Michael Kubacki Date: Tue, 8 Nov 2022 11:00:51 -0500 Subject: [PATCH] Fix typos in robot files (#334) Signed-off-by: Michael Kubacki --- integration_test/Shared_Keywords.robot | 4 ++-- integration_test/edk2_stuart_pr_eval.robot | 16 ++++++++-------- integration_test/mu_stuart_pr_eval.robot | 10 +++++----- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/integration_test/Shared_Keywords.robot b/integration_test/Shared_Keywords.robot index 5ed74425..0f00578d 100644 --- a/integration_test/Shared_Keywords.robot +++ b/integration_test/Shared_Keywords.robot @@ -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 diff --git a/integration_test/edk2_stuart_pr_eval.robot b/integration_test/edk2_stuart_pr_eval.robot index a41c0e55..c0a81ae6 100644 --- a/integration_test/edk2_stuart_pr_eval.robot +++ b/integration_test/edk2_stuart_pr_eval.robot @@ -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 @@ -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} @@ -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} @@ -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} @@ -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 @@ -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 @@ -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} @@ -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} diff --git a/integration_test/mu_stuart_pr_eval.robot b/integration_test/mu_stuart_pr_eval.robot index 015b9519..f7afc374 100644 --- a/integration_test/mu_stuart_pr_eval.robot +++ b/integration_test/mu_stuart_pr_eval.robot @@ -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} @@ -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} @@ -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} @@ -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} @@ -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}