Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
okeanos-LoD
Commits
ce40c0b5
Unverified
Commit
ce40c0b5
authored
Jul 10, 2015
by
efikalti
Committed by
Avraam Tsantekidis
Jul 17, 2015
Browse files
moved tests to the core folder files
parent
e1283b60
Changes
2
Hide whitespace changes
Inline
Side-by-side
core/fokia/provisioner.py
View file @
ce40c0b5
...
...
@@ -193,6 +193,7 @@ class Provisioner:
"""
try
:
ip
=
self
.
network_client
.
create_floatingip
()
print
(
ip
)
return
ip
except
ClientError
as
ex
:
raise
ex
...
...
@@ -346,8 +347,9 @@ if __name__ == "__main__":
args
=
parser
.
parse_args
()
provisioner
=
Provisioner
(
cloud_name
=
args
.
cloud
)
# print(provisioner.create_vm(vm_name=args.name, project_name=args.project_name,
# image_name="debian"))
print
(
provisioner
.
create_vm
(
vm_name
=
args
.
name
,
project_name
=
args
.
project_name
,
image_name
=
"debian"
))
"""
provisioner.create_lambda_cluster(vm_name="test" , slaves=args.slaves,
image_name=args.image_name,
cluster_size=args.cluster_size,
...
...
@@ -360,3 +362,4 @@ if __name__ == "__main__":
ip_request=args.ip_request,
network_request=args.network_request,
project_name=args.project_name)
"""
core/tests/test_provisioner.py
View file @
ce40c0b5
...
...
@@ -142,6 +142,27 @@ test_quotas = { '6ff62e8e-0ce9-41f7-ad99-13a18ecada5f':
'astakos.pending_app'
:
{
'project_limit'
:
0
,
'project_pending'
:
0
,
'project_usage'
:
0
,
'usage'
:
0
,
'limit'
:
0
,
'pending'
:
0
}}
}
test_ip
=
{
u
'floating_network_id'
:
u
'2186'
,
u
'user_id'
:
u
'9819231a-e9e2-40f7-93f1-e2e4cb50cc33'
,
u
'deleted'
:
False
,
u
'tenant_id'
:
u
'9819231a-e9e2-40f7-93f1-e2e4cb50cc33'
,
u
'instance_id'
:
None
,
u
'fixed_ip_address'
:
None
,
u
'floating_ip_address'
:
u
'83.212.116.58'
,
u
'port_id'
:
None
,
u
'id'
:
u
'684011'
}
test_vm
=
{
u
'addresses'
:
{},
u
'links'
:
[{
u
'href'
:
u
'https://cyclades.okeanos.grnet.gr/compute/v2.0/servers/665007'
,
u
'rel'
:
u
'self'
},
{
u
'href'
:
u
'https://cyclades.okeanos.grnet.gr/compute/v2.0/servers/665007'
,
u
'rel'
:
u
'bookmark'
}],
u
'image'
:
{
u
'id'
:
u
'0e399015-8723-4c78-8198-75bdf693cdde'
,
u
'links'
:
[
{
u
'href'
:
u
'https://cyclades.okeanos.grnet.gr/compute/v2.0/images/0e399015-8723-4c78-8198-75bdf693cdde'
,
u
'rel'
:
u
'self'
},
{
u
'href'
:
u
'https://cyclades.okeanos.grnet.gr/compute/v2.0/images/0e399015-8723-4c78-8198-75bdf693cdde'
,
u
'rel'
:
u
'bookmark'
},
{
u
'href'
:
u
'https://cyclades.okeanos.grnet.gr/image/v1.0/images/0e399015-8723-4c78-8198-75bdf693cdde'
,
u
'rel'
:
u
'alternate'
}]},
u
'suspended'
:
False
,
u
'flavor'
:
{
u
'id'
:
3
,
u
'links'
:
[{
u
'href'
:
u
'https://cyclades.okeanos.grnet.gr/compute/v2.0/flavors/3'
,
u
'rel'
:
u
'self'
},
{
u
'href'
:
u
'https://cyclades.okeanos.grnet.gr/compute/v2.0/flavors/3'
,
u
'rel'
:
u
'bookmark'
}]},
u
'id'
:
665007
,
u
'security_groups'
:
[
{
u
'name'
:
u
'default'
}],
u
'attachments'
:
[],
u
'user_id'
:
u
'9819231a-e9e2-40f7-93f1-e2e4cb50cc33'
,
u
'accessIPv4'
:
u
''
,
u
'accessIPv6'
:
u
''
,
u
'progress'
:
0
,
u
'config_drive'
:
u
''
,
u
'status'
:
u
'BUILD'
,
u
'updated'
:
u
'2015-07-10T07:13:25.973280+00:00'
,
u
'hostId'
:
u
''
,
u
'SNF:fqdn'
:
u
'snf-665007.vm.okeanos.grnet.gr'
,
u
'deleted'
:
False
,
u
'key_name'
:
None
,
u
'name'
:
u
'to mikro debian sto livadi'
,
u
'adminPass'
:
u
'q0WVXWIjc4'
,
u
'tenant_id'
:
u
'6ff62e8e-0ce9-41f7-ad99-13a18ecada5f'
,
u
'created'
:
u
'2015-07-10T07:13:24.862714+00:00'
,
u
'SNF:task_state'
:
u
'BUILDING'
,
u
'volumes'
:
[
50722
],
u
'diagnostics'
:
[],
u
'metadata'
:
{
u
'os'
:
u
'debian'
,
u
'users'
:
u
'root ckaner'
},
u
'SNF:port_forwarding'
:
{}}
def
test_find_flavor
():
with
mock
.
patch
(
'fokia.provisioner.astakos'
),
\
mock
.
patch
(
'fokia.provisioner.KamakiConfig'
),
\
...
...
@@ -173,5 +194,27 @@ def test_check_all_resources():
ip_request
=
1
,
network_request
=
1
)
def
test_create_vpn
():
with
mock
.
patch
(
'fokia.provisioner.astakos'
),
\
mock
.
patch
(
'fokia.provisioner.KamakiConfig'
),
\
mock
.
patch
(
'fokia.provisioner.cyclades'
):
provisioner
=
Provisioner
(
"lambda"
)
provisioner
.
network_client
.
create_network
=
test_ip
provisioner
.
reserve_ip
()
def
test_create_vm
():
with
mock
.
patch
(
'fokia.provisioner.astakos'
),
\
mock
.
patch
(
'fokia.provisioner.KamakiConfig'
),
\
mock
.
patch
(
'fokia.provisioner.cyclades'
):
provisioner
=
Provisioner
(
"lambda"
)
provisioner
.
cyclades
.
create_server
=
test_vm
def
test_connect_vm
():
with
mock
.
patch
(
'fokia.provisioner.astakos'
),
\
mock
.
patch
(
'fokia.provisioner.KamakiConfig'
),
\
mock
.
patch
(
'fokia.provisioner.cyclades'
):
provisioner
=
Provisioner
(
"lambda"
)
provisioner
.
network_client
.
create_port
=
True
if
__name__
==
"__main__"
:
test_find_flavor
()
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment