|
|
|
@ -24,9 +24,9 @@ import unittest |
|
|
|
|
import tempfile |
|
|
|
|
|
|
|
|
|
cdist_base_path = os.path.abspath( |
|
|
|
|
os.path.join(os.path.dirname(os.path.realpath(__file__)), "../../../")) |
|
|
|
|
os.path.join(os.path.dirname(os.path.realpath(__file__)), "../../../../")) |
|
|
|
|
|
|
|
|
|
cdist_exec_path = os.path.join(cdist_base_path, "bin/cdist") |
|
|
|
|
cdist_exec_path = os.path.join(cdist_base_path, "scripts/cdist") |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class CdistTestCase(unittest.TestCase): |
|
|
|
|