Skip to content

Commit

Permalink
Add test
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Nov 21, 2018
1 parent b12aee5 commit 0ba5ff1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/unit/REST.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,9 @@ def test_GetInfrastructureProperty(self, bottle_request, get_infrastructure, Get
res = RESTGetInfrastructureProperty("1", "radl")
self.assertEqual(res, "radl")

res = RESTGetInfrastructureProperty("1", "outputs")
self.assertEqual(res, '{"outputs": "outputs"}')

res = RESTGetInfrastructureProperty("1", "tosca")
self.assertEqual(res, "tosca")

Expand Down

0 comments on commit 0ba5ff1

Please sign in to comment.