File tree Expand file tree Collapse file tree
tests/integration/Compute/v2 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -95,6 +95,8 @@ protected function setUp()
9595 ]
9696 );
9797
98+ $ this ->logStep ('Created network {name} with id {id} ' , ['name ' => $ this ->network ->name , 'id ' => $ this ->network ->id ]);
99+
98100 $ this ->subnet = $ this ->getNetworkService ()->createSubnet (
99101 [
100102 'name ' => self ::SUBNET ,
@@ -104,17 +106,17 @@ protected function setUp()
104106 ]
105107 );
106108
109+ $ this ->logStep ('Created subnet {name} with id {id} ' , ['name ' => $ this ->subnet ->name , 'id ' => $ this ->subnet ->id ]);
110+
107111 $ this ->volume = $ this ->getBlockStorageService ()->createVolume (
108112 [
109113 'name ' => self ::VOLUME ,
110114 'description ' => '' ,
111115 'size ' => 1
112116 ]
113117 );
114-
115- $ this ->logger ->info (sprintf ('Created network %s with id %s ' , $ this ->network ->name , $ this ->network ->id ));
116- $ this ->logger ->info (sprintf ('Created subnet %s with id %s ' , $ this ->subnet ->name , $ this ->subnet ->id ));
117- $ this ->logger ->info (sprintf ('Created volume %s with id %s ' , $ this ->volume ->name , $ this ->volume ->id ));
118+
119+ $ this ->logStep ('Created volume {name} with id {id} ' , ['name ' => $ this ->volume ->name , 'id ' => $ this ->volume ->id ]);
118120 }
119121
120122 public function runTests ()
You can’t perform that action at this time.
0 commit comments