From 49ce03168ad0c71a1df3ff4f9f161cbbe61bb277 Mon Sep 17 00:00:00 2001 From: EoleDev Date: Tue, 19 Apr 2016 19:44:09 +0200 Subject: Error patch --- server/Test/automatingTests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 server/Test/automatingTests.php (limited to 'server/Test') diff --git a/server/Test/automatingTests.php b/server/Test/automatingTests.php old mode 100644 new mode 100755 index 6de4de5..8715464 --- a/server/Test/automatingTests.php +++ b/server/Test/automatingTests.php @@ -23,6 +23,6 @@ foreach($servers as $server){ $floatingIp->action("listFloatingIp"); $listFloatingIp = json_decode($App->show(), true)["FloatingIp"]; foreach ($listFloatingIp as $floatIp){ - echo $floatIp['floating_ip_address']." ".$floatIp['id']." ".$floatIp["status"]."
"; + echo "IP : ".$floatIp['floating_ip_address']." et ID: ".$floatIp['id']." ".$floatIp["status"]."
"; } ?> \ No newline at end of file -- cgit v1.2.3