diff mbox

[FWTS-TEST] arg-help-0001: keep in sync with fwts

Message ID 1389717807-7234-1-git-send-email-colin.king@canonical.com
State Accepted
Headers show

Commit Message

Colin Ian King Jan. 14, 2014, 4:43 p.m. UTC
From: Colin Ian King <colin.king@canonical.com>

fwts commit 39a0f98f2ca6720c8955919adf3aacb26ca6fc87 removed
the --lp-tags and --lp-tags-log options.
fwts commit 94ea2aa606a8115325e5c5781a958c4eb9ce856b added
the -R --rsdp options.
fwts commit d77acdd0374f2fc59e1d3e7b5d23fab8aa5c6e81 updated
the copyright year.

Fix up fwts tests to accommodate these changes

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 arg-help-0001/arg-help-0001.log | 7 +++----
 arg-help-0001/arg-help-0002.log | 7 +++----
 2 files changed, 6 insertions(+), 8 deletions(-)

Comments

Alex Hung Jan. 16, 2014, 7:45 a.m. UTC | #1
On 01/15/2014 12:43 AM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> fwts commit 39a0f98f2ca6720c8955919adf3aacb26ca6fc87 removed
> the --lp-tags and --lp-tags-log options.
> fwts commit 94ea2aa606a8115325e5c5781a958c4eb9ce856b added
> the -R --rsdp options.
> fwts commit d77acdd0374f2fc59e1d3e7b5d23fab8aa5c6e81 updated
> the copyright year.
>
> Fix up fwts tests to accommodate these changes
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>   arg-help-0001/arg-help-0001.log | 7 +++----
>   arg-help-0001/arg-help-0002.log | 7 +++----
>   2 files changed, 6 insertions(+), 8 deletions(-)
>
> diff --git a/arg-help-0001/arg-help-0001.log b/arg-help-0001/arg-help-0001.log
> index 12bebc9..bd36251 100644
> --- a/arg-help-0001/arg-help-0001.log
> +++ b/arg-help-0001/arg-help-0001.log
> @@ -31,8 +31,6 @@
>                                number.
>   --log-type                   Specify log type (plaintext, json, html or xml).
>   -w, --log-width              Define the output log width in characters.
> ---lp-tags                    Output just LaunchPad bug tags.
> ---lp-tags-log                Output LaunchPad bug tags in results log.
>   --lspci                      Specify path to lspci, e.g. --lspci=path.
>   -P, --power-states           Test S3, S4 power states.
>   -q, --quiet                  Run quietly.
> @@ -40,6 +38,7 @@
>   -r, --results-output         Output results to a named file. Filename can also
>                                be stout or stderr, e.g.
>                                --results-output=myresults.log, -r stdout.
> +-R, --rsdp                   Specify the physical address of the ACPI RSDP.
>   --s3-delay-delta             Time to be added to delay between S3 iterations.
>                                Used in conjunction with --s3-min-delay and
>                                --s3-max-delay, e.g. --s3-delay-delta=2.5
> @@ -103,5 +102,5 @@
>                                kernel oopses).
>   -u, --utils                  Run Utility 'tests'.
>
> -Some of this work - Copyright (c) 1999 - 2013, Intel Corp. All rights reserved.
> -Some of this work - Copyright (c) 2010 - 2013, Canonical.
> +Some of this work - Copyright (c) 1999 - 2014, Intel Corp. All rights reserved.
> +Some of this work - Copyright (c) 2010 - 2014, Canonical.
> diff --git a/arg-help-0001/arg-help-0002.log b/arg-help-0001/arg-help-0002.log
> index 12bebc9..bd36251 100644
> --- a/arg-help-0001/arg-help-0002.log
> +++ b/arg-help-0001/arg-help-0002.log
> @@ -31,8 +31,6 @@
>                                number.
>   --log-type                   Specify log type (plaintext, json, html or xml).
>   -w, --log-width              Define the output log width in characters.
> ---lp-tags                    Output just LaunchPad bug tags.
> ---lp-tags-log                Output LaunchPad bug tags in results log.
>   --lspci                      Specify path to lspci, e.g. --lspci=path.
>   -P, --power-states           Test S3, S4 power states.
>   -q, --quiet                  Run quietly.
> @@ -40,6 +38,7 @@
>   -r, --results-output         Output results to a named file. Filename can also
>                                be stout or stderr, e.g.
>                                --results-output=myresults.log, -r stdout.
> +-R, --rsdp                   Specify the physical address of the ACPI RSDP.
>   --s3-delay-delta             Time to be added to delay between S3 iterations.
>                                Used in conjunction with --s3-min-delay and
>                                --s3-max-delay, e.g. --s3-delay-delta=2.5
> @@ -103,5 +102,5 @@
>                                kernel oopses).
>   -u, --utils                  Run Utility 'tests'.
>
> -Some of this work - Copyright (c) 1999 - 2013, Intel Corp. All rights reserved.
> -Some of this work - Copyright (c) 2010 - 2013, Canonical.
> +Some of this work - Copyright (c) 1999 - 2014, Intel Corp. All rights reserved.
> +Some of this work - Copyright (c) 2010 - 2014, Canonical.
>

