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
0
votes
1 answer

Https for Aruba domain hosted on google cloud platform

Hi I have a domain on aruba, hosting is an instance of compute engine on google cloud platform. I managed to point the domain to hosting by setting two A records from Aruba in DNS management RECORD A [empty] IPADDRESS [www] IPADDRESS At this point…
0
votes
1 answer

ConnectException: Connection refused: connect

the problem is that despite having set the data I believe correctly I get the error in the title. It is usually an error due to wrong input parameters, but both the host and the port are correct. I don't really understand where I'm wrong. The code…
0
votes
1 answer

Logging in to Aruba's NBAPI for Mobility Master with requests failing

I am using requests to call to Aruba's NBAPI for mobility master. Their documentation is scarce with Python examples. The API requires an initial auth to get a UID which needs to be referenced in each GET request. I cannot get the login to work…
S.Littell
  • 3
  • 3
0
votes
1 answer

Testing images with Rspec

I have a CLI app built with Ruby and I want to test that the app is working, my test framework is Aruba with RSpec,it's work is extracting exif data from images. By any chance, who might have an idea on how to test that exif data is extracted from…
Linda Kadz
  • 329
  • 2
  • 17
0
votes
1 answer

Not able to build .NET Core Console Application in Linux

I have this spec file which is trying to run a script which will run the dotnet cli program: require 'spec_helper' RSpec.describe 'Integration test', type: :aruba do let(:command) { run "dotnet-test" } it "test" do command.write("test\n") …
lbrahim
  • 3,710
  • 12
  • 57
  • 95
0
votes
1 answer

How to interpret aiRadioChannel(1.3.6.1.4.1.14823.2.3.3.1.2.2.1.4) SNMP OID result

I am trying to interpret Aruba AP's radio channels using aiRadioChannel(1.3.6.1.4.1.14823.2.3.3.1.2.2.1.4), which is not understandable in OID's description SNMPv2-SMI::enterprises.x.x.x.x.0 = INTEGER: 1076 SNMPv2-SMI::enterprises.x.x.x.x.1…
0
votes
1 answer

What is the correct layout to detect Aruba Beacon with AltBeacon's Android Beacon Library?

According with the library, to detect proprietary beacons, I must add a line like below corresponding to my beacon type. I need to know the correct proper expression for "setBeaconLayout". Example: beaconManager.getBeaconParsers().add(new…
Sbirulinu
  • 31
  • 4
0
votes
1 answer

Wordpress - internal server error on links after moving from local to Aruba

I've moved a local Wordpress website (using MAMP) on an Aruba domain. I've exported the local MySQL database using phpMyAdmin to a mydb.sql file. I've edited the file replacing all the local urls (http://localhost:8888/websitename) with the new url…
revy
  • 3,945
  • 7
  • 40
  • 85
0
votes
1 answer

How to capture shell script program output from cucumber/aruba?

I want to capture output which I'm running from the cucumber feature file. I created one shell script program and placed it in /usr/local/bin/ so it can be accessible from anywhere in system. abc_qa.sh - arg=$1 if [[ $arg = 1 ]] then echo…
ketan
  • 2,732
  • 11
  • 34
  • 80
0
votes
1 answer

correct path to use during import CSV file in MySql

I've a great problem during the import of a CSV file in a table of my site db. Using Filezilla, folders structure of my site is the following: www.mysite.it/mysite/scripts. In this folder (scripts) there are both the csv file to import in db and the…
luca
  • 55
  • 2
  • 8
0
votes
0 answers

Cannot login when uploaded my application on hosting site

I have implemented a simple php Web application and uploaded it to Aruba hosting.Now my login function(which regularly works on local host) does not work anymore on the hosting,but if i try to register as a new member the record on the database is…
Shad
  • 11
  • 4
0
votes
2 answers

web.config & Aruba - URL Rewrite

I'm developing my first website and just learnt about the web.config file for IIS, so what I'm trying to do is to hide different parts of the url. For example the homepage is www.domain.com/it/homepage.html and I'd love to make it appear as…
AndreaR
  • 3
  • 3
0
votes
1 answer

XQuery: are there any web servers providing this functionality?

I have been asked to realized a little web application dealing with a little quantity of data. They do not want to use a DBMS like MySQL so I have thought that it could be useful to manage data through XQuery and XML files. So I am asking you to…
SagittariusA
  • 5,289
  • 15
  • 73
  • 127
0
votes
0 answers

Updating Mysql Database Aruba

I'm facing a big problem folks, My goal is to have a Joomla Website that show some data from a database i want to update the database with queries (not phpmyadmin!) What do i have Website with a couple of Local Mysql DB(not accessible from…
vuaccaesse
  • 11
  • 2
0
votes
1 answer

Why PayPal API requires postcode/zipcode for Aruba?

As I know Aruba doesn't use postal codes: http://www.answers.com/Q/What_is_Aruba%27s_postal_code If I'm sending a shipping address (country: Aruba!) without postcode via PayPal API I get back an error back: "The specified country requires a postal…
I Printed
  • 1
  • 1