diff options
Diffstat (limited to 'meta/lib/oeqa/selftest/cases/devtool.py')
-rw-r--r-- | meta/lib/oeqa/selftest/cases/devtool.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/lib/oeqa/selftest/cases/devtool.py b/meta/lib/oeqa/selftest/cases/devtool.py index 142932e12f..0cb7403f16 100644 --- a/meta/lib/oeqa/selftest/cases/devtool.py +++ b/meta/lib/oeqa/selftest/cases/devtool.py | |||
@@ -954,7 +954,7 @@ class DevtoolUpdateTests(DevtoolBase): | |||
954 | 954 | ||
955 | def test_devtool_update_recipe_git(self): | 955 | def test_devtool_update_recipe_git(self): |
956 | # Check preconditions | 956 | # Check preconditions |
957 | testrecipe = 'mtd-utils' | 957 | testrecipe = 'mtd-utils-selftest' |
958 | bb_vars = get_bb_vars(['FILE', 'SRC_URI'], testrecipe) | 958 | bb_vars = get_bb_vars(['FILE', 'SRC_URI'], testrecipe) |
959 | recipefile = bb_vars['FILE'] | 959 | recipefile = bb_vars['FILE'] |
960 | src_uri = bb_vars['SRC_URI'] | 960 | src_uri = bb_vars['SRC_URI'] |
@@ -1075,7 +1075,7 @@ class DevtoolUpdateTests(DevtoolBase): | |||
1075 | 1075 | ||
1076 | def test_devtool_update_recipe_append_git(self): | 1076 | def test_devtool_update_recipe_append_git(self): |
1077 | # Check preconditions | 1077 | # Check preconditions |
1078 | testrecipe = 'mtd-utils' | 1078 | testrecipe = 'mtd-utils-selftest' |
1079 | bb_vars = get_bb_vars(['FILE', 'SRC_URI'], testrecipe) | 1079 | bb_vars = get_bb_vars(['FILE', 'SRC_URI'], testrecipe) |
1080 | recipefile = bb_vars['FILE'] | 1080 | recipefile = bb_vars['FILE'] |
1081 | src_uri = bb_vars['SRC_URI'] | 1081 | src_uri = bb_vars['SRC_URI'] |