summaryrefslogtreecommitdiff
path: root/cbuildbot/stages/sdk_stages_unittest.py
diff options
context:
space:
mode:
authorGilad Arnold <garnold@chromium.org>2015-06-02 10:34:26 -0700
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-06-05 02:05:31 +0000
commit27c7b4419d02f4a25cd0aff5d89a531ee72d1da3 (patch)
treed64424f23b44bcdaf1f0b7c4dc86622689c6d3e9 /cbuildbot/stages/sdk_stages_unittest.py
parentd441202551ed99e8d6fe0a99a8b2990c2b13ddbb (diff)
downloadchromite-27c7b4419d02f4a25cd0aff5d89a531ee72d1da3.tar.gz
Rename SDK overlay directory and constant.
Since we are moving away from "board-specific" overlays, this renames the relevant constants and locations so they are more generally applicable. BUG=brillo:918 TEST=Unit tests Change-Id: I960b5dde91a70921f73e1ecfda03c86f6b68cd3a Reviewed-on: https://chromium-review.googlesource.com/275004 Reviewed-by: David James <davidjames@chromium.org> Commit-Queue: Gilad Arnold <garnold@chromium.org> Tested-by: Gilad Arnold <garnold@chromium.org>
Diffstat (limited to 'cbuildbot/stages/sdk_stages_unittest.py')
-rw-r--r--cbuildbot/stages/sdk_stages_unittest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cbuildbot/stages/sdk_stages_unittest.py b/cbuildbot/stages/sdk_stages_unittest.py
index aa83a94e2..f3f932482 100644
--- a/cbuildbot/stages/sdk_stages_unittest.py
+++ b/cbuildbot/stages/sdk_stages_unittest.py
@@ -225,7 +225,7 @@ class SDKPackageBoardToolchainsStageTest(
for board in self._boards:
overlay_tarball = os.path.join(self.build_root,
constants.DEFAULT_CHROOT_DIR,
- constants.SDK_BOARD_OVERLAYS_OUTPUT,
+ constants.SDK_OVERLAYS_OUTPUT,
'built-sdk-overlay-%s.tar.xz' % board)
output = cros_build_lib.RunCommand(
['tar', '-I', 'xz', '-tvf', overlay_tarball],