Kafka log validation for AP events (#814)

* kafka healtcheck messages unit test added

Signed-off-by: anil-tegala <anil.tegala@candelatech.com>

* class and marker name changed

Signed-off-by: anil-tegala <anil.tegala@candelatech.com>

* attach healthcheck message value to allure

Signed-off-by: anil-tegala <anil.tegala@candelatech.com>

* added kafka-python to dependencies list

Signed-off-by: anil-tegala <anil.tegala@candelatech.com>

* kafka broker value modified

Signed-off-by: anil-tegala <anil.tegala@candelatech.com>

* healthcheck method modified to ap event test

Signed-off-by: anil-tegala <anil.tegala@candelatech.com>

* upgrade upgrade event check validation added

Signed-off-by: anil-tegala <anil.tegala@candelatech.com>

* sdk_client for make headers fixed

Signed-off-by: anil-tegala <anil.tegala@candelatech.com>

* decodes poll message with utf-8

Signed-off-by: anil-tegala <anil.tegala@candelatech.com>

* message.value error fixed

Signed-off-by: anil-tegala <anil.tegala@candelatech.com>

* firmware change check validation added

Signed-off-by: anil-tegala <anil.tegala@candelatech.com>

* added logging for debug

Signed-off-by: anil-tegala <anil.tegala@candelatech.com>

* records data parsed with json loads to string

Signed-off-by: anil-tegala <anil.tegala@candelatech.com>

* print statements to debug

Signed-off-by: anil-tegala <anil.tegala@candelatech.com>

* remove try catch from iteration

Signed-off-by: anil-tegala <anil.tegala@candelatech.com>

* added event type validation to check the fw upgrade msg

Signed-off-by: anil-tegala <anil.tegala@candelatech.com>

* get method removed for fetching values from payload

Signed-off-by: anil-tegala <anil.tegala@candelatech.com>

* recorded messages attached to allure

Signed-off-by: anil-tegala <anil.tegala@candelatech.com>

* wifi start and dev config change kafka tests added

Signed-off-by: anil-tegala <anil.tegala@candelatech.com>

* test config file and marker name changes

Signed-off-by: anil-tegala <anil.tegala@candelatech.com>

* wifi stop event validation added

Signed-off-by: anil-tegala <anil.tegala@candelatech.com>

* added client join event validation

Signed-off-by: anil-tegala <anil.tegala@candelatech.com>

* replaced setup_coniguration fixture with dut data

Signed-off-by: anil-tegala <anil.tegala@candelatech.com>

* list indices error in ssid data fixed

Signed-off-by: anil-tegala <anil.tegala@candelatech.com>

* added client-join, client-leave, client-keymismatch event validation

Signed-off-by: anil-tegala <anil.tegala@candelatech.com>

* client creation fix

Signed-off-by: anil-tegala <anil.tegala@candelatech.com>

* check condition added to client creation

Signed-off-by: anil-tegala <anil.tegala@candelatech.com>

* check health radius event added

Signed-off-by: anil-tegala <anil.tegala@candelatech.com>

* TTLS client creation for health radius event added

Signed-off-by: anil-tegala <anil.tegala@candelatech.com>

* boot up event validation added

Signed-off-by: anil-tegala <anil.tegala@candelatech.com>

* check wired interface up or down event added

* check blacklisted device test added

Signed-off-by: anil-tegala <anil.tegala@candelatech.com>

* remove current fw from fw list in fw_upgrade test

Signed-off-by: anil-tegala <anil.tegala@candelatech.com>

* uboot test scenario modified with configuration push before reboot

Signed-off-by: anil-tegala <anil.tegala@candelatech.com>

* config fix in radius health event

Signed-off-by: anil-tegala <anil.tegala@candelatech.com>

* check ssh event validation added

Signed-off-by: anil-tegala <anil.tegala@candelatech.com>

* regex fix for the interface ip address

Signed-off-by: anil-tegala <anil.tegala@candelatech.com>

* dns and dhcp event msgs validation added

Signed-off-by: anil-tegala <anil.tegala@candelatech.com>

* test health memory event validation added

Signed-off-by: anil-tegala <anil.tegala@candelatech.com>

* DNS & DHCP health test event fixed

Signed-off-by: anil-tegala <anil.tegala@candelatech.com>

* list index fixed for ssid & passwd

Signed-off-by: anil-tegala <anil.tegala@candelatech.com>

* radius config issue fixed

Signed-off-by: anil-tegala <anil.tegala@candelatech.com>

---------

Signed-off-by: anil-tegala <anil.tegala@candelatech.com>
This commit is contained in:
Anil Kumar Tegala
2023-07-11 13:05:44 +05:30
committed by GitHub
parent bebf448d76
commit 4d8b57c0b9
6 changed files with 1516 additions and 1 deletions

View File

@@ -15,4 +15,5 @@ tip-wlan-cloud
xlsxwriter
tabulate
pdfkit
matplotlib
matplotlib
kafka-python