diff mbox

fwts-test: update tests for the new uefirtauthvar tests

Message ID 1413972300-71834-1-git-send-email-ivan.hu@canonical.com
State Rejected
Headers show

Commit Message

Ivan Hu Oct. 22, 2014, 10:05 a.m. UTC
The new uefi test for authenticated variable has added, so sync up the
fwts-test with these new tests.

Signed-off-by: Ivan Hu <ivan.hu@canonical.com>
---
 .../arg-show-tests-0001/arg-show-tests-0001.log    |  2 ++
 .../arg-show-tests-full-0001.log                   | 30 +++++++++++++++++++++-
 2 files changed, 31 insertions(+), 1 deletion(-)

Comments

Alex Hung Oct. 29, 2014, 3:18 a.m. UTC | #1
On 14-10-22 06:05 PM, Ivan Hu wrote:
> The new uefi test for authenticated variable has added, so sync up the
> fwts-test with these new tests.
>
> Signed-off-by: Ivan Hu <ivan.hu@canonical.com>
> ---
>   .../arg-show-tests-0001/arg-show-tests-0001.log    |  2 ++
>   .../arg-show-tests-full-0001.log                   | 30 +++++++++++++++++++++-
>   2 files changed, 31 insertions(+), 1 deletion(-)
>
> diff --git a/fwts-test/arg-show-tests-0001/arg-show-tests-0001.log b/fwts-test/arg-show-tests-0001/arg-show-tests-0001.log
> index 1cd28db..1b45a6c 100644
> --- a/fwts-test/arg-show-tests-0001/arg-show-tests-0001.log
> +++ b/fwts-test/arg-show-tests-0001/arg-show-tests-0001.log
> @@ -71,6 +71,7 @@ Utilities:
>    uefivarinfo     UEFI variable info query.
>   
>   Unsafe tests:
> + uefirtauthvar   Authenticated variable tests.
>    uefirtmisc      UEFI miscellaneous runtime service interface tests.
>    uefirttime      UEFI Runtime service time interface tests.
>    uefirtvariable  UEFI Runtime service variable interface tests.
> @@ -79,6 +80,7 @@ UEFI tests:
>    csm             UEFI Compatibility Support Module test.
>    securebootcert  UEFI secure boot test.
>    uefibootpath    Sanity check for UEFI Boot Path Boot####.
> + uefirtauthvar   Authenticated variable tests.
>    uefirtmisc      UEFI miscellaneous runtime service interface tests.
>    uefirttime      UEFI Runtime service time interface tests.
>    uefirtvariable  UEFI Runtime service variable interface tests.
> diff --git a/fwts-test/arg-show-tests-full-0001/arg-show-tests-full-0001.log b/fwts-test/arg-show-tests-full-0001/arg-show-tests-full-0001.log
> index 13a9054..6d50b06 100644
> --- a/fwts-test/arg-show-tests-full-0001/arg-show-tests-full-0001.log
> +++ b/fwts-test/arg-show-tests-full-0001/arg-show-tests-full-0001.log
> @@ -343,6 +343,20 @@ Utilities:
>     UEFI variable info query.
>   
>   Unsafe tests:
> + uefirtauthvar   (13 tests):
> +  Create authenticated variable test.
> +  Authenticated variable test with the same authenticated variable.
> +  Authenticated variable test with another valid authenticated variable.
> +  Append authenticated variable test.
> +  Update authenticated variable test.
> +  Authenticated variable test with old authenticated variable.
> +  Delete authenticated variable test.
> +  Authenticated variable test with invalid modified data.
> +  Authenticated variable test with invalid modified timestamp.
> +  Authenticated variable test with different guid.
> +  Authenticated variable test with invalid attributes.
> +  Test with both authenticated attributes are set.
> +  Set and delete authenticated variable created by different key test.
>    uefirtmisc      (2 tests):
>     Test for UEFI miscellaneous runtime service interfaces.
>     Stress test for UEFI miscellaneous runtime service interfaces.
> @@ -367,6 +381,20 @@ UEFI tests:
>     UEFI secure boot test.
>    uefibootpath    (1 test):
>     Test UEFI Boot Path Boot####.
> + uefirtauthvar   (13 tests):
> +  Create authenticated variable test.
> +  Authenticated variable test with the same authenticated variable.
> +  Authenticated variable test with another valid authenticated variable.
> +  Append authenticated variable test.
> +  Update authenticated variable test.
> +  Authenticated variable test with old authenticated variable.
> +  Delete authenticated variable test.
> +  Authenticated variable test with invalid modified data.
> +  Authenticated variable test with invalid modified timestamp.
> +  Authenticated variable test with different guid.
> +  Authenticated variable test with invalid attributes.
> +  Test with both authenticated attributes are set.
> +  Set and delete authenticated variable created by different key test.
>    uefirtmisc      (2 tests):
>     Test for UEFI miscellaneous runtime service interfaces.
>     Stress test for UEFI miscellaneous runtime service interfaces.
> @@ -384,4 +412,4 @@ UEFI tests:
>     Test UEFI RT service set variable interface stress test.
>     Test UEFI RT service query variable info interface stress test.
>   
> -Total of 301 tests
> +Total of 327 tests

