Gitiles
Code Review
Sign In
gerrit.opencord.org
/
kind-voltha
/
37e758dabd234c6c612ae3fce6e8c1eac9e4487a
/
.
/
scripts
/
ced
blob: 77b0953c10202f88b2206e6348c38b599c69896e [
file
] [
log
] [
blame
]
David K. Bainbridge
ebf38d9
2020-02-10 10:46:31 -0800
[
diff
] [
blame
]
1
#!/usr/bin/env bash
2
set
-
x
3
NAME
=
$
{
1
:-
bbsim
}
David Bainbridge
3713778
2020-04-01 09:44:27 -0700
[
diff
] [
blame
]
4
exec
voltctl device enable $
(
voltctl device create
-
t openolt
-
H bbsim
.
voltha
.
svc
:
50060
)