oc-cdtapi 3.13.10__py3-none-any.whl → 3.13.12__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- oc_cdtapi/Dbsm2API.py +3 -1
- {oc_cdtapi-3.13.10.dist-info → oc_cdtapi-3.13.12.dist-info}/METADATA +1 -1
- {oc_cdtapi-3.13.10.dist-info → oc_cdtapi-3.13.12.dist-info}/RECORD +7 -7
- {oc_cdtapi-3.13.10.dist-info → oc_cdtapi-3.13.12.dist-info}/WHEEL +1 -1
- {oc_cdtapi-3.13.10.data → oc_cdtapi-3.13.12.data}/scripts/nexus.py +0 -0
- {oc_cdtapi-3.13.10.dist-info → oc_cdtapi-3.13.12.dist-info}/LICENSE +0 -0
- {oc_cdtapi-3.13.10.dist-info → oc_cdtapi-3.13.12.dist-info}/top_level.txt +0 -0
oc_cdtapi/Dbsm2API.py
CHANGED
@@ -33,7 +33,7 @@ class Dbsm2API (API.HttpAPI):
|
|
33
33
|
self.wait_state_sleep = 30
|
34
34
|
|
35
35
|
# oracle version
|
36
|
-
self.oracle_version = '19.
|
36
|
+
self.oracle_version = '19.21.0.0.0'
|
37
37
|
|
38
38
|
# oracle encoding
|
39
39
|
self.oracle_encoding = 'AL32UTF8'
|
@@ -258,6 +258,8 @@ class Dbsm2API (API.HttpAPI):
|
|
258
258
|
logging.debug('audit is in exit state, returning')
|
259
259
|
return audit
|
260
260
|
logging.debug('audit is not in exit state, sleeping [%s]' % self.wait_state_sleep)
|
261
|
+
logging.debug('in wait: [%s] of [%s] seconds' % (ela, self.wait_state_timeout) )
|
261
262
|
time.sleep(self.wait_state_sleep)
|
263
|
+
logging.error('TIMEOUT waiting for image, returning None')
|
262
264
|
return None
|
263
265
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
oc_cdtapi/API.py,sha256=hpdnzyirYT_wISeznRmoqr-umYRT6uqKVwhmCXyj8Nk,12398
|
2
|
-
oc_cdtapi/Dbsm2API.py,sha256=
|
2
|
+
oc_cdtapi/Dbsm2API.py,sha256=u0qhWF_fbiWNRjJVezYwOzDkicCmifLDiiWfW9FWXio,9756
|
3
3
|
oc_cdtapi/DevPIAPI.py,sha256=Nn63Ob0kA5XXuRZ3OIWG2rcnSsztKq9yPI6Lu2zX3Gk,1836
|
4
4
|
oc_cdtapi/DmsAPI.py,sha256=eNFdwQLhCbPvHB5SUtP4QcZZtSdjkgt_Cxn3oQ3iJ5s,15605
|
5
5
|
oc_cdtapi/DmsGetverAPI.py,sha256=ZPU4HlF59fngKu5mSFhtss3rlBuduffDOSm_y3XWrxk,15556
|
@@ -9,9 +9,9 @@ oc_cdtapi/NexusAPI.py,sha256=uU12GtHvKlWorFaPAnFcQ5AGEc94MZ5SdmfM2Pw3F7A,26122
|
|
9
9
|
oc_cdtapi/RundeckAPI.py,sha256=O3LmcFaHSz8UqeUyIHTTEMJncDD191Utd-iZaeJay2s,24243
|
10
10
|
oc_cdtapi/TestServer.py,sha256=HV97UWg2IK4gOYAp9yaMdwFUWsw9v66MxyZdI3qQctA,2715
|
11
11
|
oc_cdtapi/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
12
|
-
oc_cdtapi-3.13.
|
13
|
-
oc_cdtapi-3.13.
|
14
|
-
oc_cdtapi-3.13.
|
15
|
-
oc_cdtapi-3.13.
|
16
|
-
oc_cdtapi-3.13.
|
17
|
-
oc_cdtapi-3.13.
|
12
|
+
oc_cdtapi-3.13.12.data/scripts/nexus.py,sha256=4teqZ_KtCSrwHDJVgA7lkreteod4Xt5XJFZNbwb7E6E,6858
|
13
|
+
oc_cdtapi-3.13.12.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
14
|
+
oc_cdtapi-3.13.12.dist-info/METADATA,sha256=fKNb-Qt9bB8heBmvfAMVZkjHAuvlE2B72Ekn8pLsNxc,255
|
15
|
+
oc_cdtapi-3.13.12.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
16
|
+
oc_cdtapi-3.13.12.dist-info/top_level.txt,sha256=d4-5-D-0CSeSXYuLCP7-nIFCpjkfmJr-Y_muzds8iVU,10
|
17
|
+
oc_cdtapi-3.13.12.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|