Acked-by: Alex Hung <alex.hung@canonical.com>
Ivan Hu Jan. 17, 2014, 5:52 a.m. UTC | #2
On 01/15/2014 12:43 AM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> fwts commit 39a0f98f2ca6720c8955919adf3aacb26ca6fc87 removed
> the --lp-tags and --lp-tags-log options.
> fwts commit 94ea2aa606a8115325e5c5781a958c4eb9ce856b added
> the -R --rsdp options.
> fwts commit d77acdd0374f2fc59e1d3e7b5d23fab8aa5c6e81 updated
> the copyright year.
>
> Fix up fwts tests to accommodate these changes
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>   arg-help-0001/arg-help-0001.log | 7 +++----
>   arg-help-0001/arg-help-0002.log | 7 +++----
>   2 files changed, 6 insertions(+), 8 deletions(-)
>
> diff --git a/arg-help-0001/arg-help-0001.log b/arg-help-0001/arg-help-0001.log
> index 12bebc9..bd36251 100644
> --- a/arg-help-0001/arg-help-0001.log
> +++ b/arg-help-0001/arg-help-0001.log
> @@ -31,8 +31,6 @@
>                                number.
>   --log-type                   Specify log type (plaintext, json, html or xml).
>   -w, --log-width              Define the output log width in characters.
> ---lp-tags                    Output just LaunchPad bug tags.
> ---lp-tags-log                Output LaunchPad bug tags in results log.
>   --lspci                      Specify path to lspci, e.g. --lspci=path.
>   -P, --power-states           Test S3, S4 power states.
>   -q, --quiet                  Run quietly.
> @@ -40,6 +38,7 @@
>   -r, --results-output         Output results to a named file. Filename can also
>                                be stout or stderr, e.g.
>                                --results-output=myresults.log, -r stdout.
> +-R, --rsdp                   Specify the physical address of the ACPI RSDP.
>   --s3-delay-delta             Time to be added to delay between S3 iterations.
>                                Used in conjunction with --s3-min-delay and
>                                --s3-max-delay, e.g. --s3-delay-delta=2.5
> @@ -103,5 +102,5 @@
>                                kernel oopses).
>   -u, --utils                  Run Utility 'tests'.
>
> -Some of this work - Copyright (c) 1999 - 2013, Intel Corp. All rights reserved.
> -Some of this work - Copyright (c) 2010 - 2013, Canonical.
> +Some of this work - Copyright (c) 1999 - 2014, Intel Corp. All rights reserved.
> +Some of this work - Copyright (c) 2010 - 2014, Canonical.
> diff --git a/arg-help-0001/arg-help-0002.log b/arg-help-0001/arg-help-0002.log
> index 12bebc9..bd36251 100644
> --- a/arg-help-0001/arg-help-0002.log
> +++ b/arg-help-0001/arg-help-0002.log
> @@ -31,8 +31,6 @@
>                                number.
>   --log-type                   Specify log type (plaintext, json, html or xml).
>   -w, --log-width              Define the output log width in characters.
> ---lp-tags                    Output just LaunchPad bug tags.
> ---lp-tags-log                Output LaunchPad bug tags in results log.
>   --lspci                      Specify path to lspci, e.g. --lspci=path.
>   -P, --power-states           Test S3, S4 power states.
>   -q, --quiet                  Run quietly.
> @@ -40,6 +38,7 @@
>   -r, --results-output         Output results to a named file. Filename can also
>                                be stout or stderr, e.g.
>                                --results-output=myresults.log, -r stdout.
> +-R, --rsdp                   Specify the physical address of the ACPI RSDP.
>   --s3-delay-delta             Time to be added to delay between S3 iterations.
>                                Used in conjunction with --s3-min-delay and
>                                --s3-max-delay, e.g. --s3-delay-delta=2.5
> @@ -103,5 +102,5 @@
>                                kernel oopses).
>   -u, --utils                  Run Utility 'tests'.
>
> -Some of this work - Copyright (c) 1999 - 2013, Intel Corp. All rights reserved.
> -Some of this work - Copyright (c) 2010 - 2013, Canonical.
> +Some of this work - Copyright (c) 1999 - 2014, Intel Corp. All rights reserved.
> +Some of this work - Copyright (c) 2010 - 2014, Canonical.
>

