提交 56c9021e 编写于 作者: L Larry Hamel 提交者: Marbin Tan

gppkg: add behave test

Signed-off-by: NTushar Dadlani <tdadlani@pivotal.io>
上级 5e686385
......@@ -37,3 +37,10 @@ Feature: gppkg tests
And gppkg should print "called if the function references a package file that has been removed." to stdout
And gppkg should print "Skipping update of gppkg based on user input" to stdout
And gppkg should print "Do you still want to continue ?" to stdout
@gppkg_query
Scenario: gppkg --query --all when nothing is installed should report nothing installed
Given the database is running
When the user runs "gppkg --query --all"
Then gppkg should return a return code of 0
And gppkg should print "Starting gppkg with args: --query --all" to stdout
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册