-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added allowFromCategory and relevant tests
- Loading branch information
1 parent
80c7aad
commit 52bc545
Showing
6 changed files
with
67 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
pkg/synthesis/tests_expected_output/ExampleHogwarts_ConvertToAbstract.txt_Application
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Allow Only Rules | ||
~~~~~~~~~~~~~~~~~ | ||
inbound rules | ||
All Connections from (*) to (group = Web) | ||
All Connections from (group = Web) to (group = App) | ||
All Connections from (group = App) to (group = DB) | ||
outbound rules | ||
All Connections from (*) to (group = Web) | ||
All Connections from (group = Web) to (group = App) | ||
All Connections from (group = App) to (group = DB) |
26 changes: 26 additions & 0 deletions
26
pkg/synthesis/tests_expected_output/ExampleHogwarts_PreProcessing_Application.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
category: Environment | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
symbolic inbound rules: | ||
0. action: jump_to_application paths: All Connections from (group = Gryffindor) to (group = Gryffindor) | ||
1. action: jump_to_application paths: All Connections from (group = Hufflepuff) to (group = Hufflepuff) | ||
2. action: jump_to_application paths: All Connections from (group = Slytherin) to (group = Slytherin) | ||
3. action: jump_to_application paths: All Connections from (group = Dumbledore) to (group = Gryffindor) | ||
4. action: deny paths: All Connections from (*) to (*) | ||
symbolic outbound rules: | ||
0. action: jump_to_application paths: All Connections from (group = Gryffindor) to (group = Gryffindor) | ||
1. action: jump_to_application paths: All Connections from (group = Hufflepuff) to (group = Hufflepuff) | ||
2. action: jump_to_application paths: All Connections from (group = Slytherin) to (group = Slytherin) | ||
3. action: jump_to_application paths: All Connections from (group = Dumbledore) to (group = Gryffindor) | ||
4. action: deny paths: All Connections from (*) to (*) | ||
category: Application | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
symbolic inbound rules: | ||
0. action: allow paths: All Connections from (*) to (group = Web) | ||
1. action: allow paths: All Connections from (group = Web) to (group = App) | ||
2. action: allow paths: All Connections from (group = App) to (group = DB) | ||
3. action: deny paths: All Connections from (*) to (*) | ||
symbolic outbound rules: | ||
0. action: allow paths: All Connections from (*) to (group = Web) | ||
1. action: allow paths: All Connections from (group = Web) to (group = App) | ||
2. action: allow paths: All Connections from (group = App) to (group = DB) | ||
3. action: deny paths: All Connections from (*) to (*) |