Acked-by: Ivan Hu <ivan.hu@canonical.com>
diff mbox

Patch

diff --git a/arg-help-0001/arg-help-0001.log b/arg-help-0001/arg-help-0001.log
index 12bebc9..bd36251 100644
--- a/arg-help-0001/arg-help-0001.log
+++ b/arg-help-0001/arg-help-0001.log
@@ -31,8 +31,6 @@ 
                              number.
 --log-type                   Specify log type (plaintext, json, html or xml).
 -w, --log-width              Define the output log width in characters.
---lp-tags                    Output just LaunchPad bug tags.
---lp-tags-log                Output LaunchPad bug tags in results log.
 --lspci                      Specify path to lspci, e.g. --lspci=path.
 -P, --power-states           Test S3, S4 power states.
 -q, --quiet                  Run quietly.
@@ -40,6 +38,7 @@ 
 -r, --results-output         Output results to a named file. Filename can also
                              be stout or stderr, e.g.
                              --results-output=myresults.log, -r stdout.
+-R, --rsdp                   Specify the physical address of the ACPI RSDP.
 --s3-delay-delta             Time to be added to delay between S3 iterations.
                              Used in conjunction with --s3-min-delay and
                              --s3-max-delay, e.g. --s3-delay-delta=2.5
@@ -103,5 +102,5 @@ 
                              kernel oopses).
 -u, --utils                  Run Utility 'tests'.
 
-Some of this work - Copyright (c) 1999 - 2013, Intel Corp. All rights reserved.
-Some of this work - Copyright (c) 2010 - 2013, Canonical.
+Some of this work - Copyright (c) 1999 - 2014, Intel Corp. All rights reserved.
+Some of this work - Copyright (c) 2010 - 2014, Canonical.
diff --git a/arg-help-0001/arg-help-0002.log b/arg-help-0001/arg-help-0002.log
index 12bebc9..bd36251 100644
--- a/arg-help-0001/arg-help-0002.log
+++ b/arg-help-0001/arg-help-0002.log
@@ -31,8 +31,6 @@ 
                              number.
 --log-type                   Specify log type (plaintext, json, html or xml).
 -w, --log-width              Define the output log width in characters.
---lp-tags                    Output just LaunchPad bug tags.
---lp-tags-log                Output LaunchPad bug tags in results log.
 --lspci                      Specify path to lspci, e.g. --lspci=path.
 -P, --power-states           Test S3, S4 power states.
 -q, --quiet                  Run quietly.
@@ -40,6 +38,7 @@ 
 -r, --results-output         Output results to a named file. Filename can also
                              be stout or stderr, e.g.
                              --results-output=myresults.log, -r stdout.
+-R, --rsdp                   Specify the physical address of the ACPI RSDP.
 --s3-delay-delta             Time to be added to delay between S3 iterations.
                              Used in conjunction with --s3-min-delay and
                              --s3-max-delay, e.g. --s3-delay-delta=2.5
@@ -103,5 +102,5 @@ 
                              kernel oopses).
 -u, --utils                  Run Utility 'tests'.
 
-Some of this work - Copyright (c) 1999 - 2013, Intel Corp. All rights reserved.
-Some of this work - Copyright (c) 2010 - 2013, Canonical.
+Some of this work - Copyright (c) 1999 - 2014, Intel Corp. All rights reserved.
+Some of this work - Copyright (c) 2010 - 2014, Canonical.