Skip to content

Commit

Permalink
NAS-131317: Fixed CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aiden3c committed Oct 10, 2024
1 parent 513519e commit c2c5255
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ describe('SmartTestResultListComponent', () => {
lba_of_first_error: null,
status: SmartTestResultStatus.Success,
remaining: null,
poh_ago: 0,
},
{
num: 2,
Expand All @@ -42,6 +43,7 @@ describe('SmartTestResultListComponent', () => {
lba_of_first_error: null,
status: SmartTestResultStatus.Success,
remaining: 50,
poh_ago: 0,
},
{
num: 3,
Expand All @@ -52,6 +54,7 @@ describe('SmartTestResultListComponent', () => {
lba_of_first_error: null,
status: SmartTestResultStatus.Success,
remaining: null,
poh_ago: 0,
}],
}, {
disk: 'sdb',
Expand All @@ -64,6 +67,7 @@ describe('SmartTestResultListComponent', () => {
lba_of_first_error: null,
status: SmartTestResultStatus.Success,
remaining: null,
poh_ago: 0,
},
{
num: 2,
Expand All @@ -74,6 +78,7 @@ describe('SmartTestResultListComponent', () => {
lba_of_first_error: null,
status: SmartTestResultStatus.Success,
remaining: 0.5,
poh_ago: 0,
},
{
num: 3,
Expand All @@ -84,6 +89,7 @@ describe('SmartTestResultListComponent', () => {
lba_of_first_error: null,
status: SmartTestResultStatus.Success,
remaining: 0,
poh_ago: 0,
}],
}];

Expand Down

0 comments on commit c2c5255

Please sign in to comment.