File tree 2 files changed +1
-30
lines changed
platform/broadcom/sonic-platform-modules-inventec/common/utils
2 files changed +1
-30
lines changed Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python
2
2
#
3
- # Copyright (C) 2018 Inventec, Inc.
4
- #
5
- # This program is free software: you can redistribute it and/or modify
6
- # it under the terms of the GNU General Public License as published by
7
- # the Free Software Foundation, either version 3 of the License, or
8
- # (at your option) any later version.
9
- #
10
- # This program is distributed in the hope that it will be useful,
11
- # but WITHOUT ANY WARRANTY; without even the implied warranty of
12
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
- # GNU General Public License for more details.
14
- #
15
- # You should have received a copy of the GNU General Public License
16
- # along with this program. If not, see <http://www.gnu.org/licenses/>.
17
3
18
4
import os
19
5
import time
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python
2
2
#
3
- # Copyright (C) 2018 Inventec, Inc.
4
- #
5
- # Editor: James Huang ( [email protected] )
6
- #
7
- # This program is free software: you can redistribute it and/or modify
8
- # it under the terms of the GNU General Public License as published by
9
- # the Free Software Foundation, either version 3 of the License, or
10
- # (at your option) any later version.
11
- #
12
- # This program is distributed in the hope that it will be useful,
13
- # but WITHOUT ANY WARRANTY; without even the implied warranty of
14
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
- # GNU General Public License for more details.
16
- #
17
- # You should have received a copy of the GNU General Public License
18
- # along with this program. If not, see <http://www.gnu.org/licenses/>.
19
3
20
4
"""
21
5
Usage: %(scriptName)s [options] command object
62
46
"FTLF8536P4BCL" : "SR" ,
63
47
"FCBG125SD1C05" : "SR" ,
64
48
"FCBG125SD1C30" : "SR" ,
49
+ "FCBG125SD1C03" : "SR" ,
65
50
"FCBG410QB1C03-1E" : "SR4" ,
66
51
"FCBG4100QB1C030-1E" : "SR4" ,
67
52
"885350163" : "SR4" ,
You can’t perform that action at this time.
0 commit comments