Skip to content
Snippets Groups Projects
Commit c202a2bb authored by Frédéric Dalleau's avatar Frédéric Dalleau Committed by Frédéric Dalleau
Browse files

Stop calling 'env default -a'


That command is no longer needed because the u-boot environment is now
partially stored directly in the image. Everytime the image is reflashed, the
environment is wiped out.

Signed-off-by: default avatarFrédéric Dalleau <frederic.dalleau@collabora.com>
parent 1da0b8aa
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,6 @@ metadata: ...@@ -16,7 +16,6 @@ metadata:
- "A static update bundle file of the same architecture, variant and version as the testing image" - "A static update bundle file of the same architecture, variant and version as the testing image"
- "A Fat32 USB flash drive, preloaded with the update bundle at the root of the disk" - "A Fat32 USB flash drive, preloaded with the update bundle at the root of the disk"
- "Downloaded update file (with '.delta' extension) should be copied to flash drive using the name 'static-update.bundle'" - "Downloaded update file (with '.delta' extension) should be copied to flash drive using the name 'static-update.bundle'"
- "The DUT u-boot environment must be clean: in u-boot, run: `env default -a` followed by `saveenv`"
- "A PC must be connected to DUT serial port" - "A PC must be connected to DUT serial port"
expected: expected:
......
...@@ -15,7 +15,6 @@ metadata: ...@@ -15,7 +15,6 @@ metadata:
- "A static update bundle file of the same architecture, variant and version as the testing image" - "A static update bundle file of the same architecture, variant and version as the testing image"
- "A Fat32 USB flash drive, preloaded with the update bundle at the root of the disk" - "A Fat32 USB flash drive, preloaded with the update bundle at the root of the disk"
- "Downloaded update file (with '.delta' extension) should be copied to flash drive using the name 'static-update.bundle'" - "Downloaded update file (with '.delta' extension) should be copied to flash drive using the name 'static-update.bundle'"
- "The DUT u-boot environment must be clean: in u-boot, run: `env default -a` followed by `saveenv`"
- "A PC must be connected to DUT serial port" - "A PC must be connected to DUT serial port"
expected: expected:
......
...@@ -16,7 +16,6 @@ metadata: ...@@ -16,7 +16,6 @@ metadata:
- "A static update bundle file of the same architecture, variant and version as the testing image" - "A static update bundle file of the same architecture, variant and version as the testing image"
- "A Fat32 USB flash drive, preloaded with the update bundle at the root of the disk" - "A Fat32 USB flash drive, preloaded with the update bundle at the root of the disk"
- "Downloaded update file (with '.delta' extension) should be copied to flash drive using the name 'static-update.bundle'" - "Downloaded update file (with '.delta' extension) should be copied to flash drive using the name 'static-update.bundle'"
- "The DUT u-boot environment must be clean: in u-boot, run: `env default -a` followed by `saveenv`"
- "A PC must be connected to DUT serial port" - "A PC must be connected to DUT serial port"
expected: expected:
......
...@@ -16,7 +16,6 @@ metadata: ...@@ -16,7 +16,6 @@ metadata:
- "A static update bundle file of the same architecture, variant and version as the testing image" - "A static update bundle file of the same architecture, variant and version as the testing image"
- "A Fat32 USB flash drive, preloaded with the update bundle at the root of the disk" - "A Fat32 USB flash drive, preloaded with the update bundle at the root of the disk"
- "Downloaded update file (with '.delta' extension) should be copied to flash drive using the name 'static-update.bundle'" - "Downloaded update file (with '.delta' extension) should be copied to flash drive using the name 'static-update.bundle'"
- "The DUT u-boot environment must be clean: in u-boot, run: `env default -a` followed by `saveenv`"
- "A PC must be connected to DUT serial port" - "A PC must be connected to DUT serial port"
expected: expected:
......
...@@ -16,7 +16,6 @@ metadata: ...@@ -16,7 +16,6 @@ metadata:
- "A static update bundle file of the same architecture, variant and version as the testing image" - "A static update bundle file of the same architecture, variant and version as the testing image"
- "A Fat32 USB flash drive, preloaded with the update bundle at the root of the disk" - "A Fat32 USB flash drive, preloaded with the update bundle at the root of the disk"
- "Downloaded update file (with '.delta' extension) should be copied to flash drive using the name 'static-update.bundle'" - "Downloaded update file (with '.delta' extension) should be copied to flash drive using the name 'static-update.bundle'"
- "The DUT u-boot environment must be clean: in u-boot, run: `env default -a` followed by `saveenv`"
- "A PC must be connected to DUT serial port" - "A PC must be connected to DUT serial port"
expected: expected:
......
...@@ -15,7 +15,6 @@ metadata: ...@@ -15,7 +15,6 @@ metadata:
- "A static update bundle file of the same architecture, variant and version as the testing image" - "A static update bundle file of the same architecture, variant and version as the testing image"
- "A Fat32 USB flash drive, preloaded with the update bundle at the root of the disk" - "A Fat32 USB flash drive, preloaded with the update bundle at the root of the disk"
- "Downloaded update file (with '.delta' extension) should be copied to flash drive using the name 'static-update.bundle'" - "Downloaded update file (with '.delta' extension) should be copied to flash drive using the name 'static-update.bundle'"
- "The DUT u-boot environment must be clean: in u-boot, run: `env default -a` followed by `saveenv`"
- "A PC must be connected to DUT serial port" - "A PC must be connected to DUT serial port"
expected: expected:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment