All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] devtool.py: update testcase Ids in morty
@ 2017-09-25 19:50 libertad.cruz
  2017-09-26  1:19 ` akuster808
  0 siblings, 1 reply; 2+ messages in thread
From: libertad.cruz @ 2017-09-25 19:50 UTC (permalink / raw)
  To: openembedded-core; +Cc: libertad.cruz

From: libertad <libertad.cruz@intel.com>

eSDK testcases Ids were modified on testopia, hence there needs to be a change in the devtool script.

[YOCTO #11603]

Signed-off-by: libertad <libertad.cruz@intel.com>
---
 meta/lib/oeqa/sdkext/devtool.py | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/meta/lib/oeqa/sdkext/devtool.py b/meta/lib/oeqa/sdkext/devtool.py
index 65f41f68750..7eab49f94fb 100644
--- a/meta/lib/oeqa/sdkext/devtool.py
+++ b/meta/lib/oeqa/sdkext/devtool.py
@@ -45,22 +45,22 @@ class DevtoolTest(oeSDKExtTest):
         self._run('devtool add myapp %s' % self.myapp_dst)
         self._run('devtool reset myapp')
     
-    @testcase(1473)
+    @testcase(1605)
     @skipUnlessPassed('test_devtool_location')
     def test_devtool_build_make(self):
         self._test_devtool_build(self.myapp_dst)
     
-    @testcase(1474)
+    @testcase(1606)
     @skipUnlessPassed('test_devtool_location')
     def test_devtool_build_esdk_package(self):
         self._test_devtool_build_package(self.myapp_dst)
 
-    @testcase(1479)
+    @testcase(1607)
     @skipUnlessPassed('test_devtool_location')
     def test_devtool_build_cmake(self):
         self._test_devtool_build(self.myapp_cmake_dst)
     
-    @testcase(1482)
+    @testcase(1608)
     @skipUnlessPassed('test_devtool_location')
     def test_extend_autotools_recipe_creation(self):
         req = 'https://github.com/rdfa/librdfa'
@@ -74,7 +74,7 @@ class DevtoolTest(oeSDKExtTest):
             raise e
         self._run('devtool reset %s' % recipe)
 
-    @testcase(1484)
+    @testcase(1609)
     @skipUnlessPassed('test_devtool_location')
     def test_devtool_kernelmodule(self):
         docfile = 'https://github.com/umlaeute/v4l2loopback.git'
@@ -88,7 +88,7 @@ class DevtoolTest(oeSDKExtTest):
             raise e
         self._run('devtool reset %s' % recipe)
 
-    @testcase(1478)
+    @testcase(1610)
     @skipUnlessPassed('test_devtool_location')
     def test_recipes_for_nodejs(self):
         package_nodejs = "npm://registry.npmjs.org;name=winston;version=2.2.0"
-- 
2.12.3



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] devtool.py: update testcase Ids in morty
  2017-09-25 19:50 [PATCH] devtool.py: update testcase Ids in morty libertad.cruz
@ 2017-09-26  1:19 ` akuster808
  0 siblings, 0 replies; 2+ messages in thread
From: akuster808 @ 2017-09-26  1:19 UTC (permalink / raw)
  To: libertad.cruz, openembedded-core



On 09/25/2017 12:50 PM, libertad.cruz@intel.com wrote:
> From: libertad <libertad.cruz@intel.com>
>
> eSDK testcases Ids were modified on testopia, hence there needs to be a change in the devtool script.
>
> [YOCTO #11603]

The got merged into morty.

thanks,
Armin
> Signed-off-by: libertad <libertad.cruz@intel.com>
> ---
>  meta/lib/oeqa/sdkext/devtool.py | 12 ++++++------
>  1 file changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/meta/lib/oeqa/sdkext/devtool.py b/meta/lib/oeqa/sdkext/devtool.py
> index 65f41f68750..7eab49f94fb 100644
> --- a/meta/lib/oeqa/sdkext/devtool.py
> +++ b/meta/lib/oeqa/sdkext/devtool.py
> @@ -45,22 +45,22 @@ class DevtoolTest(oeSDKExtTest):
>          self._run('devtool add myapp %s' % self.myapp_dst)
>          self._run('devtool reset myapp')
>      
> -    @testcase(1473)
> +    @testcase(1605)
>      @skipUnlessPassed('test_devtool_location')
>      def test_devtool_build_make(self):
>          self._test_devtool_build(self.myapp_dst)
>      
> -    @testcase(1474)
> +    @testcase(1606)
>      @skipUnlessPassed('test_devtool_location')
>      def test_devtool_build_esdk_package(self):
>          self._test_devtool_build_package(self.myapp_dst)
>  
> -    @testcase(1479)
> +    @testcase(1607)
>      @skipUnlessPassed('test_devtool_location')
>      def test_devtool_build_cmake(self):
>          self._test_devtool_build(self.myapp_cmake_dst)
>      
> -    @testcase(1482)
> +    @testcase(1608)
>      @skipUnlessPassed('test_devtool_location')
>      def test_extend_autotools_recipe_creation(self):
>          req = 'https://github.com/rdfa/librdfa'
> @@ -74,7 +74,7 @@ class DevtoolTest(oeSDKExtTest):
>              raise e
>          self._run('devtool reset %s' % recipe)
>  
> -    @testcase(1484)
> +    @testcase(1609)
>      @skipUnlessPassed('test_devtool_location')
>      def test_devtool_kernelmodule(self):
>          docfile = 'https://github.com/umlaeute/v4l2loopback.git'
> @@ -88,7 +88,7 @@ class DevtoolTest(oeSDKExtTest):
>              raise e
>          self._run('devtool reset %s' % recipe)
>  
> -    @testcase(1478)
> +    @testcase(1610)
>      @skipUnlessPassed('test_devtool_location')
>      def test_recipes_for_nodejs(self):
>          package_nodejs = "npm://registry.npmjs.org;name=winston;version=2.2.0"



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-09-26  1:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-25 19:50 [PATCH] devtool.py: update testcase Ids in morty libertad.cruz
2017-09-26  1:19 ` akuster808

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.