AA-2913 : Fix crontab scripts to check the devices Build & SSL
Review Request #901 — Created June 3, 2025 and submitted
| Information | |
|---|---|
| pmurugaiyan | |
| AMP | |
| amp_4_0 | |
| AA-2913 | |
| Reviewers | |
| apoorva.sn, prajesh, shuinvy | |
Fix crontab scripts to check the devices Build & SSL
The changes are tested locally, SSL is disabled as its not tested.
[root@localhost amp_core]# python3 check_build.py
Table 'device_build_up_info' ensured and cleared.
Device build up information processed and inserted/updated.
Database connection closed.
[
[
"vAPV1",
"Rel.APV.10.7.2.18",
""
],
[
"vASF1",
"Rel.ASF.3.0.6.18",
""
]
][root@localhost amp_core]# python3 enable_amp_crontab.py
[root@localhost amp_core]# crontab -l
30 0 * * * /usr/bin/python3 /ca/bin/check_build.py
