summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/base.bpt31
-rw-r--r--test/change_odm_size.bpt8
-rw-r--r--test/change_system_size.bpt8
-rw-r--r--test/change_userdata_flags.bpt8
-rw-r--r--test/disable_ab.bpt16
-rw-r--r--test/expected_json_alignment.bpt109
-rw-r--r--test/expected_json_base.bpt109
-rw-r--r--test/expected_json_disk_guid.bpt109
-rw-r--r--test/expected_json_partitions_offset_begin.bpt109
-rw-r--r--test/expected_json_persist.bpt81
-rw-r--r--test/expected_json_size.bpt109
-rw-r--r--test/expected_json_stacked_change_ab_size.bpt109
-rw-r--r--test/expected_json_stacked_change_flags.binbin34304 -> 0 bytes
-rw-r--r--test/expected_json_stacked_change_flags.bpt109
-rw-r--r--test/expected_json_stacked_disable_ab.bpt67
-rw-r--r--test/expected_json_stacked_ignore.bpt95
-rw-r--r--test/expected_json_stacked_new_partition.bpt123
-rw-r--r--test/expected_json_stacked_new_partition_on_top.bpt123
-rw-r--r--test/expected_json_stacked_override_settings.bpt109
-rw-r--r--test/expected_json_stacked_positions.bpt151
-rw-r--r--test/expected_json_stacked_size.bpt109
-rw-r--r--test/expected_json_suffixes.bpt109
-rw-r--r--test/file_with_syntax_errors.bpt31
-rw-r--r--test/ignore_userdata.bpt8
-rw-r--r--test/new_partition.bpt11
-rw-r--r--test/new_partition_on_top.bpt10
-rw-r--r--test/override_settings.bpt7
-rw-r--r--test/pattern_partition_exceed_size.bpt11
-rw-r--r--test/pattern_partition_multi.bpt15
-rw-r--r--test/pattern_partition_single.bpt11
-rw-r--r--test/persist.bpt40
-rw-r--r--test/positions.bpt23
-rw-r--r--test/test_file.bin1
-rw-r--r--test/test_file.bin.sparsebin24668 -> 0 bytes
-rw-r--r--test/test_sparse_image.bpt11
35 files changed, 0 insertions, 1980 deletions
diff --git a/test/base.bpt b/test/base.bpt
deleted file mode 100644
index aa1e445..0000000
--- a/test/base.bpt
+++ /dev/null
@@ -1,31 +0,0 @@
-{
- "partitions": [
- {
- "ab": true,
- "label": "boot",
- "size": "32 MiB",
- "guid": "auto",
- "type_guid": "brillo_boot"
- },
- {
- "ab": true,
- "label": "system",
- "size": "512 MiB",
- "guid": "auto",
- "type_guid": "brillo_system"
- },
- {
- "ab": true,
- "label": "odm",
- "size": "1 GiB",
- "guid": "auto",
- "type_guid": "brillo_odm"
- },
- {
- "label": "userdata",
- "grow": true,
- "guid": "auto",
- "type_guid": "brillo_userdata"
- }
- ]
-}
diff --git a/test/change_odm_size.bpt b/test/change_odm_size.bpt
deleted file mode 100644
index e55cdcd..0000000
--- a/test/change_odm_size.bpt
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "partitions": [
- {
- "label": "odm",
- "size": "2 GiB"
- }
- ]
-}
diff --git a/test/change_system_size.bpt b/test/change_system_size.bpt
deleted file mode 100644
index 8d2b4b8..0000000
--- a/test/change_system_size.bpt
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "partitions": [
- {
- "label": "system",
- "size": "256 MiB"
- }
- ]
-}
diff --git a/test/change_userdata_flags.bpt b/test/change_userdata_flags.bpt
deleted file mode 100644
index 8299f28..0000000
--- a/test/change_userdata_flags.bpt
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "partitions": [
- {
- "label": "userdata",
- "flags": "0x0420000000000000"
- }
- ]
-}
diff --git a/test/disable_ab.bpt b/test/disable_ab.bpt
deleted file mode 100644
index eb1d97e..0000000
--- a/test/disable_ab.bpt
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "partitions": [
- {
- "ab": false,
- "label": "boot"
- },
- {
- "ab": false,
- "label": "system"
- },
- {
- "ab": false,
- "label": "odm"
- }
- ]
-}
diff --git a/test/expected_json_alignment.bpt b/test/expected_json_alignment.bpt
deleted file mode 100644
index f34b9ed..0000000
--- a/test/expected_json_alignment.bpt
+++ /dev/null
@@ -1,109 +0,0 @@
-{
- "settings": {
- "ab_suffixes": ["_a", "_b"],
- "partitions_offset_begin": 0,
- "disk_size": 10737418240,
- "disk_alignment": 1048576,
- "disk_guid": "01234567-89ab-cdef-0123-000000000000"
- },
- "partitions": [
- {
- "label": "boot_a",
- "offset": 1048576,
- "size": 33554432,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000001",
- "type_guid": "bb499290-b57e-49f6-bf41-190386693794",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "boot_b",
- "offset": 34603008,
- "size": 33554432,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000002",
- "type_guid": "bb499290-b57e-49f6-bf41-190386693794",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "system_a",
- "offset": 68157440,
- "size": 536870912,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000003",
- "type_guid": "0f2778c4-5cc1-4300-8670-6c88b7e57ed6",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "system_b",
- "offset": 605028352,
- "size": 536870912,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000004",
- "type_guid": "0f2778c4-5cc1-4300-8670-6c88b7e57ed6",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "odm_a",
- "offset": 1141899264,
- "size": 1073741824,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000005",
- "type_guid": "e99d84d7-2c1b-44cf-8c58-effae2dc2558",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "odm_b",
- "offset": 2215641088,
- "size": 1073741824,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000006",
- "type_guid": "e99d84d7-2c1b-44cf-8c58-effae2dc2558",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "userdata",
- "offset": 3289382912,
- "size": 7446986752,
- "grow": true,
- "guid": "01234567-89ab-cdef-0123-000000000007",
- "type_guid": "0bb7e6ed-4424-49c0-9372-7fbab465ab4c",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": false,
- "ab_expanded": false,
- "position": 0
- }
- ]
-}
diff --git a/test/expected_json_base.bpt b/test/expected_json_base.bpt
deleted file mode 100644
index 2a135f1..0000000
--- a/test/expected_json_base.bpt
+++ /dev/null
@@ -1,109 +0,0 @@
-{
- "settings": {
- "ab_suffixes": ["_a", "_b"],
- "partitions_offset_begin": 0,
- "disk_size": 10737418240,
- "disk_alignment": 4096,
- "disk_guid": "01234567-89ab-cdef-0123-000000000000"
- },
- "partitions": [
- {
- "label": "boot_a",
- "offset": 20480,
- "size": 33554432,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000001",
- "type_guid": "bb499290-b57e-49f6-bf41-190386693794",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "boot_b",
- "offset": 33574912,
- "size": 33554432,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000002",
- "type_guid": "bb499290-b57e-49f6-bf41-190386693794",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "system_a",
- "offset": 67129344,
- "size": 536870912,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000003",
- "type_guid": "0f2778c4-5cc1-4300-8670-6c88b7e57ed6",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "system_b",
- "offset": 604000256,
- "size": 536870912,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000004",
- "type_guid": "0f2778c4-5cc1-4300-8670-6c88b7e57ed6",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "odm_a",
- "offset": 1140871168,
- "size": 1073741824,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000005",
- "type_guid": "e99d84d7-2c1b-44cf-8c58-effae2dc2558",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "odm_b",
- "offset": 2214612992,
- "size": 1073741824,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000006",
- "type_guid": "e99d84d7-2c1b-44cf-8c58-effae2dc2558",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "userdata",
- "offset": 3288354816,
- "size": 7449042944,
- "grow": true,
- "guid": "01234567-89ab-cdef-0123-000000000007",
- "type_guid": "0bb7e6ed-4424-49c0-9372-7fbab465ab4c",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": false,
- "ab_expanded": false,
- "position": 0
- }
- ]
-}
diff --git a/test/expected_json_disk_guid.bpt b/test/expected_json_disk_guid.bpt
deleted file mode 100644
index 9246ebf..0000000
--- a/test/expected_json_disk_guid.bpt
+++ /dev/null
@@ -1,109 +0,0 @@
-{
- "settings": {
- "ab_suffixes": ["_a", "_b"],
- "partitions_offset_begin": 0,
- "disk_size": 10737418240,
- "disk_alignment": 4096,
- "disk_guid": "01234567-89ab-cdef-0123-00000000002a"
- },
- "partitions": [
- {
- "label": "boot_a",
- "offset": 20480,
- "size": 33554432,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000001",
- "type_guid": "bb499290-b57e-49f6-bf41-190386693794",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "boot_b",
- "offset": 33574912,
- "size": 33554432,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000002",
- "type_guid": "bb499290-b57e-49f6-bf41-190386693794",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "system_a",
- "offset": 67129344,
- "size": 536870912,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000003",
- "type_guid": "0f2778c4-5cc1-4300-8670-6c88b7e57ed6",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "system_b",
- "offset": 604000256,
- "size": 536870912,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000004",
- "type_guid": "0f2778c4-5cc1-4300-8670-6c88b7e57ed6",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "odm_a",
- "offset": 1140871168,
- "size": 1073741824,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000005",
- "type_guid": "e99d84d7-2c1b-44cf-8c58-effae2dc2558",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "odm_b",
- "offset": 2214612992,
- "size": 1073741824,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000006",
- "type_guid": "e99d84d7-2c1b-44cf-8c58-effae2dc2558",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "userdata",
- "offset": 3288354816,
- "size": 7449042944,
- "grow": true,
- "guid": "01234567-89ab-cdef-0123-000000000007",
- "type_guid": "0bb7e6ed-4424-49c0-9372-7fbab465ab4c",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": false,
- "ab_expanded": false,
- "position": 0
- }
- ]
-}
diff --git a/test/expected_json_partitions_offset_begin.bpt b/test/expected_json_partitions_offset_begin.bpt
deleted file mode 100644
index 4964dab..0000000
--- a/test/expected_json_partitions_offset_begin.bpt
+++ /dev/null
@@ -1,109 +0,0 @@
-{
- "settings": {
- "ab_suffixes": ["_a", "_b"],
- "partitions_offset_begin": 1048576,
- "disk_size": 10737418240,
- "disk_alignment": 4096,
- "disk_guid": "01234567-89ab-cdef-0123-000000000000"
- },
- "partitions": [
- {
- "label": "boot_a",
- "offset": 1048576,
- "size": 33554432,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000001",
- "type_guid": "bb499290-b57e-49f6-bf41-190386693794",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "boot_b",
- "offset": 34603008,
- "size": 33554432,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000002",
- "type_guid": "bb499290-b57e-49f6-bf41-190386693794",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "system_a",
- "offset": 68157440,
- "size": 536870912,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000003",
- "type_guid": "0f2778c4-5cc1-4300-8670-6c88b7e57ed6",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "system_b",
- "offset": 605028352,
- "size": 536870912,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000004",
- "type_guid": "0f2778c4-5cc1-4300-8670-6c88b7e57ed6",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "odm_a",
- "offset": 1141899264,
- "size": 1073741824,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000005",
- "type_guid": "e99d84d7-2c1b-44cf-8c58-effae2dc2558",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "odm_b",
- "offset": 2215641088,
- "size": 1073741824,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000006",
- "type_guid": "e99d84d7-2c1b-44cf-8c58-effae2dc2558",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "userdata",
- "offset": 3289382912,
- "size": 7448014848,
- "grow": true,
- "guid": "01234567-89ab-cdef-0123-000000000007",
- "type_guid": "0bb7e6ed-4424-49c0-9372-7fbab465ab4c",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": false,
- "ab_expanded": false,
- "position": 0
- }
- ]
-}
diff --git a/test/expected_json_persist.bpt b/test/expected_json_persist.bpt
deleted file mode 100644
index 0d3b263..0000000
--- a/test/expected_json_persist.bpt
+++ /dev/null
@@ -1,81 +0,0 @@
-{
- "settings": {
- "ab_suffixes": ["_a", "_b"],
- "partitions_offset_begin": 0,
- "disk_size": 10737418240,
- "disk_alignment": 4096,
- "disk_guid": "01234567-89ab-cdef-0123-000000000000"
- },
- "partitions": [
- {
- "label": "no_persist",
- "offset": 20480,
- "size": 134217728,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000001",
- "type_guid": "bb499290-b57e-49f6-bf41-190386693794",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": false,
- "ab_expanded": false,
- "position": 1
- },
- {
- "label": "false_persist",
- "offset": 134238208,
- "size": 134217728,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000002",
- "type_guid": "bb499290-b57e-49f6-bf41-190386693794",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": false,
- "ab_expanded": false,
- "position": 2
- },
- {
- "label": "true_persist",
- "offset": 268455936,
- "size": 134217728,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000003",
- "type_guid": "bb499290-b57e-49f6-bf41-190386693794",
- "flags": "0x0000000000000001",
- "persist": true,
- "ignore": false,
- "ab": false,
- "ab_expanded": false,
- "position": 3
- },
- {
- "label": "false_persist_with_flags",
- "offset": 402673664,
- "size": 134217728,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000004",
- "type_guid": "bb499290-b57e-49f6-bf41-190386693794",
- "flags": "0x0000000000000010",
- "persist": false,
- "ignore": false,
- "ab": false,
- "ab_expanded": false,
- "position": 4
- },
- {
- "label": "true_persist_with_flags",
- "offset": 536891392,
- "size": 134217728,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000005",
- "type_guid": "bb499290-b57e-49f6-bf41-190386693794",
- "flags": "0x0000000000000011",
- "persist": true,
- "ignore": false,
- "ab": false,
- "ab_expanded": false,
- "position": 5
- }
- ]
-}
diff --git a/test/expected_json_size.bpt b/test/expected_json_size.bpt
deleted file mode 100644
index d31ab10..0000000
--- a/test/expected_json_size.bpt
+++ /dev/null
@@ -1,109 +0,0 @@
-{
- "settings": {
- "ab_suffixes": ["_a", "_b"],
- "partitions_offset_begin": 0,
- "disk_size": 21474836480,
- "disk_alignment": 4096,
- "disk_guid": "01234567-89ab-cdef-0123-000000000000"
- },
- "partitions": [
- {
- "label": "boot_a",
- "offset": 20480,
- "size": 33554432,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000001",
- "type_guid": "bb499290-b57e-49f6-bf41-190386693794",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "boot_b",
- "offset": 33574912,
- "size": 33554432,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000002",
- "type_guid": "bb499290-b57e-49f6-bf41-190386693794",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "system_a",
- "offset": 67129344,
- "size": 536870912,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000003",
- "type_guid": "0f2778c4-5cc1-4300-8670-6c88b7e57ed6",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "system_b",
- "offset": 604000256,
- "size": 536870912,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000004",
- "type_guid": "0f2778c4-5cc1-4300-8670-6c88b7e57ed6",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "odm_a",
- "offset": 1140871168,
- "size": 1073741824,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000005",
- "type_guid": "e99d84d7-2c1b-44cf-8c58-effae2dc2558",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "odm_b",
- "offset": 2214612992,
- "size": 1073741824,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000006",
- "type_guid": "e99d84d7-2c1b-44cf-8c58-effae2dc2558",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "userdata",
- "offset": 3288354816,
- "size": 18186461184,
- "grow": true,
- "guid": "01234567-89ab-cdef-0123-000000000007",
- "type_guid": "0bb7e6ed-4424-49c0-9372-7fbab465ab4c",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": false,
- "ab_expanded": false,
- "position": 0
- }
- ]
-}
diff --git a/test/expected_json_stacked_change_ab_size.bpt b/test/expected_json_stacked_change_ab_size.bpt
deleted file mode 100644
index 0d16099..0000000
--- a/test/expected_json_stacked_change_ab_size.bpt
+++ /dev/null
@@ -1,109 +0,0 @@
-{
- "settings": {
- "ab_suffixes": ["_a", "_b"],
- "partitions_offset_begin": 0,
- "disk_size": 10737418240,
- "disk_alignment": 4096,
- "disk_guid": "01234567-89ab-cdef-0123-000000000000"
- },
- "partitions": [
- {
- "label": "boot_a",
- "offset": 20480,
- "size": 33554432,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000001",
- "type_guid": "bb499290-b57e-49f6-bf41-190386693794",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "boot_b",
- "offset": 33574912,
- "size": 33554432,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000002",
- "type_guid": "bb499290-b57e-49f6-bf41-190386693794",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "system_a",
- "offset": 67129344,
- "size": 268435456,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000003",
- "type_guid": "0f2778c4-5cc1-4300-8670-6c88b7e57ed6",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "system_b",
- "offset": 335564800,
- "size": 268435456,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000004",
- "type_guid": "0f2778c4-5cc1-4300-8670-6c88b7e57ed6",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "odm_a",
- "offset": 604000256,
- "size": 1073741824,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000005",
- "type_guid": "e99d84d7-2c1b-44cf-8c58-effae2dc2558",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "odm_b",
- "offset": 1677742080,
- "size": 1073741824,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000006",
- "type_guid": "e99d84d7-2c1b-44cf-8c58-effae2dc2558",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "userdata",
- "offset": 2751483904,
- "size": 7985913856,
- "grow": true,
- "guid": "01234567-89ab-cdef-0123-000000000007",
- "type_guid": "0bb7e6ed-4424-49c0-9372-7fbab465ab4c",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": false,
- "ab_expanded": false,
- "position": 0
- }
- ]
-}
diff --git a/test/expected_json_stacked_change_flags.bin b/test/expected_json_stacked_change_flags.bin
deleted file mode 100644
index 2fb6ee3..0000000
--- a/test/expected_json_stacked_change_flags.bin
+++ /dev/null
Binary files differ
diff --git a/test/expected_json_stacked_change_flags.bpt b/test/expected_json_stacked_change_flags.bpt
deleted file mode 100644
index 094e4bb..0000000
--- a/test/expected_json_stacked_change_flags.bpt
+++ /dev/null
@@ -1,109 +0,0 @@
-{
- "settings": {
- "ab_suffixes": ["_a", "_b"],
- "partitions_offset_begin": 0,
- "disk_size": 10737418240,
- "disk_alignment": 4096,
- "disk_guid": "01234567-89ab-cdef-0123-000000000000"
- },
- "partitions": [
- {
- "label": "boot_a",
- "offset": 20480,
- "size": 33554432,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000001",
- "type_guid": "bb499290-b57e-49f6-bf41-190386693794",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "boot_b",
- "offset": 33574912,
- "size": 33554432,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000002",
- "type_guid": "bb499290-b57e-49f6-bf41-190386693794",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "system_a",
- "offset": 67129344,
- "size": 536870912,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000003",
- "type_guid": "0f2778c4-5cc1-4300-8670-6c88b7e57ed6",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "system_b",
- "offset": 604000256,
- "size": 536870912,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000004",
- "type_guid": "0f2778c4-5cc1-4300-8670-6c88b7e57ed6",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "odm_a",
- "offset": 1140871168,
- "size": 1073741824,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000005",
- "type_guid": "e99d84d7-2c1b-44cf-8c58-effae2dc2558",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "odm_b",
- "offset": 2214612992,
- "size": 1073741824,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000006",
- "type_guid": "e99d84d7-2c1b-44cf-8c58-effae2dc2558",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "userdata",
- "offset": 3288354816,
- "size": 7449042944,
- "grow": true,
- "guid": "01234567-89ab-cdef-0123-000000000007",
- "type_guid": "0bb7e6ed-4424-49c0-9372-7fbab465ab4c",
- "flags": "0x0420000000000000",
- "persist": false,
- "ignore": false,
- "ab": false,
- "ab_expanded": false,
- "position": 0
- }
- ]
-}
diff --git a/test/expected_json_stacked_disable_ab.bpt b/test/expected_json_stacked_disable_ab.bpt
deleted file mode 100644
index 0558206..0000000
--- a/test/expected_json_stacked_disable_ab.bpt
+++ /dev/null
@@ -1,67 +0,0 @@
-{
- "settings": {
- "ab_suffixes": ["_a", "_b"],
- "partitions_offset_begin": 0,
- "disk_size": 10737418240,
- "disk_alignment": 4096,
- "disk_guid": "01234567-89ab-cdef-0123-000000000000"
- },
- "partitions": [
- {
- "label": "boot",
- "offset": 20480,
- "size": 33554432,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000001",
- "type_guid": "bb499290-b57e-49f6-bf41-190386693794",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": false,
- "ab_expanded": false,
- "position": 0
- },
- {
- "label": "system",
- "offset": 33574912,
- "size": 536870912,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000002",
- "type_guid": "0f2778c4-5cc1-4300-8670-6c88b7e57ed6",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": false,
- "ab_expanded": false,
- "position": 0
- },
- {
- "label": "odm",
- "offset": 570445824,
- "size": 1073741824,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000003",
- "type_guid": "e99d84d7-2c1b-44cf-8c58-effae2dc2558",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": false,
- "ab_expanded": false,
- "position": 0
- },
- {
- "label": "userdata",
- "offset": 1644187648,
- "size": 9093210112,
- "grow": true,
- "guid": "01234567-89ab-cdef-0123-000000000004",
- "type_guid": "0bb7e6ed-4424-49c0-9372-7fbab465ab4c",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": false,
- "ab_expanded": false,
- "position": 0
- }
- ]
-}
diff --git a/test/expected_json_stacked_ignore.bpt b/test/expected_json_stacked_ignore.bpt
deleted file mode 100644
index 9fac092..0000000
--- a/test/expected_json_stacked_ignore.bpt
+++ /dev/null
@@ -1,95 +0,0 @@
-{
- "settings": {
- "ab_suffixes": ["_a", "_b"],
- "partitions_offset_begin": 0,
- "disk_size": 10737418240,
- "disk_alignment": 4096,
- "disk_guid": "01234567-89ab-cdef-0123-000000000000"
- },
- "partitions": [
- {
- "label": "boot_a",
- "offset": 20480,
- "size": 33554432,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000001",
- "type_guid": "bb499290-b57e-49f6-bf41-190386693794",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "boot_b",
- "offset": 33574912,
- "size": 33554432,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000002",
- "type_guid": "bb499290-b57e-49f6-bf41-190386693794",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "system_a",
- "offset": 67129344,
- "size": 536870912,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000003",
- "type_guid": "0f2778c4-5cc1-4300-8670-6c88b7e57ed6",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "system_b",
- "offset": 604000256,
- "size": 536870912,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000004",
- "type_guid": "0f2778c4-5cc1-4300-8670-6c88b7e57ed6",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "odm_a",
- "offset": 1140871168,
- "size": 1073741824,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000005",
- "type_guid": "e99d84d7-2c1b-44cf-8c58-effae2dc2558",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "odm_b",
- "offset": 2214612992,
- "size": 1073741824,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000006",
- "type_guid": "e99d84d7-2c1b-44cf-8c58-effae2dc2558",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- }
- ]
-}
diff --git a/test/expected_json_stacked_new_partition.bpt b/test/expected_json_stacked_new_partition.bpt
deleted file mode 100644
index 5553c60..0000000
--- a/test/expected_json_stacked_new_partition.bpt
+++ /dev/null
@@ -1,123 +0,0 @@
-{
- "settings": {
- "ab_suffixes": ["_a", "_b"],
- "partitions_offset_begin": 0,
- "disk_size": 10737418240,
- "disk_alignment": 4096,
- "disk_guid": "01234567-89ab-cdef-0123-000000000000"
- },
- "partitions": [
- {
- "label": "boot_a",
- "offset": 20480,
- "size": 33554432,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000001",
- "type_guid": "bb499290-b57e-49f6-bf41-190386693794",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "boot_b",
- "offset": 33574912,
- "size": 33554432,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000002",
- "type_guid": "bb499290-b57e-49f6-bf41-190386693794",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "system_a",
- "offset": 67129344,
- "size": 536870912,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000003",
- "type_guid": "0f2778c4-5cc1-4300-8670-6c88b7e57ed6",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "system_b",
- "offset": 604000256,
- "size": 536870912,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000004",
- "type_guid": "0f2778c4-5cc1-4300-8670-6c88b7e57ed6",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "odm_a",
- "offset": 1140871168,
- "size": 1073741824,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000005",
- "type_guid": "e99d84d7-2c1b-44cf-8c58-effae2dc2558",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "odm_b",
- "offset": 2214612992,
- "size": 1073741824,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000006",
- "type_guid": "e99d84d7-2c1b-44cf-8c58-effae2dc2558",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "userdata",
- "offset": 3288354816,
- "size": 5949042688,
- "grow": true,
- "guid": "01234567-89ab-cdef-0123-000000000007",
- "type_guid": "0bb7e6ed-4424-49c0-9372-7fbab465ab4c",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": false,
- "ab_expanded": false,
- "position": 0
- },
- {
- "label": "my_data_partition",
- "offset": 9237397504,
- "size": 1500000256,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000008",
- "type_guid": "ebd0a0a2-b9e5-4433-87c0-68b6b72699c7",
- "flags": "0x8000000000000000",
- "persist": false,
- "ignore": false,
- "ab": false,
- "ab_expanded": false,
- "position": 0
- }
- ]
-}
diff --git a/test/expected_json_stacked_new_partition_on_top.bpt b/test/expected_json_stacked_new_partition_on_top.bpt
deleted file mode 100644
index cd1d18e..0000000
--- a/test/expected_json_stacked_new_partition_on_top.bpt
+++ /dev/null
@@ -1,123 +0,0 @@
-{
- "settings": {
- "ab_suffixes": ["_a", "_b"],
- "partitions_offset_begin": 0,
- "disk_size": 10737418240,
- "disk_alignment": 4096,
- "disk_guid": "01234567-89ab-cdef-0123-000000000000"
- },
- "partitions": [
- {
- "label": "boot_a",
- "offset": 20480,
- "size": 33554432,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000001",
- "type_guid": "bb499290-b57e-49f6-bf41-190386693794",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "boot_b",
- "offset": 33574912,
- "size": 33554432,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000002",
- "type_guid": "bb499290-b57e-49f6-bf41-190386693794",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "system_a",
- "offset": 67129344,
- "size": 536870912,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000003",
- "type_guid": "0f2778c4-5cc1-4300-8670-6c88b7e57ed6",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "system_b",
- "offset": 604000256,
- "size": 536870912,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000004",
- "type_guid": "0f2778c4-5cc1-4300-8670-6c88b7e57ed6",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "odm_a",
- "offset": 1140871168,
- "size": 1073741824,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000005",
- "type_guid": "e99d84d7-2c1b-44cf-8c58-effae2dc2558",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "odm_b",
- "offset": 2214612992,
- "size": 1073741824,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000006",
- "type_guid": "e99d84d7-2c1b-44cf-8c58-effae2dc2558",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "userdata",
- "offset": 3288354816,
- "size": 6375301120,
- "grow": true,
- "guid": "01234567-89ab-cdef-0123-000000000007",
- "type_guid": "0bb7e6ed-4424-49c0-9372-7fbab465ab4c",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": false,
- "ab_expanded": false,
- "position": 0
- },
- {
- "label": "my_partition_on_top_of_json",
- "offset": 9663655936,
- "size": 1073741824,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000008",
- "type_guid": "0fc63daf-8483-4772-8e79-3d69d8477de4",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": false,
- "ab_expanded": false,
- "position": 0
- }
- ]
-}
diff --git a/test/expected_json_stacked_override_settings.bpt b/test/expected_json_stacked_override_settings.bpt
deleted file mode 100644
index ab40651..0000000
--- a/test/expected_json_stacked_override_settings.bpt
+++ /dev/null
@@ -1,109 +0,0 @@
-{
- "settings": {
- "ab_suffixes": ["-0", "-1"],
- "partitions_offset_begin": 0,
- "disk_size": 16106127360,
- "disk_alignment": 512,
- "disk_guid": "01234567-89ab-cdef-0123-000000000000"
- },
- "partitions": [
- {
- "label": "boot-0",
- "offset": 17408,
- "size": 33554432,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000001",
- "type_guid": "bb499290-b57e-49f6-bf41-190386693794",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "boot-1",
- "offset": 33571840,
- "size": 33554432,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000002",
- "type_guid": "bb499290-b57e-49f6-bf41-190386693794",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "system-0",
- "offset": 67126272,
- "size": 536870912,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000003",
- "type_guid": "0f2778c4-5cc1-4300-8670-6c88b7e57ed6",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "system-1",
- "offset": 603997184,
- "size": 536870912,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000004",
- "type_guid": "0f2778c4-5cc1-4300-8670-6c88b7e57ed6",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "odm-0",
- "offset": 1140868096,
- "size": 1073741824,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000005",
- "type_guid": "e99d84d7-2c1b-44cf-8c58-effae2dc2558",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "odm-1",
- "offset": 2214609920,
- "size": 1073741824,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000006",
- "type_guid": "e99d84d7-2c1b-44cf-8c58-effae2dc2558",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "userdata",
- "offset": 3288351744,
- "size": 12817758720,
- "grow": true,
- "guid": "01234567-89ab-cdef-0123-000000000007",
- "type_guid": "0bb7e6ed-4424-49c0-9372-7fbab465ab4c",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": false,
- "ab_expanded": false,
- "position": 0
- }
- ]
-}
diff --git a/test/expected_json_stacked_positions.bpt b/test/expected_json_stacked_positions.bpt
deleted file mode 100644
index 8469bec..0000000
--- a/test/expected_json_stacked_positions.bpt
+++ /dev/null
@@ -1,151 +0,0 @@
-{
- "settings": {
- "ab_suffixes": ["_a", "_b"],
- "partitions_offset_begin": 0,
- "disk_size": 10737418240,
- "disk_alignment": 4096,
- "disk_guid": "01234567-89ab-cdef-0123-000000000000"
- },
- "partitions": [
- {
- "label": "my_data_1",
- "offset": 20480,
- "size": 134217728,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000001",
- "type_guid": "314f99d5-b2bf-4883-8d03-e2f2ce507d6a",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": false,
- "ab_expanded": false,
- "position": 1
- },
- {
- "label": "my_data_2",
- "offset": 134238208,
- "size": 268435456,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000002",
- "type_guid": "314f99d5-b2bf-4883-8d03-e2f2ce507d6a",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": false,
- "ab_expanded": false,
- "position": 2
- },
- {
- "label": "system_a",
- "offset": 402673664,
- "size": 536870912,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000003",
- "type_guid": "0f2778c4-5cc1-4300-8670-6c88b7e57ed6",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 3
- },
- {
- "label": "system_b",
- "offset": 939544576,
- "size": 536870912,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000004",
- "type_guid": "0f2778c4-5cc1-4300-8670-6c88b7e57ed6",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 3
- },
- {
- "label": "my_data_3",
- "offset": 1476415488,
- "size": 536870912,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000005",
- "type_guid": "314f99d5-b2bf-4883-8d03-e2f2ce507d6a",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": false,
- "ab_expanded": false,
- "position": 4
- },
- {
- "label": "boot_a",
- "offset": 2013286400,
- "size": 33554432,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000006",
- "type_guid": "bb499290-b57e-49f6-bf41-190386693794",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "boot_b",
- "offset": 2046840832,
- "size": 33554432,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000007",
- "type_guid": "bb499290-b57e-49f6-bf41-190386693794",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "odm_a",
- "offset": 2080395264,
- "size": 1073741824,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000008",
- "type_guid": "e99d84d7-2c1b-44cf-8c58-effae2dc2558",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "odm_b",
- "offset": 3154137088,
- "size": 1073741824,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000009",
- "type_guid": "e99d84d7-2c1b-44cf-8c58-effae2dc2558",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "userdata",
- "offset": 4227878912,
- "size": 6509518848,
- "grow": true,
- "guid": "01234567-89ab-cdef-0123-00000000000a",
- "type_guid": "0bb7e6ed-4424-49c0-9372-7fbab465ab4c",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": false,
- "ab_expanded": false,
- "position": 0
- }
- ]
-}
diff --git a/test/expected_json_stacked_size.bpt b/test/expected_json_stacked_size.bpt
deleted file mode 100644
index 43837cc..0000000
--- a/test/expected_json_stacked_size.bpt
+++ /dev/null
@@ -1,109 +0,0 @@
-{
- "settings": {
- "ab_suffixes": ["_a", "_b"],
- "partitions_offset_begin": 0,
- "disk_size": 10737418240,
- "disk_alignment": 4096,
- "disk_guid": "01234567-89ab-cdef-0123-000000000000"
- },
- "partitions": [
- {
- "label": "boot_a",
- "offset": 20480,
- "size": 33554432,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000001",
- "type_guid": "bb499290-b57e-49f6-bf41-190386693794",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "boot_b",
- "offset": 33574912,
- "size": 33554432,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000002",
- "type_guid": "bb499290-b57e-49f6-bf41-190386693794",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "system_a",
- "offset": 67129344,
- "size": 536870912,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000003",
- "type_guid": "0f2778c4-5cc1-4300-8670-6c88b7e57ed6",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "system_b",
- "offset": 604000256,
- "size": 536870912,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000004",
- "type_guid": "0f2778c4-5cc1-4300-8670-6c88b7e57ed6",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "odm_a",
- "offset": 1140871168,
- "size": 2147483648,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000005",
- "type_guid": "e99d84d7-2c1b-44cf-8c58-effae2dc2558",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "odm_b",
- "offset": 3288354816,
- "size": 2147483648,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000006",
- "type_guid": "e99d84d7-2c1b-44cf-8c58-effae2dc2558",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "userdata",
- "offset": 5435838464,
- "size": 5301559296,
- "grow": true,
- "guid": "01234567-89ab-cdef-0123-000000000007",
- "type_guid": "0bb7e6ed-4424-49c0-9372-7fbab465ab4c",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": false,
- "ab_expanded": false,
- "position": 0
- }
- ]
-}
diff --git a/test/expected_json_suffixes.bpt b/test/expected_json_suffixes.bpt
deleted file mode 100644
index ec50d5d..0000000
--- a/test/expected_json_suffixes.bpt
+++ /dev/null
@@ -1,109 +0,0 @@
-{
- "settings": {
- "ab_suffixes": ["-A", "-B"],
- "partitions_offset_begin": 0,
- "disk_size": 10737418240,
- "disk_alignment": 4096,
- "disk_guid": "01234567-89ab-cdef-0123-000000000000"
- },
- "partitions": [
- {
- "label": "boot-A",
- "offset": 20480,
- "size": 33554432,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000001",
- "type_guid": "bb499290-b57e-49f6-bf41-190386693794",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "boot-B",
- "offset": 33574912,
- "size": 33554432,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000002",
- "type_guid": "bb499290-b57e-49f6-bf41-190386693794",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "system-A",
- "offset": 67129344,
- "size": 536870912,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000003",
- "type_guid": "0f2778c4-5cc1-4300-8670-6c88b7e57ed6",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "system-B",
- "offset": 604000256,
- "size": 536870912,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000004",
- "type_guid": "0f2778c4-5cc1-4300-8670-6c88b7e57ed6",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "odm-A",
- "offset": 1140871168,
- "size": 1073741824,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000005",
- "type_guid": "e99d84d7-2c1b-44cf-8c58-effae2dc2558",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "odm-B",
- "offset": 2214612992,
- "size": 1073741824,
- "grow": false,
- "guid": "01234567-89ab-cdef-0123-000000000006",
- "type_guid": "e99d84d7-2c1b-44cf-8c58-effae2dc2558",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": true,
- "ab_expanded": true,
- "position": 0
- },
- {
- "label": "userdata",
- "offset": 3288354816,
- "size": 7449042944,
- "grow": true,
- "guid": "01234567-89ab-cdef-0123-000000000007",
- "type_guid": "0bb7e6ed-4424-49c0-9372-7fbab465ab4c",
- "flags": "0x0000000000000000",
- "persist": false,
- "ignore": false,
- "ab": false,
- "ab_expanded": false,
- "position": 0
- }
- ]
-}
diff --git a/test/file_with_syntax_errors.bpt b/test/file_with_syntax_errors.bpt
deleted file mode 100644
index 52e826c..0000000
--- a/test/file_with_syntax_errors.bpt
+++ /dev/null
@@ -1,31 +0,0 @@
-{
- "partitions": [
- {
- "ab": true,
- "label": "boot",
- "size": "32 MiB",
- "guid": "auto",
- "type_guid": "brillo_boot",
- },
- {
- "ab": true,
- "label": "system",
- "size": "512 MiB",
- "guid": "auto",
- "type_guid": "brillo_system"
- },
- {
- "ab": true,
- "label": "odm",
- "size": "1 GiB",
- "guid": "auto",
- "type_guid": "brillo_odm"
- },
- {
- "label": "userdata",
- "grow": true,
- "guid": "auto",
- "type_guid": "brillo_userdata"
- }
- ]
-}
diff --git a/test/ignore_userdata.bpt b/test/ignore_userdata.bpt
deleted file mode 100644
index 1b35403..0000000
--- a/test/ignore_userdata.bpt
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "partitions": [
- {
- "label": "userdata",
- "ignore": true
- }
- ]
-}
diff --git a/test/new_partition.bpt b/test/new_partition.bpt
deleted file mode 100644
index 684cd2d..0000000
--- a/test/new_partition.bpt
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "partitions": [
- {
- "label": "my_data_partition",
- "size": "1.5 GB",
- "guid": "auto",
- "type_guid": "ebd0a0a2-b9e5-4433-87c0-68b6b72699c7",
- "flags": "0x8000000000000000"
- }
- ]
-}
diff --git a/test/new_partition_on_top.bpt b/test/new_partition_on_top.bpt
deleted file mode 100644
index b6dd67a..0000000
--- a/test/new_partition_on_top.bpt
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "partitions": [
- {
- "label": "my_partition_on_top_of_json",
- "size": "1 GiB",
- "guid": "auto",
- "type_guid": "linux_fs"
- }
- ]
-}
diff --git a/test/override_settings.bpt b/test/override_settings.bpt
deleted file mode 100644
index e3a487b..0000000
--- a/test/override_settings.bpt
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "settings": {
- "ab_suffixes": ["-0", "-1"],
- "disk_size": 16106127360,
- "disk_alignment": 512
- }
-}
diff --git a/test/pattern_partition_exceed_size.bpt b/test/pattern_partition_exceed_size.bpt
deleted file mode 100644
index c1c54c0..0000000
--- a/test/pattern_partition_exceed_size.bpt
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "settings": {
- "disk_size": "50 MiB"
- },
- "partitions": [
- {
- "label": "delta",
- "size": "20 MiB"
- }
- ]
-}
diff --git a/test/pattern_partition_multi.bpt b/test/pattern_partition_multi.bpt
deleted file mode 100644
index 56cd061..0000000
--- a/test/pattern_partition_multi.bpt
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "settings": {
- "disk_size": "80 MiB"
- },
- "partitions": [
- {
- "label": "alpha",
- "size": "10 MiB"
- },
- {
- "label": "beta",
- "size": "50 MiB"
- }
- ]
-}
diff --git a/test/pattern_partition_single.bpt b/test/pattern_partition_single.bpt
deleted file mode 100644
index 036de77..0000000
--- a/test/pattern_partition_single.bpt
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "settings": {
- "disk_size": "40 GiB"
- },
- "partitions": [
- {
- "label": "charlie",
- "size": "10 MiB"
- }
- ]
-}
diff --git a/test/persist.bpt b/test/persist.bpt
deleted file mode 100644
index 06f39d4..0000000
--- a/test/persist.bpt
+++ /dev/null
@@ -1,40 +0,0 @@
-{
- "partitions": [
- {
- "label": "no_persist",
- "size": "128 MiB",
- "position": 1,
- "type_guid": "brillo_boot"
- },
- {
- "label": "false_persist",
- "size": "128 MiB",
- "position": 2,
- "persist": false,
- "type_guid": "brillo_boot"
- },
- {
- "label": "true_persist",
- "size": "128 MiB",
- "position": 3,
- "persist": true,
- "type_guid": "brillo_boot"
- },
- {
- "label": "false_persist_with_flags",
- "size": "128 MiB",
- "flags": "0x10",
- "persist": false,
- "position": 4,
- "type_guid": "brillo_boot"
- },
- {
- "label": "true_persist_with_flags",
- "size": "128 MiB",
- "flags": "0x10",
- "persist": true,
- "position": 5,
- "type_guid": "brillo_boot"
- }
- ]
-}
diff --git a/test/positions.bpt b/test/positions.bpt
deleted file mode 100644
index 97b48a7..0000000
--- a/test/positions.bpt
+++ /dev/null
@@ -1,23 +0,0 @@
-{
- "partitions": [
- {
- "label": "my_data_1",
- "size": "128 MiB",
- "position": 1
- },
- {
- "label": "my_data_2",
- "size": "256 MiB",
- "position": 2
- },
- {
- "label": "system",
- "position": 3
- },
- {
- "label": "my_data_3",
- "size": "512 MiB",
- "position": 4
- }
- ]
-}
diff --git a/test/test_file.bin b/test/test_file.bin
deleted file mode 100644
index a3fc7fb..0000000
--- a/test/test_file.bin
+++ /dev/null
@@ -1 +0,0 @@
-Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43Barfoo43
diff --git a/test/test_file.bin.sparse b/test/test_file.bin.sparse
deleted file mode 100644
index c4962b2..0000000
--- a/test/test_file.bin.sparse
+++ /dev/null
Binary files differ
diff --git a/test/test_sparse_image.bpt b/test/test_sparse_image.bpt
deleted file mode 100644
index 872f5a6..0000000
--- a/test/test_sparse_image.bpt
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "settings": {
- "disk_size": "128 KiB"
- },
- "partitions": [
- {
- "label": "sparse_data",
- "grow": true
- }
- ]
-}