|
@@ -137,6 +137,7 @@ class ONURESTControllerTest extends WebTestCaseBase
|
|
|
$datos['timePonStats'] = 5;
|
|
|
$datos['timeOnuStats'] = 5;
|
|
|
$datos['tenancyId'] = 1;
|
|
|
+ $datos['backups'] = 1;
|
|
|
|
|
|
if ($key == null) {
|
|
|
return $datos;
|
|
@@ -202,6 +203,7 @@ class ONURESTControllerTest extends WebTestCaseBase
|
|
|
// hago la inserccion llamando al servicio por post
|
|
|
$this->getClient()->request('POST', $this->getOLTUri(), $this->obtainOLTData());
|
|
|
$response = $this->getClient()->getResponse();
|
|
|
+ var_dump($response);
|
|
|
$this->getClient()->request('POST', $this->getNAPUri(), $this->obtainNAPData());
|
|
|
$response = $this->getClient()->getResponse();
|
|
|
$this->getClient()->request('POST', $this->getUri(), $this->obtainData());
|