Project Number Date
test_Tails_ISO_test-suite-trixie-2 3 07 Jun 2025, 11:36

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
custom APT sources to build branches 338 0 0 0 0 338 40 0 40 21.614 Passed
Tags: @source
Feature custom APT sources to build branches
As a Tails developer, when I build Tails, I'd be happy if the proper APT sources were automatically picked depending on which Git branch I am working on.
Tags: @source
0.313
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:538 0.000
Given I am working on the stable base branch 0.059
And the last version mentioned in debian/changelog is 1.0 0.172
And Tails 1.0 has not been released yet 0.000
And the config/APT_overlays.d directory is empty 0.000
When I successfully run tails-custom-apt-sources 0.076
Then I should see only the 'stable' suite 0.004
After features/support/hooks.rb:545 0.001
After features/support/hooks.rb:100 0.000
Tags: @source
0.203
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:538 0.000
Given I am working on the stable base branch 0.049
And the last version mentioned in debian/changelog is 1.0 0.098
And Tails 1.0 has not been released yet 0.000
And config/APT_overlays.d contains 'feature-foo' 0.000
And config/APT_overlays.d contains 'bugfix-bar' 0.000
When I successfully run tails-custom-apt-sources 0.054
Then I should see the 'stable' suite 0.000
And I should see the 'feature-foo' suite 0.000
And I should see the 'bugfix-bar' suite 0.000
But I should not see the '1.0' suite 0.000
After features/support/hooks.rb:545 0.001
After features/support/hooks.rb:100 0.000
Tags: @source
0.481
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:538 0.000
Given I am working on the stable base branch 0.062
And Tails 0.10 has been released 0.024
And the last versions mentioned in debian/changelog are 0.10 and 1.0 0.148
And Tails 1.0 has not been released yet 0.000
And no frozen APT snapshot is encoded in config/APT_snapshots.d 0.000
When I successfully run "apt-snapshots-serials prepare-build" 0.135
And I run "apt-mirror debian" 0.009
Then it should fail 0.000
When I run "apt-mirror torproject" 0.008
Then it should fail 0.000
When I successfully run "apt-mirror debian-security" 0.090
Then I should see a time-based snapshot 0.000
After features/support/hooks.rb:545 0.003
After features/support/hooks.rb:100 0.000
Tags: @source
0.630
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:538 0.000
Given I am working on the stable base branch 0.051
And Tails 0.10 has been released 0.018
And the last versions mentioned in debian/changelog are 0.10 and 1.0 0.144
And Tails 1.0 has not been released yet 0.000
And frozen APT snapshots are encoded in config/APT_snapshots.d 0.000
When I successfully run "apt-snapshots-serials prepare-build" 0.130
And I successfully run "apt-mirror debian" 0.097
Then I should see a time-based snapshot 0.000
When I successfully run "apt-mirror torproject" 0.095
Then I should see a time-based snapshot 0.000
When I successfully run "apt-mirror debian-security" 0.092
Then I should see a time-based snapshot 0.000
After features/support/hooks.rb:545 0.002
After features/support/hooks.rb:100 0.000
Tags: @source
0.214
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:538 0.000
Given Tails 0.10 has been released 0.068
And the last version mentioned in debian/changelog is 0.10 0.038
And I am working on the stable base branch 0.004
And I checkout the 0.10 tag 0.004
And the config/APT_overlays.d directory is empty 0.000
When I successfully run tails-custom-apt-sources 0.098
Then I should see only the '0.10' suite 0.000
After features/support/hooks.rb:545 0.002
After features/support/hooks.rb:100 0.000
Tags: @source
0.247
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:538 0.000
Given Tails 0.10 has been released 0.146
And the last version mentioned in debian/changelog is 0.10 0.040
And I am working on the stable base branch 0.004
And I checkout the 0.10 tag 0.003
And config/APT_overlays.d contains 'feature-foo' 0.000
When I run tails-custom-apt-sources 0.052
Then it should fail 0.000
After features/support/hooks.rb:545 0.002
After features/support/hooks.rb:100 0.000
Tags: @source
0.374
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:538 0.000
Given I am working on the stable base branch 0.050
And Tails 0.10 has been released 0.021
And the last version mentioned in debian/changelog is 0.10 0.040
And no frozen APT snapshot is encoded in config/APT_snapshots.d 0.000
And I checkout the 0.10 tag 0.004
When I successfully run "apt-snapshots-serials prepare-build" 0.140
And I run "apt-mirror debian" 0.009
Then it should fail 0.000
When I run "apt-mirror torproject" 0.009
Then it should fail 0.000
When I successfully run "apt-mirror debian-security" 0.096
Then I should see the 0.10 tagged snapshot 0.000
After features/support/hooks.rb:545 0.002
After features/support/hooks.rb:100 0.000
Tags: @source
0.600
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:538 0.000
Given I am working on the stable base branch 0.055
And Tails 0.10 has been released 0.022
And the last version mentioned in debian/changelog is 0.10 0.050
And frozen APT snapshots are encoded in config/APT_snapshots.d 0.000
And I checkout the 0.10 tag 0.004
When I successfully run "apt-snapshots-serials prepare-build" 0.140
And I successfully run "apt-mirror debian" 0.115
Then I should see the 0.10 tagged snapshot 0.000
When I successfully run "apt-mirror torproject" 0.110
Then I should see the 0.10 tagged snapshot 0.000
When I successfully run "apt-mirror debian-security" 0.099
Then I should see the 0.10 tagged snapshot 0.000
After features/support/hooks.rb:545 0.002
After features/support/hooks.rb:100 0.000
Tags: @source
0.311
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:538 0.000
Given Tails 0.10 has been released 0.133
And the last version mentioned in debian/changelog is 0.10.1 0.114
And Tails 0.10.1 has not been released yet 0.000
And I am working on the bugfix/disable_gdomap branch based on stable 0.008
And the config/APT_overlays.d directory is empty 0.000
When I successfully run tails-custom-apt-sources 0.054
Then I should see only the 'stable' suite 0.000
After features/support/hooks.rb:545 0.002
After features/support/hooks.rb:100 0.000
Tags: @source
0.338
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:538 0.000
Given Tails 0.10 has been released 0.122
And the last version mentioned in debian/changelog is 0.10.1 0.146
And Tails 0.10.1 has not been released yet 0.000
And I am working on the bugfix/disable_gdomap branch based on stable 0.012
And config/APT_overlays.d contains 'bugfix-disable-gdomap' 0.000
And config/APT_overlays.d contains 'bugfix-bar' 0.000
When I successfully run tails-custom-apt-sources 0.055
Then I should see the 'stable' suite 0.000
And I should see the 'bugfix-disable-gdomap' suite 0.000
And I should see the 'bugfix-bar' suite 0.000
But I should not see the '0.10' suite 0.000
After features/support/hooks.rb:545 0.037
After features/support/hooks.rb:100 0.000
Tags: @source
1.044
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:538 0.000
Given Tails 0.10 has been released 0.515
And the last version mentioned in debian/changelog is 0.10.1 0.123
And Tails 0.10.1 has not been released yet 0.000
And I am working on the bugfix/disable_gdomap branch based on stable 0.024
And no frozen APT snapshot is encoded in config/APT_snapshots.d 0.000
When I successfully run "apt-snapshots-serials prepare-build" 0.118
And I run "apt-mirror debian" 0.011
Then it should fail 0.000
When I run "apt-mirror torproject" 0.010
Then it should fail 0.000
When I successfully run "apt-mirror debian-security" 0.240
Then I should see a time-based snapshot 0.000
After features/support/hooks.rb:545 0.001
After features/support/hooks.rb:100 0.000
Tags: @source
0.804
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:538 0.000
Given Tails 0.10 has been released 0.131
And the last version mentioned in debian/changelog is 0.10.1 0.134
And Tails 0.10.1 has not been released yet 0.000
And I am working on the bugfix/disable_gdomap branch based on stable 0.010
And frozen APT snapshots are encoded in config/APT_snapshots.d 0.000
When I successfully run "apt-snapshots-serials prepare-build" 0.120
And I successfully run "apt-mirror debian" 0.131
Then I should see a time-based snapshot 0.000
When I successfully run "apt-mirror torproject" 0.142
Then I should see a time-based snapshot 0.000
When I successfully run "apt-mirror debian-security" 0.132
Then I should see a time-based snapshot 0.000
After features/support/hooks.rb:545 0.001
After features/support/hooks.rb:100 0.000
Tags: @source
0.636
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:538 0.000
Given I am working on the testing base branch 0.450
And the last version mentioned in debian/changelog is 0.11 0.127
And Tails 0.11 has not been released yet 0.000
And the config/APT_overlays.d directory is empty 0.000
When I successfully run tails-custom-apt-sources 0.056
Then I should see the 'testing' suite 0.000
And I should not see the '0.11' suite 0.000
And I should not see the 'feature-foo' suite 0.000
And I should not see the 'bugfix-bar' suite 0.000
After features/support/hooks.rb:545 0.045
After features/support/hooks.rb:100 0.000
Tags: @source
0.256
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:538 0.000
Given I am working on the testing base branch 0.087
And the last version mentioned in debian/changelog is 0.11 0.112
And Tails 0.11 has not been released yet 0.000
And config/APT_overlays.d contains 'feature-foo' 0.000
And config/APT_overlays.d contains 'bugfix-bar' 0.000
When I successfully run tails-custom-apt-sources 0.056
Then I should see the 'testing' suite 0.000
And I should see the 'feature-foo' suite 0.000
And I should see the 'bugfix-bar' suite 0.000
But I should not see the '0.11' suite 0.000
After features/support/hooks.rb:545 0.002
After features/support/hooks.rb:100 0.000
Tags: @source
0.559
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:538 0.000
Given I am working on the testing base branch 0.145
And Tails 0.10 has been released 0.037
And the last versions mentioned in debian/changelog are 0.10 and 1.0 0.164
And Tails 1.0 has not been released yet 0.000
And no frozen APT snapshot is encoded in config/APT_snapshots.d 0.000
When I successfully run "apt-snapshots-serials prepare-build" 0.132
And I run "apt-mirror debian" 0.008
Then it should fail 0.000
When I run "apt-mirror torproject" 0.008
Then it should fail 0.000
When I successfully run "apt-mirror debian-security" 0.061
Then I should see a time-based snapshot 0.000
After features/support/hooks.rb:545 0.002
After features/support/hooks.rb:100 0.000
Tags: @source
0.560
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:538 0.000
Given I am working on the testing base branch 0.056
And Tails 0.10 has been released 0.034
And the last versions mentioned in debian/changelog are 0.10 and 1.0 0.165
And Tails 1.0 has not been released yet 0.000
And frozen APT snapshots are encoded in config/APT_snapshots.d 0.000
When I successfully run "apt-snapshots-serials prepare-build" 0.133
And I successfully run "apt-mirror debian" 0.052
Then I should see a time-based snapshot 0.000
When I successfully run "apt-mirror torproject" 0.054
Then I should see a time-based snapshot 0.000
When I successfully run "apt-mirror debian-security" 0.063
Then I should see a time-based snapshot 0.000
After features/support/hooks.rb:545 0.002
After features/support/hooks.rb:100 0.000
Tags: @source
1.082
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:538 0.000
Given I am working on the testing base branch 0.458
And the last version mentioned in debian/changelog is 0.11 0.130
And Tails 0.11 has been released 0.257
And the config/APT_overlays.d directory is empty 0.000
And I checkout the 0.11 tag 0.140
When I successfully run tails-custom-apt-sources 0.094
Then I should see only the '0.11' suite 0.000
After features/support/hooks.rb:545 0.001
After features/support/hooks.rb:100 0.000
Tags: @source
0.803
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:538 0.000
Given I am working on the testing base branch 0.301
And the last version mentioned in debian/changelog is 0.11 0.120
And Tails 0.11 has been released 0.311
And config/APT_overlays.d contains 'feature-foo' 0.000
And I checkout the 0.11 tag 0.004
When I run tails-custom-apt-sources 0.065
Then it should fail 0.000
After features/support/hooks.rb:545 0.071
After features/support/hooks.rb:100 0.000
Tags: @source
0.893
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:538 0.000
Given I am working on the testing base branch 0.450
And the last version mentioned in debian/changelog is 0.11 0.114
And Tails 0.11 has been released 0.065
And no frozen APT snapshot is encoded in config/APT_snapshots.d 0.000
And I checkout the 0.11 tag 0.005
When I successfully run "apt-snapshots-serials prepare-build" 0.126
And I run "apt-mirror debian" 0.010
Then it should fail 0.000
When I run "apt-mirror torproject" 0.010
Then it should fail 0.000
When I successfully run "apt-mirror debian-security" 0.109
Then I should see the 0.11 tagged snapshot 0.000
After features/support/hooks.rb:545 0.001
After features/support/hooks.rb:100 0.000
Tags: @source
1.391
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:538 0.000
Given I am working on the testing base branch 0.368
And the last version mentioned in debian/changelog is 0.11 0.104
And Tails 0.11 has been released 0.425
And frozen APT snapshots are encoded in config/APT_snapshots.d 0.000
And I checkout the 0.11 tag 0.074
When I successfully run "apt-snapshots-serials prepare-build" 0.136
And I successfully run "apt-mirror debian" 0.089
Then I should see the 0.11 tagged snapshot 0.000
When I successfully run "apt-mirror torproject" 0.095
Then I should see the 0.11 tagged snapshot 0.000
When I successfully run "apt-mirror debian-security" 0.095
Then I should see the 0.11 tagged snapshot 0.000
After features/support/hooks.rb:545 0.003
After features/support/hooks.rb:100 0.000
Tags: @source
0.971
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:538 0.000
Given I am working on the testing base branch 0.362
And Tails 0.11 has been released 0.382
And the last version mentioned in debian/changelog is 0.12~rc1 0.110
And Tails 0.12-rc1 has been tagged 0.004
And the config/APT_overlays.d directory is empty 0.000
And I checkout the 0.12-rc1 tag 0.004
When I successfully run tails-custom-apt-sources 0.106
Then I should see only the '0.12-rc1' suite 0.000
After features/support/hooks.rb:545 0.110
After features/support/hooks.rb:100 0.000
Tags: @source
0.566
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:538 0.000
Given I am working on the testing base branch 0.373
And Tails 0.11 has been released 0.032
And the last version mentioned in debian/changelog is 0.12~rc1 0.101
And Tails 0.12-rc1 has been tagged 0.004
And config/APT_overlays.d contains 'bugfix-bar' 0.000
And I checkout the 0.12-rc1 tag 0.003
When I run tails-custom-apt-sources 0.051
Then it should fail 0.000
After features/support/hooks.rb:545 0.059
After features/support/hooks.rb:100 0.000
Tags: @source
1.218
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:538 0.000
Given I am working on the testing base branch 0.371
And Tails 0.10~rc1 has been released 0.465
And the last versions mentioned in debian/changelog are 0.10~rc1 and 0.10 0.148
And Tails 0.10 has not been released yet 0.000
And I am working on the bugfix/disable_gdomap branch based on testing 0.007
And no frozen APT snapshot is encoded in config/APT_snapshots.d 0.000
When I successfully run "apt-snapshots-serials prepare-build" 0.156
And I run "apt-mirror debian" 0.011
Then it should fail 0.000
When I run "apt-mirror torproject" 0.008
Then it should fail 0.000
When I successfully run "apt-mirror debian-security" 0.047
Then I should see a time-based snapshot 0.000
After features/support/hooks.rb:545 0.214
After features/support/hooks.rb:100 0.000
Tags: @source
1.004
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:538 0.000
Given I am working on the testing base branch 0.471
And Tails 0.10~rc1 has been released 0.036
And the last versions mentioned in debian/changelog are 0.10~rc1 and 0.10 0.170
And Tails 0.10 has not been released yet 0.000
And I am working on the bugfix/disable_gdomap branch based on testing 0.008
And frozen APT snapshots are encoded in config/APT_snapshots.d 0.000
When I successfully run "apt-snapshots-serials prepare-build" 0.164
And I successfully run "apt-mirror debian" 0.049
Then I should see a time-based snapshot 0.000
When I successfully run "apt-mirror torproject" 0.052
Then I should see a time-based snapshot 0.000
When I successfully run "apt-mirror debian-security" 0.049
Then I should see a time-based snapshot 0.000
After features/support/hooks.rb:545 0.002
After features/support/hooks.rb:100 0.000
Tags: @source
0.199
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:538 0.000
Given I am working on the devel base branch 0.141
And the config/APT_overlays.d directory is empty 0.000
When I successfully run tails-custom-apt-sources 0.057
Then I should see only the 'devel' suite 0.000
After features/support/hooks.rb:545 0.001
After features/support/hooks.rb:100 0.000
Tags: @source
0.118
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:538 0.000
Given I am working on the devel base branch 0.056
And config/APT_overlays.d contains 'feature-foo' 0.000
And config/APT_overlays.d contains 'bugfix-bar' 0.000
When I successfully run tails-custom-apt-sources 0.061
Then I should see the 'devel' suite 0.000
And I should see the 'feature-foo' suite 0.000
And I should see the 'bugfix-bar' suite 0.000
After features/support/hooks.rb:545 0.001
After features/support/hooks.rb:100 0.000
Tags: @source
0.742
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:538 0.000
Given I am working on the devel base branch 0.540
And no frozen APT snapshot is encoded in config/APT_snapshots.d 0.000
When I successfully run "apt-snapshots-serials prepare-build" 0.163
And I successfully run "apt-mirror debian" 0.013
Then I should see a time-based snapshot 0.000
When I successfully run "apt-mirror torproject" 0.013
Then I should see a time-based snapshot 0.000
When I successfully run "apt-mirror debian-security" 0.012
Then I should see a time-based snapshot 0.000
After features/support/hooks.rb:545 0.081
After features/support/hooks.rb:100 0.000
Tags: @source
0.757
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:538 0.000
Given I am working on the devel base branch 0.536
And frozen APT snapshots are encoded in config/APT_snapshots.d 0.000
When I successfully run "apt-snapshots-serials prepare-build" 0.183
And I run "apt-mirror debian" 0.011
Then it should fail 0.000
When I run "apt-mirror torproject" 0.013
Then it should fail 0.000
When I successfully run "apt-mirror debian-security" 0.011
Then I should see a time-based snapshot 0.000
After features/support/hooks.rb:545 0.001
After features/support/hooks.rb:100 0.000
Tags: @source
0.564
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:538 0.000
Given I am working on the feature/jessie base branch 0.508
And the config/APT_overlays.d directory is empty 0.000
When I successfully run tails-custom-apt-sources 0.056
Then I should see only the 'feature-jessie' suite 0.000
After features/support/hooks.rb:545 0.001
After features/support/hooks.rb:100 0.000
Tags: @source
0.124
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:538 0.000
Given I am working on the feature/jessie base branch 0.063
And config/APT_overlays.d contains 'feature-7756-reintroduce-whisperback' 0.000
When I successfully run tails-custom-apt-sources 0.059
Then I should see the 'feature-jessie' suite 0.000
And I should see the 'feature-7756-reintroduce-whisperback' suite 0.000
After features/support/hooks.rb:545 0.002
After features/support/hooks.rb:100 0.000
Tags: @source
0.283
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:538 0.000
Given I am working on the feature/thunderbird branch based on devel 0.210
And config/APT_overlays.d contains 'feature-thunderbird' 0.000
And config/APT_overlays.d contains 'bugfix-bar' 0.000
When I successfully run tails-custom-apt-sources 0.071
Then I should see the 'devel' suite 0.000
And I should see the 'feature-thunderbird' suite 0.000
And I should see the 'bugfix-bar' suite 0.000
After features/support/hooks.rb:545 0.003
After features/support/hooks.rb:100 0.000
Tags: @source
0.183
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:538 0.001
Given I am working on the feature/thunderbird branch based on devel 0.109
And the config/APT_overlays.d directory is empty 0.000
When I successfully run tails-custom-apt-sources 0.073
Then I should see only the 'devel' suite 0.000
After features/support/hooks.rb:545 0.002
After features/support/hooks.rb:100 0.000
Tags: @source
0.325
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:538 0.000
Given I am working on the feature/thunderbird branch based on devel 0.097
And no frozen APT snapshot is encoded in config/APT_snapshots.d 0.000
When I successfully run "apt-snapshots-serials prepare-build" 0.187
And I successfully run "apt-mirror debian" 0.013
Then I should see a time-based snapshot 0.000
When I successfully run "apt-mirror torproject" 0.011
Then I should see a time-based snapshot 0.000
When I successfully run "apt-mirror debian-security" 0.014
Then I should see a time-based snapshot 0.000
After features/support/hooks.rb:545 0.002
After features/support/hooks.rb:100 0.000
Tags: @source
0.456
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:538 0.000
Given I am working on the feature/thunderbird branch based on devel 0.296
And frozen APT snapshots are encoded in config/APT_snapshots.d 0.000
When I successfully run "apt-snapshots-serials prepare-build" 0.107
And I run "apt-mirror debian" 0.019
Then it should fail 0.000
When I run "apt-mirror torproject" 0.019
Then it should fail 0.000
When I successfully run "apt-mirror debian-security" 0.013
Then I should see a time-based snapshot 0.000
After features/support/hooks.rb:545 0.056
After features/support/hooks.rb:100 0.000
Tags: @source
0.485
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:538 0.000
Given I am working on the feature/7756-reintroduce-whisperback branch based on feature/jessie 0.425
And config/APT_overlays.d contains 'feature-7756-reintroduce-whisperback' 0.000
And config/APT_overlays.d contains 'bugfix-bar' 0.000
When I successfully run tails-custom-apt-sources 0.059
Then I should see the 'feature-jessie' suite 0.000
And I should see the 'feature-7756-reintroduce-whisperback' suite 0.000
And I should see the 'bugfix-bar' suite 0.000
After features/support/hooks.rb:545 0.001
After features/support/hooks.rb:100 0.000
Tags: @source
0.396
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:538 0.000
Given I am working on the feature/thunderbird branch based on feature/jessie 0.325
And the config/APT_overlays.d directory is empty 0.000
When I successfully run tails-custom-apt-sources 0.071
Then I should see only the 'feature-jessie' suite 0.000
After features/support/hooks.rb:545 0.066
After features/support/hooks.rb:100 0.000
Tags: @source
0.436
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:538 0.000
Given I am working on the feature/live-boot-3.x branch based on devel 0.383
And config/APT_overlays.d contains 'feature-live-boot-3.x' 0.000
When I successfully run tails-custom-apt-sources 0.052
Then I should see the 'devel' suite 0.000
And I should see the 'feature-live-boot-3.x' suite 0.000
After features/support/hooks.rb:545 0.015
After features/support/hooks.rb:100 0.000
Tags: @source
0.396
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:538 0.000
Given I am working on the stable base branch 0.390
And the config/APT_overlays.d directory does not exist 0.000
When I run tails-custom-apt-sources 0.005
Then it should fail 0.000
After features/support/hooks.rb:545 0.064
After features/support/hooks.rb:100 0.000
Tags: @source
0.186
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:538 0.000
Given I am working on the stable base branch 0.117
And the config/base_branch file does not exist 0.061
When I run tails-custom-apt-sources 0.006
Then it should fail 0.000
After features/support/hooks.rb:545 0.001
After features/support/hooks.rb:100 0.000
Tags: @source
0.447
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:538 0.000
Given I am working on the stable base branch 0.319
And the config/base_branch file is empty 0.120
When I run tails-custom-apt-sources 0.006
Then it should fail 0.000
After features/support/hooks.rb:545 0.001
After features/support/hooks.rb:100 0.000