tests: pgpro688 added

This commit is contained in:
Grigory Smolkin
2017-06-07 17:52:07 +03:00
parent 7affcd16e6
commit b38410d9a2
25 changed files with 386 additions and 163 deletions
+1 -2
View File
@@ -1,8 +1,7 @@
import unittest
from sys import exit
from testgres import get_new_node, stop_all
from os import path, open, lseek, read, close, O_RDONLY
from .ptrack_helpers import ProbackupTest, idx_ptrack
from helpers.ptrack_helpers import ProbackupTest, idx_ptrack
class SimpleTest(ProbackupTest, unittest.TestCase):