aboutsummaryrefslogtreecommitdiffstats
path: root/os_net_config/tests
AgeCommit message (Expand)AuthorFilesLines
2016-06-14Add support for OVS patch portsJames Slagle2-0/+37
2016-06-10Merge "Add support for OVS tunnels"Jenkins2-0/+72
2016-04-13Add support for OVS tunnelsJames Slagle2-0/+72
2016-04-12Add warning for no active nicsBen Nemec1-0/+6
2016-04-11Merge "Bump hacking in test-requirements.txt"Jenkins2-4/+4
2016-04-07Use PEERDNS when no dns_servers or use_dhcp is providedGiulio Fidente1-0/+12
2016-04-06Bump hacking in test-requirements.txtDan Prince2-4/+4
2016-04-05Add MASTER=bond SLAVE=yes to linux bond interfacesDan Prince1-1/+10
2016-03-25Merge "Fix order-of-operations bug in os-net-config restart_interfaces"Jenkins1-9/+14
2016-03-22Fix order-of-operations bug in os-net-config restart_interfacesDan Sneddon1-9/+14
2016-03-22Merge "Use assertTrue/False instead of assertEqual(T/F)"Jenkins1-31/+31
2016-03-17Merge "Fix hierarchy for Linux Bonds and Linux Bridges"Jenkins1-0/+14
2016-03-11Add ability to set IPv6 routes in os-net-config templatesDan Sneddon1-0/+36
2016-03-11Fix hierarchy for Linux Bonds and Linux BridgesDan Sneddon1-0/+14
2016-03-07Enable os_net_config to configure IVSxinwu2-0/+99
2016-02-15Allow setting MTU to 1500Ian Pilcher2-0/+12
2016-01-07Use assertTrue/False instead of assertEqual(T/F)Swapnil Kulkarni (coolsvap)1-31/+31
2015-11-20ifcfg: add VLAN=yes when neededGonéri Le Bouder1-0/+14
2015-11-04Merge "Added natural sort for interfaces in utils.ordered_active_nics()"Jenkins1-2/+6
2015-10-21Merge "Support multiple addresses assignment with eni"Jenkins1-1/+29
2015-10-19Added natural sort for interfaces in utils.ordered_active_nics()bdemers1-2/+6
2015-10-16Merge "Add Linux Bridge capability to os-net-config ifcfg"Jenkins2-0/+120
2015-10-12Add Linux Bridge capability to os-net-config ifcfgDan Sneddon2-0/+120
2015-10-12Merge "Add support for Linux Bonding to os-net-config ifcfg"Jenkins2-0/+76
2015-10-08Merge "Support multiple addresses assignment with ifcfg"Jenkins1-1/+27
2015-10-05Add support for Linux Bonding to os-net-config ifcfgDan Sneddon2-0/+76
2015-10-01Merge "ifcfg: Add support for dns_servers"Jenkins2-0/+39
2015-09-24Merge "os-net-config: ensure ifup is called just once"Jenkins1-0/+9
2015-09-23ifcfg: Add support for dns_serversDan Prince2-0/+39
2015-08-17Support multiple addresses assignment with eniTomoki Sekiyama1-1/+29
2015-08-17Support multiple addresses assignment with ifcfgTomoki Sekiyama1-1/+27
2015-08-17os-net-config: ensure ifup is called just onceDan Prince1-0/+9
2015-08-14Add --detailed-exit-codesDan Prince1-0/+25
2015-08-02Allow to specify the root directory of the filesystemFrederic Lepied2-1/+10
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