Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tails
tails
Commits
95427fda
Commit
95427fda
authored
Dec 18, 2015
by
bertagaz
Browse files
Merge remote-tracking branch 'origin/stable' into stable
parents
79f7d4ce
5e1a03c7
Changes
3
Hide whitespace changes
Inline
Side-by-side
features/erase_memory.feature
View file @
95427fda
...
...
@@ -19,6 +19,8 @@ Feature: System memory erasure on shutdown
And
I reboot without wiping the memory
Then
I find many patterns in the guest's memory
#10776
@fragile
Scenario
:
Memory erasure on a modern computer
Given
a computer
And
the computer is a modern 64-bit system
...
...
@@ -49,6 +51,8 @@ Feature: System memory erasure on shutdown
And
I reboot without wiping the memory
Then
I find many patterns in the guest's memory
#10776
@fragile
Scenario
:
Memory erasure on an old computer
Given
a computer
And
the computer is an old pentium without the PAE extension
...
...
features/evince.feature
View file @
95427fda
...
...
@@ -7,14 +7,14 @@ Feature: Using Evince
Scenario
:
I
can view and print a PDF file stored in /usr/share
Given
I have started Tails from DVD without network and logged in
When
I open
"/usr/share/cups/data/default-testpage.pdf"
with Evince
Then
I see
"CupsTestPage.png"
after at most
1
0 seconds
Then
I see
"CupsTestPage.png"
after at most
2
0 seconds
And
I can print the current document to
"/home/amnesia/output.pdf"
Scenario
:
I
can view and print a PDF file stored in non-persistent /home/amnesia
Given
I have started Tails from DVD without network and logged in
And
I copy
"/usr/share/cups/data/default-testpage.pdf"
to
"/home/amnesia"
as user
"amnesia"
When
I open
"/home/amnesia/default-testpage.pdf"
with Evince
Then
I see
"CupsTestPage.png"
after at most
1
0 seconds
Then
I see
"CupsTestPage.png"
after at most
2
0 seconds
And
I can print the current document to
"/home/amnesia/output.pdf"
Scenario
:
I
cannot view a PDF file stored in non-persistent /home/amnesia/.gnupg
...
...
@@ -51,7 +51,7 @@ Feature: Using Evince
And
I shutdown Tails and wait for the computer to power off
And
I start Tails from USB drive
"current"
with network unplugged and I login with persistence enabled
When
I open
"/home/amnesia/Persistent/default-testpage.pdf"
with Evince
Then
I see
"CupsTestPage.png"
after at most
1
0 seconds
Then
I see
"CupsTestPage.png"
after at most
2
0 seconds
And
I can print the current document to
"/home/amnesia/Persistent/output.pdf"
#10720: Tails Installer freezes on Jenkins
...
...
features/mac_spoofing.feature
View file @
95427fda
...
...
@@ -30,6 +30,8 @@ Feature: Spoofing MAC addresses
And
the network device has a spoofed MAC address configured
And
the real MAC address was not leaked
#10774
@fragile
Scenario
:
MAC address spoofing fails and macchanger returns false
Given
macchanger will fail by not spoofing and always returns false
When
I log in to a new session
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment