Questions tagged [aruba]

Aruba is an extension for Cucumber. Aruba enables Cucumber to test command-line applications written in any programming language.

Aruba extends Cucumber to support arbitrary command-line applications, which can be written in any programming language.

See also .

92 questions
1
vote
1 answer

Aruba: Command "seedly-calculator" not found in PATH-variable

So, I am trying to run the test but I am getting an error says. Aruba::LaunchError:Command "seedly-calculator.rb" not found in PATH-variable -seedly-calculator -bin -src -seedly-calculator.rb I have tried to change the path in rake file but it…
Nick Bb
  • 601
  • 1
  • 8
  • 18
1
vote
1 answer

Tests, using Aruba with Rspec, failing with `run` is not available from within an example (e.g. an `it` block)

I need to test a console application and check printed output, using rspec script. Example: RSpec.describe 'Test Suite', type: :aruba do it "has aruba set up" do command = run("echo 'hello world'") stop_all_commands …
1
vote
1 answer

java.net.UnknownHostException: smtps.aruba.it

I'm using javax.mail with a mail aruba account. On a windows and a centos7 machine everything works. But on another, specific, centos7 machine (under aruba server) tomcat7's console says: I saw every posts that google and stackoverflow suggests to…
frisk
  • 75
  • 1
  • 10
1
vote
0 answers

Did any one worked on Aruba Beacon integration in Swift without Meridian Account?

I am trying to integrate the Aruba Beacon integration in my project to do POC.I took 5piece of Aruba Beacon set pack. i got the UUID of 5piece beacons by using some android application, but having same UUID for all 5 Aruba Beacon devices with…
1
vote
1 answer

How to compare date in cucumber/aruba?

I want to test my executable shell script with the help of cucumber/aruba. For that purpose I created one shell script and place it in usr/local/bin/ so it can accessible from anywhere. shell script : arg=$1 if [ [ $arg = 1 ] ] then echo…
ketan
  • 2,732
  • 11
  • 34
  • 80
1
vote
1 answer

Aruba-MySQL: can't create/change table to engine=INNODB

We have our database stored in aruba (mysql.aruba.it) where there is a table called "task". Because of many changes in the requirements we decided to drop the table and create it again from 0 with different fields and constraints. The problem is…
SagittariusA
  • 5,289
  • 15
  • 73
  • 127
1
vote
1 answer

Can the iframe content changes the "title" page?

I have an hosting service with a masking redirect service. example I have this domain: www.the_domain_whith_redirect.com and redirect page: http://www.the_real_path.com/index.html In the address bar of my browser I read…
Oscar Zarrus
  • 790
  • 1
  • 9
  • 17
1
vote
2 answers

Cucumber Aruba trying to change directory results in a strange error

So I create the dotfiles directory and then cd to dotfiles. However, cucumber aruba is giving me an error that says dotfiles is not a directory. I can't figure out why this is? the code in pry results in the correct behavior. @creation …
fontno
  • 6,642
  • 6
  • 36
  • 43
1
vote
1 answer

Cucumber/Aruba Thor: testing multiple commands in a single scenario, first passes and second fails

I'm trying to write a small ruby gem that does some template generating, using Bundler and Thor. I'm writing the tests in Cucumber and Aruba, and I'm having trouble getting them to pass. I have the following Thor CLI class defined in the…
Kevin Whitaker
  • 12,435
  • 12
  • 51
  • 89
0
votes
1 answer

php mail() and aruba?

goodmorning, sadly i have to do a website using aruba.it and i encountered a big problem, while using the mail() command to send an html mail, with some server like gmail the mail goes directly to the junk folder, i checked the headers and seems…
Aliceiw
  • 420
  • 5
  • 19
0
votes
1 answer

How can I evaluate a "wait_for" condition using regex?

I am trying to check if a condition is met using the wait_for argument on a task: - name: GET SHOW PORT SECURITY INTRUSION OUTPUT arubanetworks.aos_switch.arubaoss_command: commands: - "show port-security intrusion-log | i ^ …
ExploitZ
  • 13
  • 5
0
votes
0 answers

Aruba IAP Model Number

I have an Aruba IAP 577 and am having issues with it joining my Central CLuster. I believe the issue is related to it not being a US model AP, but from the CLI I can seem to find the command to check the model to see if it is a US model or rest of…
rahrahruby
  • 673
  • 4
  • 11
  • 28
0
votes
0 answers

Mailto link in aruba webmail client

I have a website that has a contact us form, when the user clicks on send i receive an html email, i wanted to add to this email a button for replying to this email with the subject and the body pre filled. I've tried this but aruba open the…
0
votes
0 answers

Airwave Aruba API , How to generate Report ID

I am trying to automate reports generation for aruba. This endpoint generates the report -: https://{{host}}/latest_report.xml?definitions_edit=1&id=42 this requires report ID. now to generate the report ID we need login to GUI. I want to do this…
0
votes
0 answers

WPA2Enterprise - Freeradius<>Okta via LDAP (Aruba AP 505 )

Currently working on WiFi security project and one of the tasks is to run the WPA2 Enterprise for corporate network. We use Okta as an IDP, thought that the easiest way would be to set up Freeradius and connect it with Okta LDAP. After the…