Remove deprecated test case 97/185097/2
authoryeji01.kim <yeji01.kim@samsung.com>
Thu, 26 Jul 2018 05:44:58 +0000 (14:44 +0900)
committeryeji kim <yeji01.kim@samsung.com>
Tue, 31 Jul 2018 23:42:40 +0000 (23:42 +0000)
Change-Id: I3c83580a380128a963871eb26e51e3f3fe20229c
Signed-off-by: yeji01.kim <yeji01.kim@samsung.com>
tools/tests/groups/file.cpp
tools/tests/groups/system.cpp

index bb8bc2e3baee2d8a308ef85c1f6544e324d6f456..8c815a35d5be70c46944852f2a66dfb6aa0bac45 100644 (file)
@@ -274,14 +274,6 @@ public:
                unlinkat_result:
                        Display::printResult(ret, "unlinkat(328) positive");
                }
-
-               //restore
-               {
-                       if (unlink(fileName.c_str()) != 0) {
-                               Display::printError();
-                               Display::printResult(Display::FAIL, "destroyFile restore");
-                       }
-               }
        }
        void createLink() {
                // prepare
index 7d4e07fbc827676552a3cce1ffb1548830ae3e5e..7959882254a7abd708e1cb4d554bfce6347d0153 100644 (file)
@@ -50,7 +50,7 @@ public:
                changeConfigLibs();
                changeKernelModule();
                useKernelModule();
-               changeAliasePostfix();
+               changeAliase();
                debugging();
                container();
                executeCommands();
@@ -269,12 +269,11 @@ public:
                }
        }
 
-       void changeAliasePostfix() {
+       void changeAliase() {
                std::vector<std::string> testPath;
                struct stat st;
 
                testPath.emplace_back("/etc/aliases");
-               testPath.emplace_back("/etc/postfix");
 
                for (auto entry : testPath) {
                        std::string logStr(entry + " access");