aboutsummaryrefslogtreecommitdiffstats
path: root/os_net_config/tests
AgeCommit message (Expand)AuthorFilesLines
2015-07-01Add support for dhclient_argsDan Prince2-0/+24
2015-06-09Automate selection of active bond slaveDan Sneddon1-1/+14
2015-06-09Set primary interface on OVS bondsDan Sneddon1-0/+16
2015-06-04Merge "Don't set OVSDHCPINTERFACES if bridge is static"Jenkins1-0/+23
2015-06-03Don't set OVSDHCPINTERFACES if bridge is staticDan Prince1-0/+23
2015-06-03ifcfg: don't set VLAN=yes if is an ovs_portDan Prince1-2/+9
2015-05-14Add NM_CONTROLLED=no to each interface configurationDan Sneddon1-0/+7
2015-05-11Add flag for DEFROUTE=no in ifcfg files to ignore DHCP gatewayDan Sneddon2-0/+35
2015-03-19Mark ENI files as autogeneratedDan Prince1-5/+10
2015-03-05Add a --no-activate option to disable device up/down actionsSteven Hardy2-2/+30
2015-02-24Remove deprecated references to oslo-incubatorSteven Hardy2-2/+4
2015-02-24Add a persist_mapping option to the mapping fileSteven Hardy2-1/+21
2015-02-24Add mapping option to influence nicN mapping orderSteven Hardy2-10/+71
2015-01-15test_cli add stderr/stdout sanity assertionsSteven Hardy1-8/+41
2015-01-14Derive sample location from test file, not pwdSteven Hardy1-1/+3
2015-01-14Fix test_cli exit code assertionSteven Hardy1-14/+12
2015-01-14Add sample and cli test for simple interface configSteven Hardy1-0/+9
2014-09-18Update child_members to use a SetDan Prince1-2/+4
2014-08-25ifcfg: restart child interfaces on updatesDan Prince1-5/+55
2014-08-22Fix a few pep8 issues...Dan Prince1-2/+0
2014-08-22Add support for ovs_extra.Dan Prince2-0/+47
2014-08-20Add support for parsing YAMLDan Prince1-0/+70
2014-08-20Add nic1, nic2 naming abstractionDan Prince3-0/+129
2014-08-15ifcfg: Exclude ifcfg-lo from cleanupDan Prince1-1/+13
2014-08-14Add --cleanup, and impl for ifcfgDan Prince1-0/+12
2014-08-14Use underscores for provider function names.Dan Prince2-37/+37
2014-08-12Set the MAC to the primary interfaceDan Prince3-0/+66
2014-07-09Don't write 'None' to ifcfg route files.Dan Prince1-2/+6
2014-07-07Add copyrights to files.Dan Prince5-14/+8
2014-07-03ENI: bring up bridges first on DebianDan Prince1-1/+1
2014-07-02ENI: enable 'auto' on bridges by defaultDan Prince1-1/+2
2014-07-02ifcfg: don't call set Interface for vlans...Dan Prince1-2/+0
2014-07-02Add vlan support for the ENI implementation.Dan Prince1-2/+28
2014-07-02ENI fixes for v4/v6 ips. DHCP test fixes.Dan Prince1-26/+38
2014-07-01Implement object json parsing functions.Dan Prince1-0/+138
2014-06-26Add OvsBond object and impl for ifcfg format.Dan Prince1-1/+31
2014-06-26Consolidate OVS_EXTRA for the vlan test.Dan Prince1-3/+4
2014-06-25Vlan object and support for ifcfg.Dan Prince2-4/+52
2014-06-24Initial commit for basic ENI Debian/Ubuntu network configmarios1-0/+162
2014-06-11Add OvsBridge configuration supportDan Prince1-20/+77
2014-06-10Implement apply for ifcfg implementationDan Prince1-18/+63
2014-06-09Initial ifcfg implementation for interfaces/routesDan Prince2-0/+123
2014-06-09Add interface, address, and route objectsDan Prince3-3/+10
2014-06-06Initial commitDan Prince3-0/+94