Changeset 268
- Timestamp:
- 10/12/08 14:58:21 (3 months ago)
- Files:
-
- nethorus/spec/fixtures (added)
- nethorus/spec/fixtures/bridges.yml (moved) (moved from nethorus/test/fixtures/bridges.yml) (1 prop)
- nethorus/spec/fixtures/devices.yml (moved) (moved from nethorus/test/fixtures/devices.yml) (2 diffs, 1 prop)
- nethorus/spec/fixtures/event_logs.yml (moved) (moved from nethorus/test/fixtures/event_logs.yml) (1 prop)
- nethorus/spec/fixtures/ipv4_networks.yml (moved) (moved from nethorus/test/fixtures/ipv4_networks.yml) (1 prop)
- nethorus/spec/fixtures/ipvpns.yml (moved) (moved from nethorus/test/fixtures/ipvpns.yml) (1 prop)
- nethorus/spec/fixtures/l2_interfaces.yml (moved) (moved from nethorus/test/fixtures/l2_interfaces.yml) (5 diffs, 1 prop)
- nethorus/spec/fixtures/l2_vlans.yml (moved) (moved from nethorus/test/fixtures/l2_vlans.yml) (1 prop)
- nethorus/spec/fixtures/l3_interfaces.yml (moved) (moved from nethorus/test/fixtures/l3_interfaces.yml) (1 prop)
- nethorus/spec/fixtures/sites.yml (moved) (moved from nethorus/test/fixtures/sites.yml) (1 diff, 1 prop)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
nethorus/spec/fixtures/bridges.yml
- Property svn:mergeinfo set
nethorus/spec/fixtures/devices.yml
- Property svn:mergeinfo set
r225 r268 1 1 snmp_test_device: 2 id: 123453 2 hostname: localhost 4 3 ipv4_address: 127.0.0.1 … … 6 5 snmp_community: public 7 6 description: SNMP test device 8 site _id:17 site: Example Site 1 9 8 10 9 test_device_1: 11 id: 1 12 hostname: test-device-1 10 hostname: test_device_1 13 11 ipv4_address: 127.0.0.1 14 12 ipv4_address_long: 2130706433 15 13 snmp_community: public 16 description: A test device 17 site_id: 1 14 description: A test device with inventory 15 site_id: Example Site 1 16 17 test_device_with_no_inventory: 18 hostname: test_device_with_no_inventory 19 ipv4_address: 127.0.0.2 20 ipv4_address_long: 2130706434 21 snmp_community: public 22 description: A test device with no inventory 23 site_id: Example Site 1 nethorus/spec/fixtures/event_logs.yml
- Property svn:mergeinfo set
nethorus/spec/fixtures/ipv4_networks.yml
- Property svn:mergeinfo set
nethorus/spec/fixtures/ipvpns.yml
- Property svn:mergeinfo set
nethorus/spec/fixtures/l2_interfaces.yml
- Property svn:mergeinfo set
r229 r268 1 1 test_l2interface_1: 2 id: 1 3 device_id: 1 2 device: test_device_1 4 3 ifindex: 1 5 4 address: 1234567890AB … … 13 12 14 13 l2interface_with_connector_present: 15 id: 2 16 device_id: 1 14 device: test_device_1 17 15 ifindex: 2 18 16 address: 234567890ABC … … 27 25 28 26 l2interface_without_connector_present: 29 id: 3 30 device_id: 1 27 device: test_device_1 31 28 ifindex: 3 32 29 address: 34567890ABCD … … 41 38 42 39 l2interface_with_connector_present_unset: 43 id: 4 44 device_id: 1 40 device: test_device_1 45 41 ifindex: 4 46 42 address: 4567890ABCDE … … 54 50 55 51 l2_interface_without_any_l3_interfaces: 56 id: 5 57 device_id: 1 52 device: test_device_1 58 53 ifindex: 5 59 54 address: 567890ABCDEF nethorus/spec/fixtures/l2_vlans.yml
- Property svn:mergeinfo set
nethorus/spec/fixtures/l3_interfaces.yml
- Property svn:mergeinfo set
nethorus/spec/fixtures/sites.yml
- Property svn:mergeinfo set
r13 r268 1 # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html 1 site_1: 2 description: Example Site 1 2 3 3 # one:4 # column: value 5 # 6 # two:7 # column: value 4 site_2: 5 description: Example Site 2 6 7 site_3: 8 description: Example Site 3
