Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
D
docker-py
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
docker-py
Commits
d4c17859
Kaydet (Commit)
d4c17859
authored
Mar 14, 2016
tarafından
Joffrey F
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Invalid log driver error raised during create_container step
Signed-off-by:
Joffrey F
<
joffrey@docker.com
>
üst
d8be3e0f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
container_test.py
tests/integration/container_test.py
+5
-6
No files found.
tests/integration/container_test.py
Dosyayı görüntüle @
d4c17859
...
@@ -280,15 +280,14 @@ class CreateContainerTest(helpers.BaseTestCase):
...
@@ -280,15 +280,14 @@ class CreateContainerTest(helpers.BaseTestCase):
config
=
{}
config
=
{}
)
)
container
=
self
.
client
.
create_container
(
BUSYBOX
,
[
'true'
],
host_config
=
self
.
client
.
create_host_config
(
log_config
=
log_config
)
)
expected_msg
=
"logger: no log driver named 'asdf-nope' is registered"
expected_msg
=
"logger: no log driver named 'asdf-nope' is registered"
with
pytest
.
raises
(
docker
.
errors
.
APIError
)
as
excinfo
:
with
pytest
.
raises
(
docker
.
errors
.
APIError
)
as
excinfo
:
# raises an internal server error 500
# raises an internal server error 500
container
=
self
.
client
.
create_container
(
BUSYBOX
,
[
'true'
],
host_config
=
self
.
client
.
create_host_config
(
log_config
=
log_config
)
)
self
.
client
.
start
(
container
)
self
.
client
.
start
(
container
)
assert
expected_msg
in
str
(
excinfo
.
value
)
assert
expected_msg
in
str
(
excinfo
.
value
)
...
...
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