Skip to content

Commit

Permalink
Remove run-nohw test.
Browse files Browse the repository at this point in the history
  • Loading branch information
wingo committed Aug 23, 2017
1 parent 5522091 commit 2f2a912
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 66 deletions.
5 changes: 5 additions & 0 deletions src/program/lwaftr/setup.lua
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ local lib = require("core.lib")
local capabilities = {['ietf-softwire']={feature={'binding', 'br'}}}
require('lib.yang.schema').set_default_capabilities(capabilities)

function read_config(filename)
return yang.load_configuration(filename,
{schema_name=lwaftr.LwAftr.yang_schema})
end

local function convert_ipv4(addr)
if addr ~= nil then return ipv4:pton(ipv4_ntop(addr)) end
end
Expand Down
66 changes: 0 additions & 66 deletions src/program/lwaftr/tests/subcommands/run_nohw_test.py

This file was deleted.

0 comments on commit 2f2a912

Please sign in to comment.