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
8d2b71fa
Kaydet (Commit)
8d2b71fa
authored
Şub 27, 2015
tarafından
Joffrey F
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
I suck at python
üst
e255c10f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
integration_test.py
tests/integration_test.py
+5
-5
No files found.
tests/integration_test.py
Dosyayı görüntüle @
8d2b71fa
...
@@ -313,7 +313,7 @@ class TestStartContainerWithRoBinds(BaseTestCase):
...
@@ -313,7 +313,7 @@ class TestStartContainerWithRoBinds(BaseTestCase):
self
.
assertFalse
(
inspect_data
[
'VolumesRW'
][
mount_dest
])
self
.
assertFalse
(
inspect_data
[
'VolumesRW'
][
mount_dest
])
@unittest.skipIf
(
not
EXEC_DRIVER_IS_NATIVE
)
@unittest.skipIf
(
not
EXEC_DRIVER_IS_NATIVE
,
'Exec driver not native'
)
class
TestCreateContainerReadOnlyFs
(
BaseTestCase
):
class
TestCreateContainerReadOnlyFs
(
BaseTestCase
):
def
runTest
(
self
):
def
runTest
(
self
):
ctnr
=
self
.
client
.
create_container
(
ctnr
=
self
.
client
.
create_container
(
...
@@ -327,7 +327,7 @@ class TestCreateContainerReadOnlyFs(BaseTestCase):
...
@@ -327,7 +327,7 @@ class TestCreateContainerReadOnlyFs(BaseTestCase):
self
.
assertNotEqual
(
res
,
0
)
self
.
assertNotEqual
(
res
,
0
)
@unittest.skipIf
(
not
EXEC_DRIVER_IS_NATIVE
)
@unittest.skipIf
(
not
EXEC_DRIVER_IS_NATIVE
,
'Exec driver not native'
)
class
TestStartContainerReadOnlyFs
(
BaseTestCase
):
class
TestStartContainerReadOnlyFs
(
BaseTestCase
):
def
runTest
(
self
):
def
runTest
(
self
):
# Presumably a bug in 1.5.0
# Presumably a bug in 1.5.0
...
@@ -985,7 +985,7 @@ class TestRestartingContainer(BaseTestCase):
...
@@ -985,7 +985,7 @@ class TestRestartingContainer(BaseTestCase):
self
.
client
.
remove_container
(
id
,
force
=
True
)
self
.
client
.
remove_container
(
id
,
force
=
True
)
@unittest.skipIf
(
not
EXEC_DRIVER_IS_NATIVE
)
@unittest.skipIf
(
not
EXEC_DRIVER_IS_NATIVE
,
'Exec driver not native'
)
class
TestExecuteCommand
(
BaseTestCase
):
class
TestExecuteCommand
(
BaseTestCase
):
def
runTest
(
self
):
def
runTest
(
self
):
container
=
self
.
client
.
create_container
(
'busybox'
,
'cat'
,
container
=
self
.
client
.
create_container
(
'busybox'
,
'cat'
,
...
@@ -999,7 +999,7 @@ class TestExecuteCommand(BaseTestCase):
...
@@ -999,7 +999,7 @@ class TestExecuteCommand(BaseTestCase):
self
.
assertEqual
(
res
,
expected
)
self
.
assertEqual
(
res
,
expected
)
@unittest.skipIf
(
not
EXEC_DRIVER_IS_NATIVE
)
@unittest.skipIf
(
not
EXEC_DRIVER_IS_NATIVE
,
'Exec driver not native'
)
class
TestExecuteCommandString
(
BaseTestCase
):
class
TestExecuteCommandString
(
BaseTestCase
):
def
runTest
(
self
):
def
runTest
(
self
):
container
=
self
.
client
.
create_container
(
'busybox'
,
'cat'
,
container
=
self
.
client
.
create_container
(
'busybox'
,
'cat'
,
...
@@ -1013,7 +1013,7 @@ class TestExecuteCommandString(BaseTestCase):
...
@@ -1013,7 +1013,7 @@ class TestExecuteCommandString(BaseTestCase):
self
.
assertEqual
(
res
,
expected
)
self
.
assertEqual
(
res
,
expected
)
@unittest.skipIf
(
not
EXEC_DRIVER_IS_NATIVE
)
@unittest.skipIf
(
not
EXEC_DRIVER_IS_NATIVE
,
'Exec driver not native'
)
class
TestExecuteCommandStreaming
(
BaseTestCase
):
class
TestExecuteCommandStreaming
(
BaseTestCase
):
def
runTest
(
self
):
def
runTest
(
self
):
container
=
self
.
client
.
create_container
(
'busybox'
,
'cat'
,
container
=
self
.
client
.
create_container
(
'busybox'
,
'cat'
,
...
...
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