Browse code

tests: Import Graphviz tests.

Jose Fonseca authored on 13/02/2016 23:53:31
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,9 @@
1
+/* bug 1364, nonconstraint flat edge cycle */
2
+digraph {
3
+"tcp" -> "kernel_linux" [ label="linux" ];
4
+"usmStats" -> "usmStats-5.5" [ color=red,constraint=false ];
5
+"usmStats-5.5" -> "usmStats" [ color=red,constraint=false ];
6
+"snmpv3mibs" -> "snmpEngine";
7
+"snmpv3mibs" -> "usmStats-5.5";
8
+"snmpv3mibs" -> "usmStats" [ style=dashed ];
9
+}