Skip to content
  • Zygmunt Krynicki's avatar
    7a2cd27d
    .gitlab-ci.yml: install dbus in CI · 7a2cd27d
    Zygmunt Krynicki authored
    
    
    SystemOTA uses D-Bus for IPC. Tests rely on being able to run
    dbus-daemon to create test bus and run services against it. This was
    previously not tested in CI, which runs on top of a bare-bones container
    image.
    
    While the tests correctly detected that and skipped the affected suites,
    this meant that a lot of existing code went untested.
    
    Install dbus before running unit tests.
    
    Signed-off-by: default avatarZygmunt Krynicki <zygmunt.krynicki@huawei.com>
    7a2cd27d
    .gitlab-ci.yml: install dbus in CI
    Zygmunt Krynicki authored
    
    
    SystemOTA uses D-Bus for IPC. Tests rely on being able to run
    dbus-daemon to create test bus and run services against it. This was
    previously not tested in CI, which runs on top of a bare-bones container
    image.
    
    While the tests correctly detected that and skipped the affected suites,
    this meant that a lot of existing code went untested.
    
    Install dbus before running unit tests.
    
    Signed-off-by: default avatarZygmunt Krynicki <zygmunt.krynicki@huawei.com>
Loading Validating GitLab CI configuration… Learn more
Loading