riotctrl_shell: remove unneeded variables and imports
This commit is contained in:
parent
60469026cf
commit
bf5d66757a
@ -4,15 +4,11 @@
|
|||||||
# General Public License v2.1. See the file LICENSE in the top level
|
# General Public License v2.1. See the file LICENSE in the top level
|
||||||
# directory for more details.
|
# directory for more details.
|
||||||
|
|
||||||
import logging
|
|
||||||
import riotctrl_shell.gnrc
|
import riotctrl_shell.gnrc
|
||||||
|
|
||||||
from .common import init_ctrl
|
from .common import init_ctrl
|
||||||
|
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
|
||||||
|
|
||||||
|
|
||||||
def test_ping6():
|
def test_ping6():
|
||||||
rc = init_ctrl()
|
rc = init_ctrl()
|
||||||
si = riotctrl_shell.gnrc.GNRCICMPv6Echo(rc)
|
si = riotctrl_shell.gnrc.GNRCICMPv6Echo(rc)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user