-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
22 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 6 additions & 6 deletions
12
neuro-cli/tests/unit/formatters/ascii/test_disks_formatter_long_0.ref
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Id Storage Uri Status Created at Last used Life span | ||
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ | ||
disk-1 50.0G disk://cluster/user/disk-1 Pending Mar 04 2017 Mar 08 2017 | ||
disk-2 50.0M disk://cluster/user/disk-2 Ready Apr 04 2017 2d3h4m5s | ||
disk-3 50.0K disk://cluster/user/disk-3 Ready May 04 2017 | ||
disk-4 50B disk://cluster/user/disk-4 Broken Jun 04 2017 | ||
Id Name Storage Uri Status Created at Last used Life span | ||
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ | ||
disk-1 50.0G disk://cluster/user/disk-1 Pending Mar 04 2017 Mar 08 2017 | ||
disk-2 50.0M disk://cluster/user/disk-2 Ready Apr 04 2017 2d3h4m5s | ||
disk-3 50.0K disk://cluster/user/disk-3 Ready May 04 2017 | ||
disk-4 50B disk://cluster/user/disk-4 Broken Jun 04 2017 |
12 changes: 6 additions & 6 deletions
12
neuro-cli/tests/unit/formatters/ascii/test_disks_formatter_short_0.ref
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Id Storage Uri Status | ||
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ | ||
disk-1 50.0G disk://cluster/user/disk-1 Pending | ||
disk-2 50.0M disk://cluster/user/disk-2 Ready | ||
disk-3 50.0K disk://cluster/user/disk-3 Ready | ||
disk-4 50B disk://cluster/user/disk-4 Broken | ||
Id Name Storage Uri Status | ||
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ | ||
disk-1 50.0G disk://cluster/user/disk-1 Pending | ||
disk-2 50.0M disk://cluster/user/disk-2 Ready | ||
disk-3 50.0K disk://cluster/user/disk-3 Ready | ||
disk-4 50B disk://cluster/user/disk-4 Broken |