
soapui
Silent install package for soapui
5.7.2-2
- package: tis-soapui
- name: soapui
- version: 5.7.2-2
- maintainer: Amel FRADJ
- editor: SmartBear Software
- licence: open source
- target_os: windows
- impacted_process: SoapUI-5.7.2
- architecture: x64
- signature_date:
- size: 178.51 Mo
- installed_size: 289.84 Mo
- homepage : https://www.soapui.org/
package : tis-soapui
version : 5.7.2-2
architecture : x64
section : base
priority : optional
name : soapui
categories :
maintainer : Amel FRADJ
description : SoapUI is a free and open source cross-platform Functional Testing solution. With an easy-to-use graphical interface, and enterprise-class features, SoapUI allows you to easily and rapidly create and execute automated functional, regression, compliance, and load tests
depends :
conflicts :
maturity : PROD
locale :
target_os : windows
min_wapt_version : 2.1
sources :
installed_size : 289839555
impacted_process : SoapUI-5.7.2
description_fr : SoapUI est une solution de test fonctionnel multiplateforme gratuite et open source. Avec une interface graphique facile à utiliser et des fonctionnalités de classe entreprise, SoapUI vous permet de créer et d'exécuter facilement et rapidement des tests fonctionnels, de régression, de conformité et de charge automatisés
description_pl : SoapUI to darmowe i otwarte, wieloplatformowe rozwiązanie do testowania funkcjonalnego. Dzięki łatwemu w użyciu interfejsowi graficznemu i funkcjom klasy korporacyjnej, SoapUI umożliwia łatwe i szybkie tworzenie i wykonywanie zautomatyzowanych testów funkcjonalnych, regresji, zgodności i obciążenia
description_de : SoapUI ist eine kostenlose und quelloffene, plattformübergreifende Lösung für funktionale Tests. Mit einer benutzerfreundlichen grafischen Oberfläche und Funktionen der Enterprise-Klasse können Sie mit SoapUI einfach und schnell automatisierte Funktions-, Regressions-, Compliance- und Lasttests erstellen und ausführen
description_es : SoapUI es una solución de pruebas funcionales multiplataforma gratuita y de código abierto. Con una interfaz gráfica fácil de usar, y características de clase empresarial, SoapUI le permite crear y ejecutar pruebas funcionales, de regresión, cumplimiento y carga automatizadas de forma fácil y rápida
description_pt : O SoapUI é uma solução de teste funcional multiplataforma gratuita e de código aberto. Com uma interface gráfica fácil de utilizar e características de classe empresarial, o SoapUI permite-lhe criar e executar fácil e rapidamente testes funcionais, de regressão, de conformidade e de carga automatizados
description_it : SoapUI è una soluzione di test funzionale multipiattaforma gratuita e open source. Grazie a un'interfaccia grafica facile da usare e a funzionalità di classe enterprise, SoapUI consente di creare ed eseguire facilmente e rapidamente test funzionali, di regressione, di conformità e di carico automatizzati
description_nl : SoapUI is een gratis en open source cross-platform oplossing voor functioneel testen. Met een gebruiksvriendelijke grafische interface en functies op bedrijfsniveau kun je met SoapUI eenvoudig en snel geautomatiseerde functionele, regressie-, compliance- en belastingstests maken en uitvoeren
description_ru : SoapUI - это бесплатное кроссплатформенное решение для функционального тестирования с открытым исходным кодом. Благодаря простому в использовании графическому интерфейсу и функциям корпоративного класса SoapUI позволяет легко и быстро создавать и выполнять автоматизированные функциональные, регрессионные, комплаенс- и нагрузочные тесты
audit_schedule :
editor : SmartBear Software
keywords :
licence : open source
homepage : https://www.soapui.org/
package_uuid : 68bb1191-3884-4a76-a547-12f38991076c
valid_from :
valid_until :
forced_install_on :
changelog :
min_os_version :
max_os_version :
icon_sha256sum : 7ac81daff98b358b5fc30456f432e64a080f8fbe9cb361c26ad794d4287c51a3
signer : Tranquil IT
signer_fingerprint: 8c5127a75392be9cc9afd0dbae1222a673072c308c14d88ab246e23832e8c6bb
signature_date : 2024-11-03T11:01:56.000000
signed_attributes : package,version,architecture,section,priority,name,categories,maintainer,description,depends,conflicts,maturity,locale,target_os,min_wapt_version,sources,installed_size,impacted_process,description_fr,description_pl,description_de,description_es,description_pt,description_it,description_nl,description_ru,audit_schedule,editor,keywords,licence,homepage,package_uuid,valid_from,valid_until,forced_install_on,changelog,min_os_version,max_os_version,icon_sha256sum,signer,signer_fingerprint,signature_date,signed_attributes
signature : dhQjrvv4IudNR4FZ06fVwnMIv7GfYaHuMkoWTERa04Wkf9+AAivmTFQNAT7YbhW2qqQvT6tcbIHcP/ZHsj8vX3OgHeyTnNFfwr/GDqEeI8WFphhml1Z2RKXZWAU1YuDGU8YHu9BT5hyUHuRy0phy3c3LII/7MTr+/VgSrXP9kPlsABoon+noYUSMY9hUJshzsRhsUt4WDNrks1GrIpUfQ2btvLSkQx4t06QElg4eUSGqfRnPeX3RAuMPhEtn62nb1qg3qyBfEnr3l+zpn1TMQkhiAT0zblEUb2CA+TJqQLI1/ltn9qWeg4Rf66LTIdDOCbYSE/lRd8Q21OXcsnatMQ==
# -*- coding: utf-8 -*-
from setuphelpers import *
r"""
Usable WAPT package functions: install(), uninstall(), session_setup(), audit(), update_package()
{
"key":"5517-2803-0637-4585",
"name":"SoapUI 5.7.2",
"version":"5.7.2",
"install_date":"",
"install_location":"C:\\Program Files\\SmartBear\\SoapUI-5.7.2",
"uninstall_string":"\"C:\\Program Files\\SmartBear\\SoapUI-5.7.2\\uninstall.exe\"",
"publisher":"SmartBear Software",
"system_component":0,
"win64":true
}
"""
def install():
# Declaring local variables
bin_name = glob.glob('SoapUI-x64-*.exe')[0]
uninstall_older_version()
install_exe_if_needed(
bin_name,
silentflags='-q',
key='5517-2803-0637-4585',
min_version= control.get_software_version(),
)
uninstallkey.clear()
def uninstall_older_version():
for soft in installed_softwares("SoapUI"):
uninstall_key = soft['key']
uninstall_string = soft["uninstall_string"]
version = soft['version']
if Version(version) < Version(control.get_software_version()):
killalltasks(f"SoapUI-{version}")
run(f"{uninstall_string} -q")
wait_uninstallkey_absent(uninstall_key, 300)
def uninstall():
for soft in installed_softwares(f'SoapUI {control.get_software_version()}'):
uninstall_key = soft['key']
uninstall_string = soft["uninstall_string"]
print(f"Uninstalling SoapUI: {uninstall_string}")
killalltasks(ensure_list(control.impacted_process))
run(f"{uninstall_string} -q")
wait_uninstallkey_absent(uninstall_key, 300)
def audit():
if not uninstall_key_exists("5517-2803-0637-4585"):
print('uninstallkey SoapUI not found')
return "ERROR"
else:
return "OK"
# -*- coding: utf-8 -*-
from setuphelpers import *
from setupdevhelpers import *
import waptlicences
def update_package():
# Declaring local variables
package_updated = False
proxies = get_proxies()
if not proxies:
proxies = get_proxies_from_wapt_console()
app_name = control.name
git_repo = "SmartBear/soapui"
url_api = "https://api.github.com/repos/%s/releases/latest" % git_repo
# Getting latest version information from official sources
print("API used is: %s" % url_api)
json_load = wgets(url_api, proxies=proxies, as_json=True)
for line in json_load["body"].split("\r\n"):
if "SoapUI-x64" in line and line.endswith(".exe)"):
download_url = line.split("(")[1].replace(")", "")
latest_bin = download_url.split("/")[-1]
version = json_load["tag_name"].replace("v","")
break
# Downloading latest binaries
print("Latest %s version is: %s" % (app_name, version))
print("Download URL is: %s" % download_url)
if not isfile(latest_bin):
print("Downloading: %s" % latest_bin)
wget(download_url, latest_bin, proxies=proxies)
else:
print("Binary is present: %s" % latest_bin)
expected_issuer = "SmartBear Software Inc"
sign_name = waptlicences.check_exe_signing_certificate(latest_bin)[0]
if sign_name != expected_issuer:
error(f'Bad issuer {sign_name} != {expected_issuer}')
# Changing version of the package
if Version(version) > Version(control.get_software_version()):
print("Software version updated (from: %s to: %s)" % (control.get_software_version(), Version(version)))
package_updated = True
else:
print("Software version up-to-date (%s)" % Version(version))
#nettoyer les fichiers temporaires
for f in glob.glob('*.exe'):
if f != latest_bin:
remove_file(f)
control.set_software_version(version)
control.impacted_process = f"SoapUI-{version}"
control.save_control_to_wapt()
return package_updated
3e270e539f6a0f44a3619f2d91ef4d0daa56bfa2230813893295fb7c1da67c49 : SoapUI-x64-5.7.2.exe
38d056ab130f7bf7c481c12636a4e9959de36561d3dfcbe54c6e3571bc0c1dc3 : WAPT/certificate.crt
3f7be909d70271a44b636dfaea43fab4cc6ea2d95b04fb039e1a098a1c40be41 : WAPT/control
7ac81daff98b358b5fc30456f432e64a080f8fbe9cb361c26ad794d4287c51a3 : WAPT/icon.png
32f5e6f618e6ccce156d664da4a73272eaf1ea0df0b34152a689d9636187004a : luti.json
4d71a9b9db89ea263084455e79274aeb0892aee77688205e8b9ac952a35b2f1e : setup.py
bac66dd8e36d014737e1a58acbc6d1188d8133bd3a6a10643268d8e04193b7aa : update_package.py