Max Rasskazov | a8db7a9 | 2015-05-30 02:23:43 +0300 | [diff] [blame] | 1 | # description format: |
| 2 | # url: |
| 3 | # test_function_name_1: expected_result |
| 4 | # test_function_name_2: [expected, results] |
| 5 | # test_function_name_3: |
| 6 | # - expected |
| 7 | # - results |
| 8 | 'ubuntu@172.18.66.89:~': |
| 9 | exact_match_num: 1 |
| 10 | classed: 'ssh' |
| 11 | parsed: |
| 12 | - 'ubuntu' |
| 13 | - '172.18.66.89' |
| 14 | - null |
| 15 | - '~' |
| 16 | 'johnivanov@172.18.66.89:/mirror-sync/otlichniy/reg/exp': |
| 17 | exact_match_num: 1 |
| 18 | classed: 'ssh' |
| 19 | parsed: |
| 20 | - 'johnivanov' |
| 21 | - '172.18.66.89' |
| 22 | - null |
| 23 | - '/mirror-sync/otlichniy/reg/exp' |
| 24 | '172.18.66.89:/mirror-sync/otlichniy/reg/exp': |
| 25 | exact_match_num: 1 |
| 26 | classed: 'ssh' |
| 27 | parsed: |
| 28 | - null |
| 29 | - '172.18.66.89' |
| 30 | - null |
| 31 | - '/mirror-sync/otlichniy/reg/exp' |
| 32 | '172.18.66.89:/': |
| 33 | exact_match_num: 1 |
| 34 | classed: 'ssh' |
| 35 | parsed: |
| 36 | - null |
| 37 | - '172.18.66.89' |
| 38 | - null |
| 39 | - '/' |
| 40 | '172.18.66.89:': |
| 41 | exact_match_num: 1 |
| 42 | classed: 'ssh' |
| 43 | parsed: |
| 44 | - null |
| 45 | - '172.18.66.89' |
| 46 | - null |
| 47 | - '/' |
| 48 | 'johnivanov@172.18.66.89::/mirror-sync/otlichniy/reg/exp': |
| 49 | exact_match_num: 1 |
| 50 | classed: 'rsync1' |
| 51 | parsed: |
| 52 | - 'johnivanov' |
| 53 | - '172.18.66.89' |
| 54 | - null |
| 55 | - '/mirror-sync/otlichniy/reg/exp' |
| 56 | '172.18.66.89::/mirror-sync/otlichniy/reg/exp': |
| 57 | exact_match_num: 1 |
| 58 | classed: 'rsync1' |
| 59 | parsed: |
| 60 | - null |
| 61 | - '172.18.66.89' |
| 62 | - null |
| 63 | - '/mirror-sync/otlichniy/reg/exp' |
| 64 | '172.18.66.89::/': |
| 65 | exact_match_num: 1 |
| 66 | classed: 'rsync1' |
| 67 | parsed: |
| 68 | - null |
| 69 | - '172.18.66.89' |
| 70 | - null |
| 71 | - '/' |
| 72 | '172.18.66.89::': |
| 73 | exact_match_num: 1 |
| 74 | classed: 'rsync1' |
| 75 | parsed: |
| 76 | - null |
| 77 | - '172.18.66.89' |
| 78 | - null |
| 79 | - '/' |
| 80 | 'rsync://mirror-sync@172.18.66.89:7327/otlichniy/reg/exp': |
| 81 | exact_match_num: 1 |
| 82 | classed: 'rsync2' |
| 83 | parsed: |
| 84 | - 'mirror-sync' |
| 85 | - '172.18.66.89' |
| 86 | - 7327 |
| 87 | - '/otlichniy/reg/exp' |
| 88 | 'rsync://172.18.66.89:7327/mirror-sync/otlichniy/reg/exp': |
| 89 | exact_match_num: 1 |
| 90 | classed: 'rsync2' |
| 91 | parsed: |
| 92 | - null |
| 93 | - '172.18.66.89' |
| 94 | - 7327 |
| 95 | - '/mirror-sync/otlichniy/reg/exp' |
| 96 | 'rsync://172.18.66.89/mirror-sync/otlichniy/reg/exp': |
| 97 | exact_match_num: 1 |
| 98 | classed: 'rsync2' |
| 99 | parsed: |
| 100 | - null |
| 101 | - '172.18.66.89' |
| 102 | - null |
| 103 | - '/mirror-sync/otlichniy/reg/exp' |
| 104 | 'rsync://172.18.66.89/': |
| 105 | exact_match_num: 1 |
| 106 | classed: 'rsync2' |
| 107 | parsed: |
| 108 | - null |
| 109 | - '172.18.66.89' |
| 110 | - null |
| 111 | - '/' |
| 112 | 'rsync://172.18.66.89': |
| 113 | exact_match_num: 1 |
| 114 | classed: 'rsync2' |
| 115 | parsed: |
| 116 | - null |
| 117 | - '172.18.66.89' |
| 118 | - null |
| 119 | - '/' |
| 120 | '/': |
| 121 | exact_match_num: 1 |
| 122 | classed: 'path' |
| 123 | parsed: |
| 124 | - null |
| 125 | - null |
| 126 | - null |
| 127 | - '/' |
| 128 | 'dir': |
| 129 | exact_match_num: 1 |
| 130 | classed: 'path' |
| 131 | parsed: |
| 132 | - null |
| 133 | - null |
| 134 | - null |
| 135 | - 'dir' |
| 136 | '/dir': |
| 137 | exact_match_num: 1 |
| 138 | classed: 'path' |
| 139 | parsed: |
| 140 | - null |
| 141 | - null |
| 142 | - null |
| 143 | - '/dir' |
| 144 | '/dir/subdir/': |
| 145 | exact_match_num: 1 |
| 146 | classed: 'path' |
| 147 | parsed: |
| 148 | - null |
| 149 | - null |
| 150 | - null |
| 151 | - '/dir/subdir/' |
| 152 | '': |
| 153 | exact_match_num: 0 |
| 154 | classed: null |
| 155 | parsed: |
| 156 | - null |
| 157 | - null |
| 158 | - null |
| 159 | - null |