File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
tests/OpenCloud/Smoke/Unit Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 24
24
25
25
/**
26
26
* Description of Compute
27
- *
28
- * @link
27
+ *
28
+ * @link
29
29
*/
30
30
class Compute extends AbstractUnit implements UnitInterface
31
31
{
@@ -66,7 +66,7 @@ public function main()
66
66
$ network = $ this ->getService ()->network ();
67
67
try {
68
68
$ network ->create (array (
69
- 'label ' => $ this ->prepend (self ::NETWORK_NAME ),
69
+ 'label ' => $ this ->prepend (self ::NETWORK_NAME ),
70
70
'cidr ' => '192.168.0.0/24 '
71
71
));
72
72
} catch (ClientErrorResponseException $ e ) {
@@ -223,7 +223,6 @@ public function teardown()
223
223
224
224
// Delete servers
225
225
foreach ($ servers as $ server ) {
226
-
227
226
$ attachments = $ server ->volumeAttachmentList ();
228
227
229
228
foreach ($ attachments as $ volumeAttachment ) {
You can’t perform that action at this time.
0 commit comments