summaryrefslogtreecommitdiff
path: root/server/Test
diff options
context:
space:
mode:
authorEoleDev <EoleDev@outlook.fr>2016-04-19 19:44:09 +0200
committerEoleDev <EoleDev@outlook.fr>2016-04-19 19:44:09 +0200
commit49ce03168ad0c71a1df3ff4f9f161cbbe61bb277 (patch)
treee733a8b764c73dd86f25c42aaa4d625f1afebb1f /server/Test
parent00184e623ec6dd1b5757fd9b268bc2afe97c338b (diff)
Error patch
Diffstat (limited to 'server/Test')
-rwxr-xr-x[-rw-r--r--]server/Test/automatingTests.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/Test/automatingTests.php b/server/Test/automatingTests.php
index 6de4de5..8715464 100644..100755
--- 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"]."<br>";
+ echo "IP : ".$floatIp['floating_ip_address']." et ID: ".$floatIp['id']." ".$floatIp["status"]."<br>";
}
?> \ No newline at end of file