tests: add missing deny for build-time tests 34/206834/3
authorAdrian Szyndela <adrian.s@samsung.com>
Mon, 27 May 2019 13:56:54 +0000 (15:56 +0200)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Tue, 28 May 2019 10:18:44 +0000 (10:18 +0000)
Previous commit somehow didn't get additional deny, which
is needed for passing build-time tests.

Change-Id: Id29a11a14e6f2b586d1cab58fd8b27ef576cf713

tests/default_allow/system.d/methods.test.conf

index 50101fe..3c44334 100644 (file)
@@ -5,6 +5,7 @@
 <busconfig>
     <policy context="default" >
         <deny send_type="method_call" send_destination_prefix="org.test"/>
+        <deny send_type="method_call" send_destination="test.te34.fg4" />
         <allow send_destination="org.test.test9" />
         <allow receive_sender="org.test.test9" />
         <allow send_destination="org.test.test10" />