Acked-by: Alex Hung <alex.hung@canonical.com>
diff mbox

Patch

diff --git a/fwts-test/arg-show-tests-0001/arg-show-tests-0001.log b/fwts-test/arg-show-tests-0001/arg-show-tests-0001.log
index 1cd28db..1b45a6c 100644
--- a/fwts-test/arg-show-tests-0001/arg-show-tests-0001.log
+++ b/fwts-test/arg-show-tests-0001/arg-show-tests-0001.log
@@ -71,6 +71,7 @@  Utilities:
  uefivarinfo     UEFI variable info query.
 
 Unsafe tests:
+ uefirtauthvar   Authenticated variable tests.
  uefirtmisc      UEFI miscellaneous runtime service interface tests.
  uefirttime      UEFI Runtime service time interface tests.
  uefirtvariable  UEFI Runtime service variable interface tests.
@@ -79,6 +80,7 @@  UEFI tests:
  csm             UEFI Compatibility Support Module test.
  securebootcert  UEFI secure boot test.
  uefibootpath    Sanity check for UEFI Boot Path Boot####.
+ uefirtauthvar   Authenticated variable tests.
  uefirtmisc      UEFI miscellaneous runtime service interface tests.
  uefirttime      UEFI Runtime service time interface tests.
  uefirtvariable  UEFI Runtime service variable interface tests.
diff --git a/fwts-test/arg-show-tests-full-0001/arg-show-tests-full-0001.log b/fwts-test/arg-show-tests-full-0001/arg-show-tests-full-0001.log
index 13a9054..6d50b06 100644
--- a/fwts-test/arg-show-tests-full-0001/arg-show-tests-full-0001.log
+++ b/fwts-test/arg-show-tests-full-0001/arg-show-tests-full-0001.log
@@ -343,6 +343,20 @@  Utilities:
   UEFI variable info query.
 
 Unsafe tests:
+ uefirtauthvar   (13 tests):
+  Create authenticated variable test.
+  Authenticated variable test with the same authenticated variable.
+  Authenticated variable test with another valid authenticated variable.
+  Append authenticated variable test.
+  Update authenticated variable test.
+  Authenticated variable test with old authenticated variable.
+  Delete authenticated variable test.
+  Authenticated variable test with invalid modified data.
+  Authenticated variable test with invalid modified timestamp.
+  Authenticated variable test with different guid.
+  Authenticated variable test with invalid attributes.
+  Test with both authenticated attributes are set.
+  Set and delete authenticated variable created by different key test.
  uefirtmisc      (2 tests):
   Test for UEFI miscellaneous runtime service interfaces.
   Stress test for UEFI miscellaneous runtime service interfaces.
@@ -367,6 +381,20 @@  UEFI tests:
   UEFI secure boot test.
  uefibootpath    (1 test):
   Test UEFI Boot Path Boot####.
+ uefirtauthvar   (13 tests):
+  Create authenticated variable test.
+  Authenticated variable test with the same authenticated variable.
+  Authenticated variable test with another valid authenticated variable.
+  Append authenticated variable test.
+  Update authenticated variable test.
+  Authenticated variable test with old authenticated variable.
+  Delete authenticated variable test.
+  Authenticated variable test with invalid modified data.
+  Authenticated variable test with invalid modified timestamp.
+  Authenticated variable test with different guid.
+  Authenticated variable test with invalid attributes.
+  Test with both authenticated attributes are set.
+  Set and delete authenticated variable created by different key test.
  uefirtmisc      (2 tests):
   Test for UEFI miscellaneous runtime service interfaces.
   Stress test for UEFI miscellaneous runtime service interfaces.
@@ -384,4 +412,4 @@  UEFI tests:
   Test UEFI RT service set variable interface stress test.
   Test UEFI RT service query variable info interface stress test.
 
-Total of 301 tests
+Total of 327 tests