Skip to content
  • Christos Stavrakakis's avatar
    FIx bug in snf-burnin · 09aaefc8
    Christos Stavrakakis authored
    "create_network" function of kamaki client, has default dchp=False.
    However, "test_002_connect_to_network", expects to that created NICs
    will have an IPv4 address, and "test_003a_setup_interface_A" tries
    to configure eth1 to this IP, which fails.
    
    This commit fixes this bug, by passing dchp=True argument to
    create_network function.
    09aaefc8