summaryrefslogtreecommitdiffstats
path: root/test/functional-tests/PfwTestCase/Functions
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional-tests/PfwTestCase/Functions')
-rw-r--r--test/functional-tests/PfwTestCase/Functions/tFunction_Export_Import_Domains.py6
-rw-r--r--test/functional-tests/PfwTestCase/Functions/tFunction_Sync.py2
-rw-r--r--test/functional-tests/PfwTestCase/Functions/tFunction_listingFunctions.py1
3 files changed, 5 insertions, 4 deletions
diff --git a/test/functional-tests/PfwTestCase/Functions/tFunction_Export_Import_Domains.py b/test/functional-tests/PfwTestCase/Functions/tFunction_Export_Import_Domains.py
index 847ed47..3af1395 100644
--- a/test/functional-tests/PfwTestCase/Functions/tFunction_Export_Import_Domains.py
+++ b/test/functional-tests/PfwTestCase/Functions/tFunction_Export_Import_Domains.py
@@ -61,11 +61,11 @@ class TestCases(PfwTestCase):
self.pfw.sendCmd("setTuningMode", "on")
self.param_name_01 = "/Test/Test/TEST_DIR/UINT16"
- self.filesystem_01 = "$PFW_FILESYSTEM/UINT16"
+ self.filesystem_01 = "$PFW_RESULT/UINT16"
self.param_name_02 = "/Test/Test/TEST_DOMAIN_0/Param_00"
- self.filesystem_02 = "$PFW_FILESYSTEM/Param_00"
+ self.filesystem_02 = "$PFW_RESULT/Param_00"
self.param_name_03 = "/Test/Test/TEST_DOMAIN_1/Param_12"
- self.filesystem_03 = "$PFW_FILESYSTEM/Param_12"
+ self.filesystem_03 = "$PFW_RESULT/Param_12"
pfw_test_tools=os.getenv("PFW_TEST_TOOLS")
self.reference_xml = pfw_test_tools+"/xml/XML_Test/Reference_Compliant.xml"
diff --git a/test/functional-tests/PfwTestCase/Functions/tFunction_Sync.py b/test/functional-tests/PfwTestCase/Functions/tFunction_Sync.py
index 1b8013c..993e8e1 100644
--- a/test/functional-tests/PfwTestCase/Functions/tFunction_Sync.py
+++ b/test/functional-tests/PfwTestCase/Functions/tFunction_Sync.py
@@ -54,7 +54,7 @@ class TestCases(PfwTestCase):
def setUp(self):
- pfw_filesystem=os.getenv("PFW_FILESYSTEM")
+ pfw_filesystem=os.getenv("PFW_RESULT")
self.pfw.sendCmd("setTuningMode", "on")
self.param_name_01 = "/Test/Test/TEST_DIR/BOOL"
diff --git a/test/functional-tests/PfwTestCase/Functions/tFunction_listingFunctions.py b/test/functional-tests/PfwTestCase/Functions/tFunction_listingFunctions.py
index 28de75d..9218d19 100644
--- a/test/functional-tests/PfwTestCase/Functions/tFunction_listingFunctions.py
+++ b/test/functional-tests/PfwTestCase/Functions/tFunction_listingFunctions.py
@@ -106,6 +106,7 @@ class TestCases(PfwTestCase):
assert out == commands.getoutput("cat %s"%(self.reference_dumpDomains_file)), log.F("A diff is found between dumpDomains output and %s"%(self.reference_dumpDomains_file))
log.I("Command [dumpDomains] - correctly executed")
+ @unittest.expectedFailure
def test_02_dumpElements_Case(self):
"""
Testing dumpElements function