Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
20
Merge Requests
20
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
slapos.core
Commits
f1e9e2a2
Commit
f1e9e2a2
authored
Jun 08, 2012
by
Romain Courteaud
🐸
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mark WIP feature as expectedFailure
parent
81734535
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
master/bt5/vifib_slapos_rest_api_v1_test/TestTemplateItem/testVifibSlaposRestAPIV1.py
..._api_v1_test/TestTemplateItem/testVifibSlaposRestAPIV1.py
+9
-0
master/bt5/vifib_slapos_rest_api_v1_test/bt/revision
master/bt5/vifib_slapos_rest_api_v1_test/bt/revision
+1
-1
No files found.
master/bt5/vifib_slapos_rest_api_v1_test/TestTemplateItem/testVifibSlaposRestAPIV1.py
View file @
f1e9e2a2
...
...
@@ -11,6 +11,7 @@ import os
from
App.Common
import
rfc1123_date
from
DateTime
import
DateTime
import
time
from
Products.ERP5Type.tests.backportUnittest
import
expectedFailure
class
Simulator
:
def
__init__
(
self
,
outfile
,
method
):
...
...
@@ -410,6 +411,7 @@ class TestInstanceRequest(VifibSlaposRestAPIV1Mixin):
self
.
json_response
)
self
.
assertPersonRequestSimulatorEmpty
()
@
expectedFailure
def
test_content_negotiation_headers
(
self
):
self
.
connection
=
CustomHeaderHTTPConnection
(
host
=
self
.
api_netloc
,
custom_header
=
{
...
...
@@ -651,6 +653,7 @@ class TestInstanceGET(VifibSlaposRestAPIV1InstanceMixin):
"sla"
:
{
"computer_guid"
:
"SOMECOMP"
}},
self
.
json_response
)
@
expectedFailure
def
test_if_modified_since_date_not_date
(
self
):
self
.
connection
.
request
(
method
=
'GET'
,
url
=
'/'
.
join
([
self
.
api_path
,
'instance'
,
...
...
@@ -1166,6 +1169,7 @@ class TestInstanceGETlist(VifibSlaposRestAPIV1InstanceMixin):
},
self
.
json_response
)
@
expectedFailure
def
test_if_modified_since_equal
(
self
):
self
.
connection
.
request
(
method
=
'GET'
,
url
=
'/'
.
join
([
self
.
api_path
,
'instance'
]),
...
...
@@ -1306,6 +1310,7 @@ class TestGET_discovery(VifibSlaposRestAPIV1Mixin):
'discovery'
,
])
@
expectedFailure
def
test_noAcquisition
(
self
):
# check the test
portal_id
=
self
.
portal
.
getId
()
...
...
@@ -1321,6 +1326,7 @@ class TestGET_discovery(VifibSlaposRestAPIV1Mixin):
self
.
assertResponseCode
(
404
)
self
.
assertBasicResponse
()
@
expectedFailure
def
test
(
self
):
self
.
connection
.
request
(
method
=
'GET'
,
url
=
self
.
api_path
)
...
...
@@ -1340,6 +1346,7 @@ class TestGET_discovery(VifibSlaposRestAPIV1Mixin):
self
.
assertBasicResponse
()
self
.
assertResponseCode
(
304
)
@
expectedFailure
def
test_if_modified_since_after
(
self
):
if_modified
=
self
.
api_date
.
timeTime
()
+
2
# check the test: is calculated time *before* now?
...
...
@@ -1351,6 +1358,7 @@ class TestGET_discovery(VifibSlaposRestAPIV1Mixin):
self
.
assertBasicResponse
()
self
.
assertResponseCode
(
304
)
@
expectedFailure
def
test_if_modified_since_before
(
self
):
self
.
connection
.
request
(
method
=
'GET'
,
url
=
self
.
api_path
,
...
...
@@ -1375,6 +1383,7 @@ class TestGET_discovery(VifibSlaposRestAPIV1Mixin):
self
.
assertResponseJson
()
self
.
assertAPIDiscoveryDict
()
@
expectedFailure
def
test_if_modified_since_date_future
(
self
):
self
.
connection
.
request
(
method
=
'GET'
,
url
=
self
.
api_path
,
...
...
master/bt5/vifib_slapos_rest_api_v1_test/bt/revision
View file @
f1e9e2a2
67
\ No newline at end of file
68
\ No newline at end of file
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