Skip to content

tests/sources/keytest: Ensure element state is updated as expected

Chandan Singh requested to merge chandan/fix-source-key-test into master

This contains two changes:

  • tests/sources/keytest.py: Ensure that the element state before/after BuildStream operations is updated as expected. Previously we were just checking that the command succeeded.

  • tests/sources/project_key_test/plugins/sources/key-test.py: Update the dummy plugin that's used for tests, such that it conforms to the expectations of a BuildStream source class.

Fixes #1179 (closed).

Merge request reports