[Fuego] [PATCH 02/15] migratetest: change testName and branch of spec file

Tim.Bird at sony.com Tim.Bird at sony.com
Thu Nov 15 22:25:05 UTC 2018


Applied.  Thanks.
 -- Tim


> -----Original Message-----
> From: fuego-bounces at lists.linuxfoundation.org [mailto:fuego-
> bounces at lists.linuxfoundation.org] On Behalf Of Qiu Tingting
> Sent: Wednesday, November 14, 2018 8:26 PM
> To: fuego at lists.linuxfoundation.org
> Subject: [Fuego] [PATCH 02/15] migratetest: change testName and branch of
> spec file
> 
> In file 'spec.json',
> 1. the value of testName is not same as the job name, which makes the
> PER_JOB_BUILD doesn't work.
> Change the testName with job name.
> 2. The original upstream branch 'unstable/devel/v1.1.1' doesn't exist, which
> makes test_build fail.
> Use exist upstream branch.
> 
> Signed-off-by: Qiu Tingting <qiutt at cn.fujitsu.com>
> ---
>  engine/tests/Benchmark.migratetest/fuego_test.sh | 4 ++--
>  engine/tests/Benchmark.migratetest/spec.json     | 4 ++--
>  2 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/engine/tests/Benchmark.migratetest/fuego_test.sh
> b/engine/tests/Benchmark.migratetest/fuego_test.sh
> index 43e3bea..eeaa4f6 100755
> --- a/engine/tests/Benchmark.migratetest/fuego_test.sh
> +++ b/engine/tests/Benchmark.migratetest/fuego_test.sh
> @@ -4,7 +4,7 @@ NEED_ROOT=1
>  TEST_COMMAND="rt-migrate-test"
> 
>  function test_pre_check {
> -    assert_define BENCHMARK_RT_MIGRATE_TEST_PARAMS
> +    assert_define BENCHMARK_MIGRATETEST_PARAMS
>      if check_kconfig "CONFIG_RT_GROUP_SCHED=y"; then
>          echo "WARNING: CONFIG_RT_GROUP_SCHED enabled in your kernel.
> Please check the RT"
>          echo "settings as following if this test failed with 'Unable to change
> scheduling policy'."
> @@ -23,5 +23,5 @@ function test_deploy {
>  }
> 
>  function test_run {
> -    report "cd $BOARD_TESTDIR/fuego.$TESTDIR; ./${TEST_COMMAND}
> $BENCHMARK_RT_MIGRATE_TEST_PARAMS"
> +    report "cd $BOARD_TESTDIR/fuego.$TESTDIR; ./${TEST_COMMAND}
> $BENCHMARK_MIGRATETEST_PARAMS"
>  }
> diff --git a/engine/tests/Benchmark.migratetest/spec.json
> b/engine/tests/Benchmark.migratetest/spec.json
> index 6d42f36..8270c95 100644
> --- a/engine/tests/Benchmark.migratetest/spec.json
> +++ b/engine/tests/Benchmark.migratetest/spec.json
> @@ -1,5 +1,5 @@
>  {
> -    "testName": "Benchmark.rt_migrate_test",
> +    "testName": "Benchmark.migratetest",
>      "specs": {
>          "default": {
>              "PARAMS": "-l 10"
> @@ -7,7 +7,7 @@
>          "latest": {
>              "PER_JOB_BUILD": "true",
>              "gitrepo": "https://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git",
> -            "gitref": "unstable/devel/v1.1.1",
> +            "gitref": "unstable/devel/latest",
>              "PARAMS": " "
>          }
>      }
> --
> 2.7.4
> 
> 
> 
> _______________________________________________
> Fuego mailing list
> Fuego at lists.linuxfoundation.org
> https://lists.linuxfoundation.org/mailman/listinfo/fuego


More information about the Fuego mailing list