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
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Boxiang Sun
slapos.core
Commits
b4fad07f
Commit
b4fad07f
authored
12 years ago
by
Łukasz Nowak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Incorrect XML does not impact bang.
parent
a3751b0f
master
alain-message
amarisoft
cache
caddy
cleanup
cliff-cleanup
config_debug
cygwin-link-local
disconnect
erp5_doc
feat/cmmi_cache
feat/testcase
feature/cgroups
feature/format-crumbled
feature/manager-cpuset
feature/option_create_tun
feature/tun-cgroup-cleanup
fix/slapos-ansible
fixup
fixup-1
format_loop
fraud
golang
hosting_daily_invoice
hotfix/proxy-root-instance
kylin
lxc
master-dev
me
me_bk
message-box
monitor
network
py3_fixup
seb
selenium_test
slapos-override-env
slapos_doc
slapproxy-connection-parameter
tomo_fix_slapos_format
tomo_fix_slapos_node_boot
tomo_fix_status
tomo_listbox_update
vifib-fixup
wechat
wechat_bk
wechat_test
1.4.27
1.4.26
1.4.25
1.4.24
1.4.23
1.4.22
1.4.21
1.4.20
1.4.19
1.4.17
1.4.16
1.4.15
1.4.14
1.4.12
1.4.11
1.4.10
1.4.9
1.4.8
1.4.7
1.4.6
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.18
1.3.17
1.3.16
1.3.15
1.3.14
1.3.13
1.3.12
1.3.11
1.3.10
1.3.9
1.3.8
1.3.7
1.3.6.3
1.3.6.2
1.3.6.1
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.4.1
1.2.4
1.2.3.1
1.2.3
1.2.2
1.2.1
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0rc6
1.0.0rc5
1.0.0rc4
1.0.0rc3
1.0.0-rc1
0.35.1
0.34
0.33.1
0.33
0.32.3
0.32.2
0.32
0.31.2
0.31.1
0.31
0.30
0.29
0.28.9
0.28.8
0.28.7
0.28.6
0.28.5
0.28.4
0.28.3
0.28.2
0.28.1
0.28
0.27
0.26.2
0.26.1
0.26
0.25
master-20180917
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
7 deletions
+3
-7
master/bt5/vifib_slapos_rest_api_v1_test/TestTemplateItem/testVifibSlaposRestAPIV1.py
..._api_v1_test/TestTemplateItem/testVifibSlaposRestAPIV1.py
+2
-6
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 @
b4fad07f
...
@@ -613,12 +613,8 @@ class TestInstancePOSTbang(VifibSlaposRestAPIV1BangMixin):
...
@@ -613,12 +613,8 @@ class TestInstancePOSTbang(VifibSlaposRestAPIV1BangMixin):
headers
=
{
'REMOTE_USER'
:
self
.
customer_reference
})
headers
=
{
'REMOTE_USER'
:
self
.
customer_reference
})
self
.
prepareResponse
()
self
.
prepareResponse
()
self
.
assertBasicResponse
()
self
.
assertBasicResponse
()
self
.
assertResponseCode
(
500
)
self
.
assertResponseCode
(
204
)
self
.
assertResponseJson
()
self
.
assertInstanceBangSimulator
((),
kwargs
)
self
.
assertEqual
({
"error"
:
"There is system issue, please try again later."
},
self
.
json_response
)
self
.
assertInstanceBangSimulatorEmpty
()
def
test_non_existing
(
self
):
def
test_non_existing
(
self
):
non_existing
=
'software_instance_module/'
+
self
.
generateNewId
()
non_existing
=
'software_instance_module/'
+
self
.
generateNewId
()
...
...
This diff is collapsed.
Click to expand it.
master/bt5/vifib_slapos_rest_api_v1_test/bt/revision
View file @
b4fad07f
22
23
\ No newline at end of file
\ No newline at end of file
This diff is collapsed.
Click to expand it.
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