istic-openstack/server/Test/automatingTests.php
2016-04-21 23:57:37 +02:00

20 lines
No EOL
502 B
PHP
Executable file

<?php
include('InitTest.php');
include_once("../core/Automating.php");
$automating = new Automating($App);
//$id = // id du réseau
/*
// Création serveur avec ip publique
echo "Test création serveur avec ip publique : </br>";
$App->setPostParam('networkId', $id);
$App->setPostParam('imageName', "ImageTest");
$App->setPostParam('serverName', "ServerTest");
$App->setPostParam('flavor', 1);
$compute->action("createPublicServer");
$servers = json_decode($App->show(), true)["Automating"];
*/
?>