Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
apertis-test-cases
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tests
apertis-test-cases
Commits
0ef4afdd
Commit
0ef4afdd
authored
3 years ago
by
Benani Sagar Kishore
Committed by
Emanuele Aina
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update apertis-update-manager-amd64-rollback.yaml
parent
cf58bd65
No related branches found
Branches containing commit
No related tags found
1 merge request
!273
Edited the execution steps of apparmor bluez avrcp testcase to pick the scripts from the correct path
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test-cases/apertis-update-manager-amd64-rollback.yaml
+3
-3
3 additions, 3 deletions
test-cases/apertis-update-manager-amd64-rollback.yaml
with
3 additions
and
3 deletions
test-cases/apertis-update-manager-amd64-rollback.yaml
+
3
−
3
View file @
0ef4afdd
...
@@ -20,8 +20,8 @@ metadata:
...
@@ -20,8 +20,8 @@ metadata:
-
"
A
PC
must
be
connected
to
DUT
serial
port"
-
"
A
PC
must
be
connected
to
DUT
serial
port"
expected
:
expected
:
-
"
U
-Boot
is
able
to
detect
rollback
situation"
-
"
U
EFI
is
able
to
detect
rollback
situation"
-
"
U
-Boot
is
able
to
use
rollback
configuration
for
bootloader"
-
"
U
EFI
is
able
to
use
rollback
configuration
for
bootloader"
-
'
The
"failed"
update
is
rolled
back'
-
'
The
"failed"
update
is
rolled
back'
-
'
"Failed"
update
is
marked
as
blacklisted'
-
'
"Failed"
update
is
marked
as
blacklisted'
-
'
Apertis-update-manager
is
able
to
detect
blacklisted
update
and
refuse
to
update
the
system
with
it'
-
'
Apertis-update-manager
is
able
to
detect
blacklisted
update
and
refuse
to
update
the
system
with
it'
...
@@ -37,7 +37,7 @@ run:
...
@@ -37,7 +37,7 @@ run:
-
"
Get
the
Collection
ID
and
ref"
-
"
Get
the
Collection
ID
and
ref"
-
$ export CID=$(sudo ostree refs -c | head -n 1 | tr -d '(),' | cut -f 1 -d ' '); echo COLLECTION_ID=$CID
-
$ export CID=$(sudo ostree refs -c | head -n 1 | tr -d '(),' | cut -f 1 -d ' '); echo COLLECTION_ID=$CID
-
$ export REF=$(sudo ostree refs -c | head -n 1 | tr -d '(),' | cut -f 2 -d ' '); echo REF=$REF
-
$ export REF=$(sudo ostree refs -c | head -n 1 | tr -d '(),' | cut -f 2 -d ' '); echo REF=$REF
-
"
Create
the
list
of
files
to
skip
and
ens
h
ure
there
are
some
files
in
these
directories"
-
"
Create
the
list
of
files
to
skip
and
ensure
there
are
some
files
in
these
directories"
-
$ ls -1d /usr/share/locale /usr/share/man /usr/share/zoneinfo > /tmp/skip
-
$ ls -1d /usr/share/locale /usr/share/man /usr/share/zoneinfo > /tmp/skip
-
$ du -sh /usr/share/locale /usr/share/man /usr/share/zoneinfo
-
$ du -sh /usr/share/locale /usr/share/man /usr/share/zoneinfo
-
"
Create
the
commit
with
changed
timestamp
and
skipped
list
from
above
to
allow
upgrade
with
recent
update
file"
-
"
Create
the
commit
with
changed
timestamp
and
skipped
list
from
above
to
allow
upgrade
with
recent
update
file"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment