summaryrefslogtreecommitdiff
path: root/server/Test/AppTestClass.php
diff options
context:
space:
mode:
authorLoic GUEGAN <loic@Manzerbredes.home>2016-04-26 23:37:10 +0200
committerLoic GUEGAN <loic@Manzerbredes.home>2016-04-26 23:37:10 +0200
commita845b20ee91cd6aa9981551206aec1a85dd407f8 (patch)
treec5451bd27c727e0937871f86856ec1a22c7f84ef /server/Test/AppTestClass.php
parent91b6918ef3f830c46eac5aa0249edb7f52ba87cd (diff)
parent477dc821824b422c11d0d34b644de4b68a596510 (diff)
Merge branch 'loic' into loic-image-edition
Diffstat (limited to 'server/Test/AppTestClass.php')
-rwxr-xr-xserver/Test/AppTestClass.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/server/Test/AppTestClass.php b/server/Test/AppTestClass.php
index a663514..972d9b4 100755
--- a/server/Test/AppTestClass.php
+++ b/server/Test/AppTestClass.php
@@ -63,6 +63,11 @@ class AppTest{
$opt = $this->tokenClass->getOptions($service);
return $this->openstack->networkingV2($opt);
break;
+ case "NetworkLayer3":
+ if($this->tokenPost == NULL) $this->tokenClass->genNetworkToken();
+ $opt = $this->tokenClass->getOptions('Network');
+ return $this->openstack->networkingV2ExtLayer3($opt);
+ break;
}
}