summaryrefslogtreecommitdiff
path: root/tests/frontend/push.py
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2018-04-18 21:19:38 +0200
committerJürg Billeter <j@bitron.ch>2018-05-11 07:57:37 +0200
commitdf17f602d1ea84b51d8b75bbf452d8630108f6a8 (patch)
treea478165b09f1242c929912716b65a974cab9e15b /tests/frontend/push.py
parent37e5362ea6057926b9af86f00b41449ed4f3c3e9 (diff)
downloadbuildstream-df17f602d1ea84b51d8b75bbf452d8630108f6a8.tar.gz
tests: Do not rely on 'downloadable' status
This is in preparation for moving away from summary files.
Diffstat (limited to 'tests/frontend/push.py')
-rw-r--r--tests/frontend/push.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/frontend/push.py b/tests/frontend/push.py
index 71d154696..e9c2daada 100644
--- a/tests/frontend/push.py
+++ b/tests/frontend/push.py
@@ -170,7 +170,7 @@ def test_push_after_pull(cli, tmpdir, datafiles):
assert_shared(cli, share1, project, 'target.bst')
assert_not_shared(cli, share2, project, 'target.bst')
- assert cli.get_element_state(project, 'target.bst') == 'downloadable'
+ assert cli.get_element_state(project, 'target.bst') != 'cached'
# Now run the build again. Correct `bst build` behaviour is to download the
# artifact from share1 but not push it back again.