[cache_dump.feature] correct -h expectations
This commit is contained in:
parent
bb898eeaad
commit
9c65f2f30b
@ -7,25 +7,26 @@ Feature: cache_dump
|
|||||||
When I run cache_dump with --version
|
When I run cache_dump with --version
|
||||||
Then it should pass with version
|
Then it should pass with version
|
||||||
|
|
||||||
|
@announce
|
||||||
Scenario: print help (-h)
|
Scenario: print help (-h)
|
||||||
When I run cache_dump with -h
|
When I run cache_dump with -h
|
||||||
Then it should pass with:
|
Then it should pass with:
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Usage: cache_dump [options] {device|file}
|
Usage: cache_dump [options] {device|file}
|
||||||
Options:
|
Options:
|
||||||
{-h|--help}
|
{-h|--help}
|
||||||
|
{-o <xml file>}
|
||||||
{-V|--version}
|
{-V|--version}
|
||||||
"""
|
"""
|
||||||
|
|
||||||
Scenario: print help (--help)
|
Scenario: print help (--help)
|
||||||
When I run cache_dump with -h
|
When I run cache_dump with -h
|
||||||
Then it should pass with:
|
Then it should pass with:
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Usage: cache_dump [options] {device|file}
|
Usage: cache_dump [options] {device|file}
|
||||||
Options:
|
Options:
|
||||||
{-h|--help}
|
{-h|--help}
|
||||||
|
{-o <xml file>}
|
||||||
{-V|--version}
|
{-V|--version}
|
||||||
"""
|
"""
|
||||||
|
|
||||||
@ -41,7 +42,6 @@ Feature: cache_dump
|
|||||||
No input file provided.
|
No input file provided.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
@announce
|
|
||||||
Scenario: dump/restore is a noop
|
Scenario: dump/restore is a noop
|
||||||
Given valid cache metadata
|
Given valid cache metadata
|
||||||
When I cache_dump
|
When I cache_dump
|
||||||
|
Loading…
x
Reference in New Issue
Block a user