summaryrefslogtreecommitdiffstats
path: root/tests/units
diff options
context:
space:
mode:
authorRoberto Hueso Gómez <rhueso@soleta.eu>2019-11-13 12:21:42 +0100
committerOpenGnSys Support Team <soporte-og@soleta.eu>2019-11-13 14:15:43 +0100
commit6c91d147c1c31a7fa78f2721e1c963500a49084d (patch)
tree6aee9716c6ec7e4d911833d44000a049a3280218 /tests/units
parentee2e16ac96b259e1fce7029301b3da2b157ecd4c (diff)
#915 Rename POST /image/setup for /setup in REST API
This patch renames the setup command to avoid semantic confusion.
Diffstat (limited to 'tests/units')
-rw-r--r--tests/units/test_0018_post_setup.py (renamed from tests/units/test_0018_post_image_setup.py)4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/units/test_0018_post_image_setup.py b/tests/units/test_0018_post_setup.py
index 3876e23..9d26b85 100644
--- a/tests/units/test_0018_post_image_setup.py
+++ b/tests/units/test_0018_post_setup.py
@@ -1,10 +1,10 @@
import requests
import unittest
-class TestPostSetupImageMethods(unittest.TestCase):
+class TestPostSetupMethods(unittest.TestCase):
def setUp(self):
- self.url = 'http://localhost:8888/image/setup'
+ self.url = 'http://localhost:8888/setup'
self.headers = {'Authorization' : '07b3bfe728954619b58f0107ad73acc1'}
self.json = { 'clients' : [ '192.168.2.1', '192.168.2.2' ],
'disk' : '1',