summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/cases/fetch.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/selftest/cases/fetch.py')
-rw-r--r--meta/lib/oeqa/selftest/cases/fetch.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/lib/oeqa/selftest/cases/fetch.py b/meta/lib/oeqa/selftest/cases/fetch.py
index cd15f65129..9aa91e59c1 100644
--- a/meta/lib/oeqa/selftest/cases/fetch.py
+++ b/meta/lib/oeqa/selftest/cases/fetch.py
@@ -24,8 +24,8 @@ class Fetch(OESelftestTestCase):
24 # No mirrors, should use git to fetch successfully 24 # No mirrors, should use git to fetch successfully
25 features = """ 25 features = """
26DL_DIR = "%s" 26DL_DIR = "%s"
27MIRRORS_forcevariable = "" 27MIRRORS:forcevariable = ""
28PREMIRRORS_forcevariable = "" 28PREMIRRORS:forcevariable = ""
29""" % dldir 29""" % dldir
30 self.write_config(features) 30 self.write_config(features)
31 oe.path.remove(dldir, recurse=True) 31 oe.path.remove(dldir, recurse=True)
@@ -35,8 +35,8 @@ PREMIRRORS_forcevariable = ""
35 features = """ 35 features = """
36DL_DIR = "%s" 36DL_DIR = "%s"
37GIT_PROXY_COMMAND = "false" 37GIT_PROXY_COMMAND = "false"
38MIRRORS_forcevariable = "" 38MIRRORS:forcevariable = ""
39PREMIRRORS_forcevariable = "" 39PREMIRRORS:forcevariable = ""
40""" % dldir 40""" % dldir
41 self.write_config(features) 41 self.write_config(features)
42 oe.path.remove(dldir, recurse=True) 42 oe.path.remove(dldir, recurse=True)
@@ -47,7 +47,7 @@ PREMIRRORS_forcevariable = ""
47 features = """ 47 features = """
48DL_DIR = "%s" 48DL_DIR = "%s"
49GIT_PROXY_COMMAND = "false" 49GIT_PROXY_COMMAND = "false"
50MIRRORS_forcevariable = "git://.*/.* http://downloads.yoctoproject.org/mirror/sources/" 50MIRRORS:forcevariable = "git://.*/.* http://downloads.yoctoproject.org/mirror/sources/"
51""" % dldir 51""" % dldir
52 self.write_config(features) 52 self.write_config(features)
53 oe.path.remove(dldir, recurse=True) 53 oe.path.remove(dldir, recurse=True)