@@ -9,39 +9,46 @@ import (
9
9
)
10
10
11
11
func TestProviderCreate_NoNode (t * testing.T ) {
12
+ testutil .Shrug (t , 338 )
12
13
doTest_NoNode (t , providerCommand (),
13
14
createProviderCommand ().Name (), "provider.yml" , "-k" , "keyname" )
14
15
}
15
16
16
17
func TestProviderRun_NoNode (t * testing.T ) {
18
+ testutil .Shrug (t , 338 )
17
19
hexaddr := testutil .HexAddress (t )
18
20
doTest_NoNode (t , providerCommand (),
19
21
runCommand ().Name (), hexaddr , "-k" , "keyname" )
20
22
}
21
23
22
24
func TestCreateDeployment_NoNode (t * testing.T ) {
25
+ testutil .Shrug (t , 338 )
23
26
path := "deployment.yaml"
24
27
doTest_NoNode (t , deploymentCommand (),
25
28
createDeploymentCommand ().Name (), path , "-k" , "keyname" )
26
29
}
27
30
28
31
func TestCloseDeployment_NoNode (t * testing.T ) {
32
+ testutil .Shrug (t , 338 )
29
33
deployment := testutil .HexDeploymentAddress (t )
30
34
doTest_NoNode (t , deploymentCommand (),
31
35
closeDeploymentCommand ().Name (), deployment , "-k" , "keyname" )
32
36
}
33
37
34
38
func TestMarketplace_NoNode (t * testing.T ) {
39
+ testutil .Shrug (t , 338 )
35
40
doTest_NoNode (t , marketplaceCommand ())
36
41
}
37
42
38
43
func TestSend_NoNode (t * testing.T ) {
44
+ testutil .Shrug (t , 338 )
39
45
to := testutil .HexAddress (t )
40
46
doTest_NoNode (t , sendCommand (),
41
47
"1" , to , "-k" , "keyname" )
42
48
}
43
49
44
50
func TestStatus_NoNode (t * testing.T ) {
51
+ testutil .Shrug (t , 338 )
45
52
doTest_NoNode (t , statusCommand ())
46
53
}
47
54
0 commit comments