Skip to content

Commit

Permalink
Add test files for show_version
Browse files Browse the repository at this point in the history
  • Loading branch information
QuasarKid authored Mar 14, 2021
1 parent 3ad491b commit 6e26110
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 0 deletions.
43 changes: 43 additions & 0 deletions tests/ruckus_fastiron/show_version/show_version.raw
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
Copyright (c) Ruckus Networks, Inc. All rights reserved.
UNIT 1: compiled on Feb 19 2019 at 13:48:49 labeled as SPS08090
(28575972 bytes) from Primary SPS08090.bin (UFI)
SW: Version 08.0.90T211
Compressed Primary Boot Code size = 786944, Version:10.1.15T225 (mnz10115)
Compiled on Thu Jan 31 01:08:55 2019
UNIT 2: compiled on Feb 19 2019 at 13:48:49 labeled as SPS08090
(28575972 bytes) from Primary SPS08090.bin (UFI)
SW: Version 08.0.90T211
Compressed Primary Boot Code size = 786944, Version:10.1.15T225 (mnz10115)

HW: Stackable ICX7150-48-POEF
==========================================================================
UNIT 1: SL 1: ICX7150-48PF-2X10G_2X1G POE 48-port Management Module
Serial #:FEE3816Q018
Software Package: BASE_SOFT_PACKAGE
Current License: 2X10G
P-ASIC 0: type B160, rev 11 Chip BCM56160_B0
==========================================================================
UNIT 1: SL 2: ICX7150-2X1GC 2-port 2G Module
==========================================================================
UNIT 1: SL 3: ICX7150-4X10GF 4-port 40G Module
==========================================================================
UNIT 2: SL 1: ICX7150-48PF-2X10G_2X1G POE 48-port Management Module
Serial #:FEE3816Q017
Software Package: BASE_SOFT_PACKAGE
Current License: 2X10G
==========================================================================
UNIT 2: SL 2: ICX7150-2X1GC 2-port 2G Module
==========================================================================
UNIT 2: SL 3: ICX7150-4X10GF 4-port 40G Module
==========================================================================
1000 MHz ARM processor ARMv7 88 MHz bus
8192 KB boot flash memory
2048 MB code flash memory
1024 MB DRAM
STACKID 1 system uptime is 24 day(s) 4 hour(s) 11 minute(s) 1 second(s)
STACKID 2 system uptime is 24 day(s) 4 hour(s) 11 minute(s) 1 second(s)
The system started at 18:28:15 Central Fri Dec 31 1999

The system : started=cold start
My stack unit ID = 1, bootup role = active

15 changes: 15 additions & 0 deletions tests/ruckus_fastiron/show_version/show_version.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
parsed_sample:
- version:
- "08.0.90T211"
- "08.0.90T211"
bootcode:
- "10.1.15T225 (mnz10115)"
- "10.1.15T225 (mnz10115)"
hardware: "Stackable ICX7150-48-POEF"
serial:
- "FEE3816Q018"
- "FEE3816Q017"
uptime:
- "24 day(s) 4 hour(s) 11 minute(s) 1 second(s)"
- "24 day(s) 4 hour(s) 11 minute(s) 1 second(s)"

0 comments on commit 6e26110

Please sign in to comment.