diff options
Diffstat (limited to 'server/Test/automatingTests.php')
| -rwxr-xr-x[-rw-r--r--] | server/Test/automatingTests.php | 2 |
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 |
