Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
joseivanlopez committed Jul 5, 2024
1 parent 12b276c commit efa2e82
Show file tree
Hide file tree
Showing 11 changed files with 102 additions and 102 deletions.
60 changes: 30 additions & 30 deletions web/src/client/storage.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const sda = {
size: 1024,
start: 0,
encrypted: false,
recoverableSize: 0,
shrinking: { unsupported: ["Resizing is not supported"] },
systems : [],
udevIds: ["ata-Micron_1100_SATA_512GB_12563", "scsi-0ATA_Micron_1100_SATA_512GB"],
udevPaths: ["pci-0000:00-12", "pci-0000:00-12-ata"],
Expand All @@ -76,7 +76,7 @@ const sda1 = {
size: 512,
start: 123,
encrypted: false,
recoverableSize: 128,
shrinking: { unsupported: ["Resizing is not supported"] },
systems : [],
udevIds: [],
udevPaths: [],
Expand All @@ -94,7 +94,7 @@ const sda2 = {
size: 256,
start: 1789,
encrypted: false,
recoverableSize: 0,
shrinking: { unsupported: ["Resizing is not supported"] },
systems : [],
udevIds: [],
udevPaths: [],
Expand All @@ -120,7 +120,7 @@ const sdb = {
size: 2048,
start: 0,
encrypted: false,
recoverableSize: 0,
shrinking: { unsupported: ["Resizing is not supported"] },
systems : [],
udevIds: [],
udevPaths: ["pci-0000:00-19"]
Expand All @@ -145,7 +145,7 @@ const sdc = {
size: 2048,
start: 0,
encrypted: false,
recoverableSize: 0,
shrinking: { unsupported: ["Resizing is not supported"] },
systems : [],
udevIds: [],
udevPaths: []
Expand All @@ -170,7 +170,7 @@ const sdd = {
size: 2048,
start: 0,
encrypted: false,
recoverableSize: 0,
shrinking: { unsupported: ["Resizing is not supported"] },
systems : [],
udevIds: [],
udevPaths: []
Expand All @@ -195,7 +195,7 @@ const sde = {
size: 2048,
start: 0,
encrypted: false,
recoverableSize: 0,
shrinking: { unsupported: ["Resizing is not supported"] },
systems : [],
udevIds: [],
udevPaths: []
Expand All @@ -214,7 +214,7 @@ const md0 = {
size: 2048,
start: 0,
encrypted: false,
recoverableSize: 0,
shrinking: { unsupported: ["Resizing is not supported"] },
devices: [],
systems : ["openSUSE Leap 15.2"],
udevIds: [],
Expand All @@ -241,7 +241,7 @@ const raid = {
size: 2048,
start: 0,
encrypted: false,
recoverableSize: 0,
shrinking: { unsupported: ["Resizing is not supported"] },
devices: [],
systems : [],
udevIds: [],
Expand All @@ -267,7 +267,7 @@ const multipath = {
size: 2048,
start: 0,
encrypted: false,
recoverableSize: 0,
shrinking: { unsupported: ["Resizing is not supported"] },
systems : [],
udevIds: [],
udevPaths: []
Expand All @@ -292,7 +292,7 @@ const dasd = {
size: 2048,
start: 0,
encrypted: false,
recoverableSize: 0,
shrinking: { unsupported: ["Resizing is not supported"] },
systems : [],
udevIds: [],
udevPaths: []
Expand All @@ -317,7 +317,7 @@ const sdf = {
size: 2048,
start: 0,
encrypted: false,
recoverableSize: 0,
shrinking: { unsupported: ["Resizing is not supported"] },
systems : [],
udevIds: [],
udevPaths: []
Expand All @@ -334,7 +334,7 @@ const sdf1 = {
size: 512,
start: 1024,
encrypted: true,
recoverableSize: 0,
shrinking: { unsupported: ["Resizing is not supported"] },
systems : [],
udevIds: [],
udevPaths: [],
Expand Down Expand Up @@ -362,7 +362,7 @@ const lvmLv1 = {
size: 512,
start: 0,
encrypted: false,
recoverableSize: 0,
shrinking: { supported: 128 },
systems : [],
udevIds: [],
udevPaths: []
Expand Down Expand Up @@ -485,7 +485,7 @@ const sdbStaging = {
size: 2048,
start: 0,
encrypted: false,
recoverableSize: 0,
shrinking: { unsupported: ["Resizing is not supported"] },
systems : [],
udevIds: [],
udevPaths: ["pci-0000:00-19"]
Expand Down Expand Up @@ -667,7 +667,7 @@ const contexts = {
encrypted: false,
size: 1024,
start: 0,
recoverableSize: 0,
shrinking: { unsupported: ["Resizing is not supported"] },
systems: [],
udevIds: ["ata-Micron_1100_SATA_512GB_12563", "scsi-0ATA_Micron_1100_SATA_512GB"],
udevPaths: ["pci-0000:00-12", "pci-0000:00-12-ata"]
Expand Down Expand Up @@ -703,7 +703,7 @@ const contexts = {
encrypted: false,
size: 512,
start: 123,
recoverableSize: 128,
shrinking: { unsupported: ["Resizing is not supported"] },
systems: [],
udevIds: [],
udevPaths: []
Expand All @@ -726,7 +726,7 @@ const contexts = {
encrypted: false,
size: 256,
start: 1789,
recoverableSize: 0,
shrinking: { unsupported: ["Resizing is not supported"] },
systems: [],
udevIds: [],
udevPaths: []
Expand All @@ -748,7 +748,7 @@ const contexts = {
encrypted: false,
size: 2048,
start: 0,
recoverableSize: 0,
shrinking: { unsupported: ["Resizing is not supported"] },
systems: [],
udevIds: [],
udevPaths: ["pci-0000:00-19"]
Expand Down Expand Up @@ -783,7 +783,7 @@ const contexts = {
encrypted: false,
size: 2048,
start: 0,
recoverableSize: 0,
shrinking: { unsupported: ["Resizing is not supported"] },
systems: [],
udevIds: [],
udevPaths: []
Expand Down Expand Up @@ -818,7 +818,7 @@ const contexts = {
encrypted: false,
size: 2048,
start: 0,
recoverableSize: 0,
shrinking: { unsupported: ["Resizing is not supported"] },
systems: [],
udevIds: [],
udevPaths: []
Expand Down Expand Up @@ -853,7 +853,7 @@ const contexts = {
encrypted: false,
size: 2048,
start: 0,
recoverableSize: 0,
shrinking: { unsupported: ["Resizing is not supported"] },
systems: [],
udevIds: [],
udevPaths: []
Expand Down Expand Up @@ -888,7 +888,7 @@ const contexts = {
encrypted: false,
size: 2048,
start: 0,
recoverableSize: 0,
shrinking: { unsupported: ["Resizing is not supported"] },
systems: ["openSUSE Leap 15.2"],
udevIds: [],
udevPaths: []
Expand Down Expand Up @@ -916,7 +916,7 @@ const contexts = {
encrypted: false,
size: 2048,
start: 0,
recoverableSize: 0,
shrinking: { unsupported: ["Resizing is not supported"] },
systems: [],
udevIds: [],
udevPaths: []
Expand Down Expand Up @@ -949,7 +949,7 @@ const contexts = {
encrypted: false,
size: 2048,
start: 0,
recoverableSize: 0,
shrinking: { unsupported: ["Resizing is not supported"] },
systems: [],
udevIds: [],
udevPaths: []
Expand Down Expand Up @@ -982,7 +982,7 @@ const contexts = {
encrypted: false,
size: 2048,
start: 0,
recoverableSize: 0,
shrinking: { unsupported: ["Resizing is not supported"] },
systems: [],
udevIds: [],
udevPaths: []
Expand Down Expand Up @@ -1012,7 +1012,7 @@ const contexts = {
encrypted: false,
size: 2048,
start: 0,
recoverableSize: 0,
shrinking: { unsupported: ["Resizing is not supported"] },
systems: [],
udevIds: [],
udevPaths: []
Expand Down Expand Up @@ -1048,7 +1048,7 @@ const contexts = {
encrypted: true,
size: 512,
start: 1024,
recoverableSize: 0,
shrinking: { unsupported: ["Resizing is not supported"] },
systems: [],
udevIds: [],
udevPaths: []
Expand Down Expand Up @@ -1083,7 +1083,7 @@ const contexts = {
encrypted: false,
size: 512,
start: 0,
recoverableSize: 0,
shrinking: { supported: 128 },
systems: [],
udevIds: [],
udevPaths: []
Expand Down Expand Up @@ -1118,7 +1118,7 @@ const contexts = {
encrypted: false,
size: 2048,
start: 0,
recoverableSize: 0,
shrinking: { unsupported: ["Resizing is not supported"] },
systems: [],
udevIds: [],
udevPaths: ["pci-0000:00-19"]
Expand Down
8 changes: 4 additions & 4 deletions web/src/components/core/ExpandableSelector.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const sda = {
active: true,
name: "/dev/sda",
size: 1024,
recoverableSize: 0,
shrinking: { unsupported: ["Resizing is not supported"] },
systems : [],
udevIds: ["ata-Micron_1100_SATA_512GB_12563", "scsi-0ATA_Micron_1100_SATA_512GB"],
udevPaths: ["pci-0000:00-12", "pci-0000:00-12-ata"],
Expand All @@ -52,7 +52,7 @@ const sda1 = {
active: true,
name: "/dev/sda1",
size: 512,
recoverableSize: 128,
shrinking: { supported: 128 },
systems : [],
udevIds: [],
udevPaths: []
Expand All @@ -65,7 +65,7 @@ const sda2 = {
active: true,
name: "/dev/sda2",
size: 512,
recoverableSize: 0,
shrinking: { unsupported: ["Resizing is not supported"] },
systems : [],
udevIds: [],
udevPaths: []
Expand All @@ -92,7 +92,7 @@ const sdb = {
active: true,
name: "/dev/sdb",
size: 2048,
recoverableSize: 0,
shrinking: { unsupported: ["Resizing is not supported"] },
systems : [],
udevIds: [],
udevPaths: ["pci-0000:00-19"]
Expand Down
2 changes: 1 addition & 1 deletion web/src/components/storage/BootConfigField.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const sda = {
active: true,
name: "/dev/sda",
size: 1024,
recoverableSize: 0,
shrinking: { unsupported: ["Resizing is not supported"] },
systems : [],
udevIds: ["ata-Micron_1100_SATA_512GB_12563", "scsi-0ATA_Micron_1100_SATA_512GB"],
udevPaths: ["pci-0000:00-12", "pci-0000:00-12-ata"],
Expand Down
6 changes: 3 additions & 3 deletions web/src/components/storage/BootSelection.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const sda = {
name: "/dev/sda",
description: "",
size: 1024,
recoverableSize: 0,
shrinking: { unsupported: ["Resizing is not supported"] },
systems: [],
udevIds: ["ata-Micron_1100_SATA_512GB_12563", "scsi-0ATA_Micron_1100_SATA_512GB"],
udevPaths: ["pci-0000:00-12", "pci-0000:00-12-ata"],
Expand All @@ -70,7 +70,7 @@ const sdb = {
name: "/dev/sdb",
description: "",
size: 2048,
recoverableSize: 0,
shrinking: { unsupported: ["Resizing is not supported"] },
systems: [],
udevIds: [],
udevPaths: ["pci-0000:00-19"]
Expand All @@ -93,7 +93,7 @@ const sdc = {
name: "/dev/sdc",
description: "",
size: 2048,
recoverableSize: 0,
shrinking: { unsupported: ["Resizing is not supported"] },
systems: [],
udevIds: [],
udevPaths: ["pci-0000:00-19"]
Expand Down
4 changes: 2 additions & 2 deletions web/src/components/storage/InstallationDeviceField.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const sda = {
active: true,
name: "/dev/sda",
size: 1024,
recoverableSize: 0,
shrinking: { unsupported: ["Resizing is not supported"] },
systems : [],
udevIds: ["ata-Micron_1100_SATA_512GB_12563", "scsi-0ATA_Micron_1100_SATA_512GB"],
udevPaths: ["pci-0000:00-12", "pci-0000:00-12-ata"],
Expand All @@ -80,7 +80,7 @@ const sdb = {
active: true,
name: "/dev/sdb",
size: 2048,
recoverableSize: 0,
shrinking: { unsupported: ["Resizing is not supported"] },
systems : [],
udevIds: [],
udevPaths: ["pci-0000:00-19"]
Expand Down
2 changes: 1 addition & 1 deletion web/src/components/storage/ProposalActionsSummary.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const sda = {
active: true,
name: "/dev/sda",
size: 1024,
recoverableSize: 0,
shrinking: { unsupported: ["Resizing is not supported"] },
systems: [],
udevIds: ["ata-Micron_1100_SATA_512GB_12563", "scsi-0ATA_Micron_1100_SATA_512GB"],
udevPaths: ["pci-0000:00-12", "pci-0000:00-12-ata"],
Expand Down
4 changes: 2 additions & 2 deletions web/src/components/storage/ProposalSettingsSection.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const sda = {
active: true,
name: "/dev/sda",
size: 1024,
recoverableSize: 0,
shrinking: { unsupported: ["Resizing is not supported"] },
systems : [],
udevIds: ["ata-Micron_1100_SATA_512GB_12563", "scsi-0ATA_Micron_1100_SATA_512GB"],
udevPaths: ["pci-0000:00-12", "pci-0000:00-12-ata"],
Expand All @@ -80,7 +80,7 @@ const sdb = {
active: true,
name: "/dev/sdb",
size: 2048,
recoverableSize: 0,
shrinking: { unsupported: ["Resizing is not supported"] },
systems : [],
udevIds: [],
udevPaths: ["pci-0000:00-19"]
Expand Down
Loading

0 comments on commit efa2e82

Please sign in to comment.